Lines Matching refs:src1
233 void add(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
234 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
235 void sub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
236 void isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
237 void mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
238 void imad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
239 void mul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
240 void imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
242 void div(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
243 void idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
244 void udiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
245 void mod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
246 void imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
247 void umod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
248 void shl(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
249 void ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
250 void ushr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
257 void dist1(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
258 void dist2(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
259 void dist3(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
260 void dist4(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
261 void dp1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
262 void dp2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
263 void dp2add(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
264 void dp3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
265 void dp4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
266 void det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
267 void det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
268 …void det4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2, const V…
269 void min(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
270 void imin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
271 void umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
272 void max(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
273 void imax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
274 void umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
275 void slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
276 void step(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
284 void att(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
285 void lrp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
288 void smooth(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
301 void powx(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
302 void pow(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
303 void crs(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
304 void forward1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
305 void forward2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
306 void forward3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
307 void forward4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
308 void reflect1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
309 void reflect2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
310 void reflect3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
311 void reflect4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
312 void refract1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
313 void refract2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
314 void refract3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
315 void refract4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Float4 &src2);
330 void atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp = false);
339 void cmp0(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
340 void cmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
341 void icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
342 void ucmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
343 void select(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
344 void extract(Float4 &dst, const Vector4f &src0, const Float4 &src1);
349 void bitwise_or(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
350 void bitwise_xor(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
351 void bitwise_and(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
352 void equal(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
353 void notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
358 void cmp0(Float4 &dst, const Float4 &src0, const Float4 &src1, const Float4 &src2);
359 void cmp0i(Float4 &dst, const Float4 &src0, const Float4 &src1, const Float4 &src2);
360 void select(Float4 &dst, RValue<Int4> src0, const Float4 &src1, const Float4 &src2);