Searched refs:EbvViewportIndex (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 211 EbvViewportIndex, enumerator 443 case EbvViewportIndex: return "ViewportIndex"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 508 (*SemanticMap)["SV_VIEWPORTARRAYINDEX"] = EbvViewportIndex; in fillInKeywordMap()
|
D | hlslParseHelper.cpp | 9529 case EbvViewportIndex: in isInputBuiltIn() 9595 case EbvViewportIndex: in isOutputBuiltIn()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8072 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/ |
D | GlslangToSpv.cpp | 706 case glslang::EbvViewportIndex: in TranslateBuiltInDecoration()
|