Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h260 EbvHitKind, enumerator
464 case EbvHitKind: return "HitKindNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8440 BuiltInVariable("gl_HitKindNV", EbvHitKind, symbolTable);
8441 BuiltInVariable("gl_HitKindEXT", EbvHitKind, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp977 case glslang::EbvHitKind: in TranslateBuiltInDecoration()