Home
last modified time | relevance | path

Searched refs:EOpBallot (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
Dintermediate.h484 EOpBallot, enumerator
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp545 case EOpBallot: out.debug << "ballot"; break; in visitUnary()
DInitialize.cpp9619 symbolTable.relateToOperator("ballotARB", EOpBallot); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6808 case glslang::EOpBallot: in createUnaryOperation()
7616 if (op == glslang::EOpBallot || op == glslang::EOpReadFirstInvocation || in createInvocationsOperation()
7699 case glslang::EOpBallot: in createInvocationsOperation()