Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h182 EbvVertexIndex, enumerator
414 case EbvVertexIndex: return "VertexIndex"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp507 (*SemanticMap)["SV_VERTEXID"] = EbvVertexIndex; in fillInKeywordMap()
DhlslParseHelper.cpp9545 case EbvVertexIndex: in isInputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7858 BuiltInVariable("gl_VertexIndex", EbvVertexIndex, symbolTable); in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp675 case glslang::EbvVertexIndex: return spv::BuiltInVertexIndex; in TranslateBuiltInDecoration()