Searched defs:new_dest (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_io_offsets.c | 202 nir_ssa_def *new_dest = NULL; in lower_offset_for_ssbo() local
|
D | ir3_nir_opt_preamble.c | 333 nir_ssa_def *new_dest = in ir3_nir_lower_preamble() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_bit_size.c | 224 nir_ssa_def *new_dest = nir_u2u(b, &phi->dest.ssa, old_bit_size); in lower_phi_instr() local
|
D | nir.c | 1712 nir_instr_rewrite_dest(nir_instr *instr, nir_dest *dest, nir_dest new_dest) in nir_instr_rewrite_dest()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_lds.cpp | 72 auto new_dest = std::vector<PRegister, Allocator<PRegister>>(); in remove_unused_components() local
|
D | sfn_instr.cpp | 168 bool Instr::replace_dest(PRegister new_dest, r600::AluInstr *move_instr) in replace_dest()
|
D | sfn_instr_alu.cpp | 448 bool AluInstr::replace_dest(PRegister new_dest, AluInstr *move_instr) in replace_dest()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 586 …nir_ssa_def *new_dest = nir_extract_bits(b, srcs, num_loads, 0, num_comps, intrin->dest.ssa.bit_si… in split_unaligned_load() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_lower_ray_queries.c | 910 nir_ssa_def *new_dest = NULL; in radv_nir_lower_ray_queries() local
|
D | radv_shader.c | 592 nir_ssa_def *new_dest = nir_vector_insert_imm(&b, &intrin->dest.ssa, frag_z, 2); in radv_lower_fs_intrinsics() local
|
D | radv_pipeline.c | 4256 nir_ssa_def *new_dest = nir_vec(&b, channels, num_components); in radv_lower_vs_input() local
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3496 const fs_reg new_dest = retype(alloc_frag_output(this, location), in nir_emit_fs_intrinsic() local 5089 fs_reg new_dest = retype(offset(outputs[instr->const_index[0]], bld, in nir_emit_intrinsic() local
|