Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h171 EbvVertexIndex, enumerator
379 case EbvVertexIndex: return "VertexIndex"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp427 (*SemanticMap)["SV_VERTEXID"] = EbvVertexIndex; in fillInKeywordMap()
DhlslParseHelper.cpp9425 case EbvVertexIndex: in isInputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7352 BuiltInVariable("gl_VertexIndex", EbvVertexIndex, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp679 case glslang::EbvVertexIndex: return spv::BuiltInVertexIndex; in TranslateBuiltInDecoration()