Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h272 EbvPrimitiveIndicesNV, enumerator
474 case EbvPrimitiveIndicesNV: return "PrimitiveIndicesNV"; in GetBuiltInVariableString()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1005 case glslang::EbvPrimitiveIndicesNV: in TranslateBuiltInDecoration()
4401 case glslang::EbvPrimitiveIndicesNV: in declareUseOfStructMember()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8565 BuiltInVariable("gl_PrimitiveIndicesNV", EbvPrimitiveIndicesNV, symbolTable);
DParseHelper.cpp688 if (qualifier.builtIn == EbvPrimitiveIndicesNV) { in getIoArrayImplicitSize()