Home
last modified time | relevance | path

Searched refs:textureReference (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dtexture.cu11 struct textureReference { struct
21 struct __attribute__((device_builtin_texture_type)) texture : public textureReference { argument
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dconstexpr-var.cu59 struct textureReference { struct
69 struct __attribute__((device_builtin_texture_type)) texture : public textureReference {
H A Dconst-var.cu58 struct textureReference { struct
68 struct __attribute__((device_builtin_texture_type)) texture : public textureReference {
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dcuda.h139 struct textureReference {}; struct
143 : public textureReference {};