Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c3754 int first_dest_chan, second_dest_chan; in exec_double_binary() local
3761 second_dest_chan = TGSI_CHAN_Y; in exec_double_binary()
3764 second_dest_chan = -1; in exec_double_binary()
3770 store_double_channel(mach, &dst, &inst->Dst[0], inst, first_dest_chan, second_dest_chan); in exec_double_binary()
3775 second_dest_chan = TGSI_CHAN_W; in exec_double_binary()
3778 second_dest_chan = -1; in exec_double_binary()
3784 store_double_channel(mach, &dst, &inst->Dst[0], inst, first_dest_chan, second_dest_chan); in exec_double_binary()