Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/hlsl/
DRewriteElseBlocks.cpp76 TIntermBlock *falseBlock = nullptr; in rewriteIfElse() local
DUnfoldShortCircuitToIf.cpp156 TIntermBlock *falseBlock = new TIntermBlock(); in visitTernary() local
/external/angle/src/compiler/translator/tree_util/
DReplaceClipCullDistanceVariable.cpp247 TIntermBlock *falseBlock = new TIntermBlock(); in assignFuncWithEnableFlags() local
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp2003 spirv::IdRef falseBlock, in writeBranchConditional()
DOutputSPIRV.cpp2017 const spirv::IdRef falseBlock = node->getOp() == EOpLogicalOr ? ifBlock : mergeBlock; in startShortCircuit() local
5293 spirv::IdRef falseBlock = mergeBlock; in visitIfElse() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp2466 … TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, in addSelection()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2456 … TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, in addSelection()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1773 TIntermNode* falseBlock; variable
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1769 TIntermNode* falseBlock; variable