Home
last modified time | relevance | path

Searched refs:cond_type (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp299 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/
Dloop_unswitch_pass.cpp268 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/
Dvtn_cfg.c509 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()