Home
last modified time | relevance | path

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

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