Home
last modified time | relevance | path

Searched refs:surfaceReference (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dsurface.cu8 struct surfaceReference { struct
13 struct __attribute__((device_builtin_surface_type)) surface : public surfaceReference { argument
18 struct __attribute__((device_builtin_surface_type)) surface<void, dim> : public surfaceReference {
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dconstexpr-var.cu72 struct surfaceReference { struct
77 struct __attribute__((device_builtin_surface_type)) surface : public surfaceReference {
82 struct __attribute__((device_builtin_surface_type)) surface<void, dim> : public surfaceReference {
H A Dconst-var.cu71 struct surfaceReference { struct
76 struct __attribute__((device_builtin_surface_type)) surface : public surfaceReference {
81 struct __attribute__((device_builtin_surface_type)) surface<void, dim> : public surfaceReference {