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...] |