Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h62 int SurfTexType; // Type of surface/texutre. variable
67 SurfTexType(T) {} in DeviceVarFlags()
74 int getSurfTexType() const { return SurfTexType; } in getSurfTexType()