HomeSort by relevance Sort by last modified time
    Searched refs:dst_chan (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 401 .DST_CHAN(bc.dst_chan)
427 .DST_CHAN(bc.dst_chan)
445 .DST_CHAN(bc.dst_chan)
459 .DST_CHAN(bc.dst_chan)
474 .DST_CHAN(bc.dst_chan)
    [all...]
sb_bc_decoder.cpp 331 bc.dst_chan = iw1.get_DST_CHAN();
351 bc.dst_chan = w1.get_DST_CHAN();
368 bc.dst_chan = w1.get_DST_CHAN();
387 bc.dst_chan = w1.get_DST_CHAN();
sb_bc_parser.cpp 456 value *v = sh->get_gpr_value(false, n->bc.dst_gpr, n->bc.dst_chan,
493 prev_alu->bc.dst_chan,
sb_sched.cpp 407 unsigned chan = t->bc.dst_chan;
    [all...]
sb_bc.h 507 unsigned dst_chan:2; member in struct:r600_sb::bc_alu
sb_bc_dump.cpp 242 s << chans[alu.dst_chan];
sb_bc_finalize.cpp 326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0;
sb_shader.cpp 48 unsigned slot = n->bc.dst_chan;
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 893 nir_ssa_def *dst_chan[2] = { u, u }; local
918 nir_ssa_def *dst_chan[4]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 717 int dst_sel, int dst_chan,
740 alu.dst.write = i == dst_chan;
762 alu.dst.chan = dst_chan;
773 int dst_sel, int dst_chan,
801 alu.dst.chan = dst_chan;
    [all...]

Completed in 726 milliseconds