Home
last modified time | relevance | path

Searched refs:condId (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp509 auto condId = Object::ID(block.branchInstruction.word(1)); in EmitBranchConditional() local
513 auto cond = Operand(this, state, condId); in EmitBranchConditional()
514 …ASSERT_MSG(getType(getObject(condId)).componentCount == 1, "Condition must be a Boolean type scala… in EmitBranchConditional()