Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDARuntime.h74 int SurfTexType; // Type of surface/texutre. variable
79 SurfTexType(T) {} in DeviceVarFlags()
86 int getSurfTexType() const { return SurfTexType; } in getSurfTexType()