Home | History | Annotate | Download | only in cuda

Lines Matching full:tbout

232     typedef typename TConvVec2Base<Tout>::TBase TBout;
233 out.x = (TBout)(pix.x * w);
241 typedef typename TConvVec2Base<Tout>::TBase TBout;
242 out.x = (TBout)(pix.x * w);
243 out.y = (TBout)(pix.y * w);
244 out.z = (TBout)(pix.z * w);
252 typedef typename TConvVec2Base<Tout>::TBase TBout;
253 out.x = (TBout)(pix.x * w);
254 out.y = (TBout)(pix.y * w);
255 out.z = (TBout)(pix.z * w);
256 out.w = (TBout)(pix.w * w);