Searched defs:trueBlock (Results 1 – 9 of 9) sorted by relevance
151 TIntermBlock *trueBlock = new TIntermBlock(); in visitTernary() local
152 TIntermBlock *trueBlock = new TIntermBlock(); in RewriteSampleMask() local
236 TIntermBlock *trueBlock = new TIntermBlock(); in assignFuncWithEnableFlags() local
2006 spirv::IdRef trueBlock, in writeBranchConditional()
2022 const spirv::IdRef trueBlock = node->getOp() == EOpLogicalAnd ? ifBlock : mergeBlock; in startShortCircuit() local5325 spirv::IdRef trueBlock = mergeBlock; in visitIfElse() local
2454 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped… in addSelection()
1765 TIntermNode* trueBlock; variable
1771 TIntermNode* trueBlock; variable