HomeSort by relevance Sort by last modified time
    Searched full:dst_chan (Results 1 - 5 of 5) 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),
  /external/llvm/lib/Target/R600/
R600InstrFormats.td 112 bits<2> dst_chan = dst{10-9};
117 let Word1{30-29} = dst_chan;
167 bits<2> dst_chan = 0;
175 let Word1{30-29} = dst_chan;
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 108 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { vec_dstt((float *)addr, DST_CTRL(2,2,32), DST_CHAN); }
PacketMath.h 55 #define DST_CHAN 1
341 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); }
342 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); }

Completed in 437 milliseconds