Home
last modified time | relevance | path

Searched defs:trueBlock (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/hlsl/
DUnfoldShortCircuitToIf.cpp151 TIntermBlock *trueBlock = new TIntermBlock(); in visitTernary() local
/external/angle/src/compiler/translator/tree_util/
DRewriteSampleMaskVariable.cpp152 TIntermBlock *trueBlock = new TIntermBlock(); in RewriteSampleMask() local
DReplaceClipCullDistanceVariable.cpp236 TIntermBlock *trueBlock = new TIntermBlock(); in assignFuncWithEnableFlags() local
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp2002 spirv::IdRef trueBlock, in writeBranchConditional()
DOutputSPIRV.cpp2016 const spirv::IdRef trueBlock = node->getOp() == EOpLogicalAnd ? ifBlock : mergeBlock; in startShortCircuit() local
5292 spirv::IdRef trueBlock = mergeBlock; in visitIfElse() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp2466 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped… in addSelection()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2456 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped… in addSelection()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1772 TIntermNode* trueBlock; variable
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1768 TIntermNode* trueBlock; variable