Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h225 EbvFragStencilRef, enumerator
457 case EbvFragStencilRef: return "FragStencilRef"; in GetBuiltInVariableString()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp528 (*SemanticMap)["SV_STENCILREF"] = EbvFragStencilRef; in fillInKeywordMap()
DhlslParseHelper.cpp6289 case EbvFragStencilRef: in handleSemantic()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8254 SpecialQualifier("gl_FragStencilRefARB", EvqFragStencil, EbvFragStencilRef, symbolTable); in identifyBuiltIns()
8263 BuiltInVariable("gl_FragStencilRefARB", EbvFragStencilRef, symbolTable); in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp775 case glslang::EbvFragStencilRef: in TranslateBuiltInDecoration()