Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h642 EOpDemote, // Fragment only enumerator
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp1451 case EOpDemote: out.debug << "Demote"; break; in visitBranch()
Dglslang.y3751 $$ = parseContext.intermediate.addBranch(EOpDemote, $1.loc);
Dglslang_tab.cpp11238 … (yyval.interm.intermNode) = parseContext.intermediate.addBranch(EOpDemote, (yyvsp[-1].lex).loc); in yyparse()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4205 case glslang::EOpDemote: in visitBranch()