Searched refs:EbvViewIndex (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 239 EbvViewIndex, enumerator 471 case EbvViewIndex: return "ViewIndex"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 515 (*SemanticMap)["SV_VIEWID"] = EbvViewIndex; in fillInKeywordMap()
|
D | hlslParseHelper.cpp | 9554 case EbvViewIndex: in isInputBuiltIn()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8011 BuiltInVariable("gl_ViewID_OVR", EbvViewIndex, symbolTable); in identifyBuiltIns() 8161 BuiltInVariable("gl_ViewIndex", EbvViewIndex, symbolTable); in identifyBuiltIns() 8598 BuiltInVariable("gl_ViewIndex", EbvViewIndex, symbolTable); in identifyBuiltIns() 8601 BuiltInVariable("gl_ViewID_OVR", EbvViewIndex, symbolTable); in identifyBuiltIns() 8812 BuiltInVariable("gl_ViewIndex", EbvViewIndex, symbolTable); in identifyBuiltIns() 9321 BuiltInVariable("gl_ViewIndex", EbvViewIndex, symbolTable); in identifyBuiltIns()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 906 case glslang::EbvViewIndex: in TranslateBuiltInDecoration()
|