Searched refs:EbvPrimitiveId (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 209 EbvPrimitiveId, enumerator 441 case EbvPrimitiveId: return "PrimitiveID"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 512 (*SemanticMap)["SV_PRIMITIVEID"] = EbvPrimitiveId; in fillInKeywordMap()
|
D | hlslParseHelper.cpp | 9547 case EbvPrimitiveId: in isInputBuiltIn() 9597 case EbvPrimitiveId: in isOutputBuiltIn()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8068 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/ |
D | GlslangToSpv.cpp | 770 case glslang::EbvPrimitiveId: in TranslateBuiltInDecoration()
|