Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h209 EbvPrimitiveId, enumerator
441 case EbvPrimitiveId: return "PrimitiveID"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp512 (*SemanticMap)["SV_PRIMITIVEID"] = EbvPrimitiveId; in fillInKeywordMap()
DhlslParseHelper.cpp9547 case EbvPrimitiveId: in isInputBuiltIn()
9597 case EbvPrimitiveId: in isOutputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8068 BuiltInVariable("gl_PrimitiveIDIn", EbvPrimitiveId, symbolTable); in identifyBuiltIns()
8069 BuiltInVariable("gl_PrimitiveID", EbvPrimitiveId, symbolTable); in identifyBuiltIns()
8259 BuiltInVariable("gl_PrimitiveID", EbvPrimitiveId, symbolTable); in identifyBuiltIns()
9068 BuiltInVariable("gl_PrimitiveID", EbvPrimitiveId, symbolTable); in identifyBuiltIns()
9211 … BuiltInVariable("gl_MeshPrimitivesNV", "gl_PrimitiveID", EbvPrimitiveId, symbolTable); in identifyBuiltIns()
9302 …BuiltInVariable("gl_MeshPrimitivesEXT", "gl_PrimitiveID", EbvPrimitiveId, symbolTa… in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp770 case glslang::EbvPrimitiveId: in TranslateBuiltInDecoration()