Home
last modified time | relevance | path

Searched defs:then_block (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/nir/tests/
H A Dopt_if_tests.cpp122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_conditional_discard.c46 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_conditional_discard_block() local
H A Dnir_lower_goto_ifs.c161 set_path_vars_cond(nir_builder *b, struct path_fork *fork, nir_src condition, nir_block *then_block, nir_block *else_block) set_path_vars_cond() argument
237 route_to_cond(nir_builder *b, struct routes *routing, nir_src condition, nir_block *then_block, nir_block *else_block) route_to_cond() argument
[all...]
H A Dnir_opt_if.c787 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_loop_last_continue() local
911 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification() local
944 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_phi_is_condition() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp143 bblock_t *then_block = block->next(); in opt_peephole_sel() local
66 count_movs_from_if(const intel_device_info *devinfo, fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS], bblock_t *then_block, bblock_t *else_block) count_movs_from_if() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_subgroups.c227 struct ir3_block *then_block = ir3_block_create(ir); in create_if() local
304 struct ir3_block *then_block = create_if(ir, before_block, after_block); in lower_instr() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/third_party/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp119 nir_block* then_block = nir_if_last_then_block(nif); in sanitize_if() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c782 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_process_block() local
1333 struct vtn_block *then_block = vtn_block(b, block->branch[2]); in vtn_emit_cf_func_unstructured() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1483 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1894 struct qblock *then_block = qir_new_block(c); in ntq_emit_if() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c2925 midgard_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c3873 struct qblock *then_block = vir_new_block(c); in ntq_emit_uniform_if() local
3973 struct qblock *then_block = vir_new_block(c); in ntq_emit_nonuniform_if() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c1931 LLVMBasicBlockRef start_block = NULL, then_block = NULL; in emit_ssbo_comp_swap_64() local
5318 nir_block *then_block = (nir_block *)exec_list_get_head(&if_stmt->then_list); in visit_if() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c3943 bi_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local

Completed in 85 milliseconds