Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h211 EbvViewportIndex, enumerator
443 case EbvViewportIndex: return "ViewportIndex"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp508 (*SemanticMap)["SV_VIEWPORTARRAYINDEX"] = EbvViewportIndex; in fillInKeywordMap()
DhlslParseHelper.cpp9529 case EbvViewportIndex: in isInputBuiltIn()
9595 case EbvViewportIndex: in isOutputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8072 BuiltInVariable("gl_ViewportIndex", EbvViewportIndex, symbolTable); in identifyBuiltIns()
8327 BuiltInVariable("gl_ViewportIndex", EbvViewportIndex, symbolTable); in identifyBuiltIns()
9213 … BuiltInVariable("gl_MeshPrimitivesNV", "gl_ViewportIndex", EbvViewportIndex, symbolTable); in identifyBuiltIns()
9304 …BuiltInVariable("gl_MeshPrimitivesEXT", "gl_ViewportIndex", EbvViewportIndex, symbolTa… in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp706 case glslang::EbvViewportIndex: in TranslateBuiltInDecoration()