Searched refs:cond_type (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_unswitch_pass.cpp | 299 const analysis::Type* cond_type = in PerformUnswitch() local 309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_unswitch_pass.cpp | 268 const analysis::Type* cond_type = in PerformUnswitch() local 279 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch() 282 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch() 290 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 509 nir_alu_type cond_type = in vtn_cfg_walk_blocks() local 511 vtn_fail_if(nir_alu_type_get_base_type(cond_type) != nir_type_int && in vtn_cfg_walk_blocks() 512 nir_alu_type_get_base_type(cond_type) != nir_type_uint, in vtn_cfg_walk_blocks() 516 const uint bitsize = nir_alu_type_get_type_size(cond_type); in vtn_cfg_walk_blocks()
|