Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c3647 int first_dest_chan, second_dest_chan; in exec_double_binary() local
3653 first_dest_chan = TGSI_CHAN_X; in exec_double_binary()
3656 first_dest_chan = (wmask & TGSI_WRITEMASK_X) ? TGSI_CHAN_X : TGSI_CHAN_Y; in exec_double_binary()
3663 store_double_channel(mach, &dst, &inst->Dst[0], inst, first_dest_chan, second_dest_chan); in exec_double_binary()
3667 first_dest_chan = TGSI_CHAN_Z; in exec_double_binary()
3670 first_dest_chan = (wmask & TGSI_WRITEMASK_Z) ? TGSI_CHAN_Z : TGSI_CHAN_W; in exec_double_binary()
3677 store_double_channel(mach, &dst, &inst->Dst[0], inst, first_dest_chan, second_dest_chan); in exec_double_binary()