Home
last modified time | relevance | path

Searched defs:texture (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Doffloading-entries.cu137 struct __attribute__((device_builtin_texture_type)) texture : public textureReference {}; global() struct
H A Dtexture.cu21 struct __attribute__((device_builtin_texture_type)) texture : public textureReference { struct
/llvm-project/clang/test/SemaCUDA/
H A Ddevice-use-host-var.cu256 struct __attribute__((device_builtin_texture_type)) texture { argument
255 struct __attribute__((device_builtin_texture_type)) texture { global() struct
263 ctexture global() argument
H A Dconstexpr-var.cu69 struct __attribute__((device_builtin_texture_type)) texture : public textureReference { struct
H A Dconst-var.cu68 struct __attribute__((device_builtin_texture_type)) texture : public textureReference { struct
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h142 struct __attribute__((device_builtin_texture_type)) texture enum