Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h287 EbvPrimitiveIndicesNV, enumerator
512 case EbvPrimitiveIndicesNV: return "PrimitiveIndicesNV"; in GetBuiltInVariableString()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1056 case glslang::EbvPrimitiveIndicesNV: in TranslateBuiltInDecoration()
5364 case glslang::EbvPrimitiveIndicesNV: in declareUseOfStructMember()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp9242 BuiltInVariable("gl_PrimitiveIndicesNV", EbvPrimitiveIndicesNV, symbolTable); in identifyBuiltIns()
DParseHelper.cpp822 if (qualifier.builtIn == EbvPrimitiveIndicesNV) { in getIoArrayImplicitSize()