Searched refs:store_double_channel (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 3687 store_double_channel(struct tgsi_exec_machine *mach, in store_double_channel() function 3737 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_X, TGSI_CHAN_Y); in exec_double_unary() 3742 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_Z, TGSI_CHAN_W); in exec_double_unary() 3770 store_double_channel(mach, &dst, &inst->Dst[0], inst, first_dest_chan, second_dest_chan); in exec_double_binary() 3784 store_double_channel(mach, &dst, &inst->Dst[0], inst, first_dest_chan, second_dest_chan); in exec_double_binary() 3801 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_X, TGSI_CHAN_Y); in exec_double_trinary() 3808 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_Z, TGSI_CHAN_W); in exec_double_trinary() 3826 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_X, TGSI_CHAN_Y); in exec_dldexp() 3833 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_Z, TGSI_CHAN_W); in exec_dldexp() 3848 store_double_channel(mach, &dst, &inst->Dst[0], inst, TGSI_CHAN_X, TGSI_CHAN_Y); in exec_dfracexp() [all …]
|