Home
last modified time | relevance | path

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

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