Home
last modified time | relevance | path

Searched refs:dst_chan (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp401 .DST_CHAN(bc.dst_chan) in build_alu()
427 .DST_CHAN(bc.dst_chan) in build_alu()
445 .DST_CHAN(bc.dst_chan) in build_alu()
459 .DST_CHAN(bc.dst_chan) in build_alu()
474 .DST_CHAN(bc.dst_chan) in build_alu()
490 .DST_CHAN(bc.dst_chan) in build_alu()
Dsb_bc_decoder.cpp331 bc.dst_chan = iw1.get_DST_CHAN(); in decode_alu()
351 bc.dst_chan = w1.get_DST_CHAN(); in decode_alu()
368 bc.dst_chan = w1.get_DST_CHAN(); in decode_alu()
387 bc.dst_chan = w1.get_DST_CHAN(); in decode_alu()
Dsb_bc_parser.cpp456 value *v = sh->get_gpr_value(false, n->bc.dst_gpr, n->bc.dst_chan, in prepare_alu_group()
493 prev_alu->bc.dst_chan, in prepare_alu_group()
Dsb_bc_dump.cpp242 s << chans[alu.dst_chan]; in print_dst()
Dsb_sched.cpp407 unsigned chan = t->bc.dst_chan; in discard_slots()
1687 a->bc.dst_chan = slot; in try_add_instruction()
2169 a->bc.dst_chan = ar_channel; in create_ar_load()
Dsb_bc.h507 unsigned dst_chan:2; member
Dsb_shader.cpp48 unsigned slot = n->bc.dst_chan; in assign_slot()
Dsb_bc_finalize.cpp326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0; in finalize_alu_group()
/external/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td112 bits<2> dst_chan = dst{10-9};
117 let Word1{30-29} = dst_chan;
167 bits<2> dst_chan = 0;
175 let Word1{30-29} = dst_chan;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td122 bits<2> dst_chan = dst{10-9};
127 let Word1{30-29} = dst_chan;
177 bits<2> dst_chan = 0;
185 let Word1{30-29} = dst_chan;
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c893 nir_ssa_def *dst_chan[2] = { u, u }; in bit_cast_color() local
900 dst_chan[dst_idx] = shifted; in bit_cast_color()
902 dst_chan[dst_idx] = nir_ior(b, dst_chan[dst_idx], shifted); in bit_cast_color()
912 return nir_vec4(b, dst_chan[0], dst_chan[1], u, u); in bit_cast_color()
918 nir_ssa_def *dst_chan[4]; in bit_cast_color() local
922 dst_chan[i] = nir_iand(b, nir_ushr(b, nir_channel(b, color, src_idx), in bit_cast_color()
932 return nir_vec4(b, dst_chan[0], dst_chan[1], dst_chan[2], dst_chan[3]); in bit_cast_color()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c717 int dst_sel, int dst_chan, in single_alu_op2() argument
740 alu.dst.write = i == dst_chan; in single_alu_op2()
762 alu.dst.chan = dst_chan; in single_alu_op2()
773 int dst_sel, int dst_chan, in single_alu_op3() argument
801 alu.dst.chan = dst_chan; in single_alu_op3()