Home
last modified time | relevance | path

Searched defs:textureReference (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Doffloading-entries.cu132 struct textureReference { global() struct
137 desctextureReference global() argument
H A Dtexture.cu11 struct textureReference { struct
21 struct __attribute__((device_builtin_texture_type)) texture : public textureReference { argument
/llvm-project/clang/test/SemaCUDA/
H A Dconstexpr-var.cu59 struct textureReference { struct
60 int desc;
H A Dconst-var.cu58 struct textureReference { struct
59 int desc;
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h139 struct textureReference {}; struct