Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h272 EbvHitKind, enumerator
499 case EbvHitKind: return "HitKindNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp9088 BuiltInVariable("gl_HitKindNV", EbvHitKind, symbolTable); in identifyBuiltIns()
9089 BuiltInVariable("gl_HitKindEXT", EbvHitKind, symbolTable); in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp999 case glslang::EbvHitKind: in TranslateBuiltInDecoration()