/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | opt_if_tests.cpp | 122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_conditional_discard.c | 46 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_conditional_discard_block() local
|
H A D | nir_lower_goto_ifs.c | 161 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 D | nir_opt_if.c | 787 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 D | brw_fs_sel_peephole.cpp | 143 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 D | ir3_lower_subgroups.c | 227 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 D | force_render_red.cpp | 342 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 D | force_render_red.cpp | 342 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
|
/third_party/spirv-tools/source/fuzz/ |
H A D | force_render_red.cpp | 347 opt::Operand then_block = {SPV_OPERAND_TYPE_ID, in ForceRenderRed() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 119 nir_block* then_block = nir_if_last_then_block(nif); in sanitize_if() local
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 782 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 D | radv_nir_to_llvm.c | 1483 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 1894 struct qblock *then_block = qir_new_block(c); in ntq_emit_if() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 2925 midgard_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 3873 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 D | ac_nir_to_llvm.c | 1931 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 D | bifrost_compile.c | 3943 bi_block *then_block = emit_cf_list(ctx, &nif->then_list); in emit_if() local
|