Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h239 EbvViewIndex, enumerator
471 case EbvViewIndex: return "ViewIndex"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp515 (*SemanticMap)["SV_VIEWID"] = EbvViewIndex; in fillInKeywordMap()
DhlslParseHelper.cpp9554 case EbvViewIndex: in isInputBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8011 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/
DGlslangToSpv.cpp906 case glslang::EbvViewIndex: in TranslateBuiltInDecoration()