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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_emit.c 774 int dst_chan = ffs(mask & WRITEMASK_XYZW) - 1; local
784 brw_MAC(p, dst[dst_chan], arg0[1], arg1[1]);
795 int dst_chan = ffs(mask & WRITEMASK_XYZW) - 1; local
806 brw_MAC(p, dst[dst_chan], arg0[2], arg1[2]);
817 int dst_chan = ffs(mask & WRITEMASK_XYZW) - 1; local
829 brw_MAC(p, dst[dst_chan], arg0[3], arg1[3]);
840 const int dst_chan = ffs(mask & WRITEMASK_XYZW) - 1; local
849 brw_MAC(p, dst[dst_chan], arg0[2], arg1[2]);
852 brw_ADD(p, dst[dst_chan], dst[dst_chan], arg1[3])
890 int dst_chan = ffs(mask & WRITEMASK_XYZW) - 1; local
949 int dst_chan = ffs(mask & WRITEMASK_XYZW) - 1; local
    [all...]
brw_wm_fp.c 257 unsigned int dst_chan; local
263 dst_chan = ffs(inst0->DstReg.WriteMask) - 1;
266 inst->DstReg.WriteMask = 1 << dst_chan;
268 other_channel_mask = inst0->DstReg.WriteMask & ~(1 << dst_chan);
274 src_swizzle1(src_reg_from_dst(inst0->DstReg), dst_chan),

Completed in 3024 milliseconds