Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h200 EbvViewportIndex, enumerator
408 case EbvViewportIndex: return "ViewportIndex"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp428 (*SemanticMap)["SV_VIEWPORTARRAYINDEX"] = EbvViewportIndex; in fillInKeywordMap()
DhlslParseHelper.cpp9409 case EbvViewportIndex: in isInputBuiltIn()
9473 case EbvViewportIndex: in isOutputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7549 BuiltInVariable("gl_ViewportIndex", EbvViewportIndex, symbolTable);
7788 BuiltInVariable("gl_ViewportIndex", EbvViewportIndex, symbolTable);
8543 … BuiltInVariable("gl_MeshPrimitivesNV", "gl_ViewportIndex", EbvViewportIndex, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp711 case glslang::EbvViewportIndex: in TranslateBuiltInDecoration()