Home | History | Annotate | Download | only in tgsi

Lines Matching refs:tgsi_exec_channel

73 micro_abs(union tgsi_exec_channel *dst,
74 const union tgsi_exec_channel *src)
83 micro_arl(union tgsi_exec_channel *dst,
84 const union tgsi_exec_channel *src)
93 micro_arr(union tgsi_exec_channel *dst,
94 const union tgsi_exec_channel *src)
103 micro_ceil(union tgsi_exec_channel *dst,
104 const union tgsi_exec_channel *src)
113 micro_clamp(union tgsi_exec_channel *dst,
114 const union tgsi_exec_channel *src0,
115 const union tgsi_exec_channel *src1,
116 const union tgsi_exec_channel *src2)
125 micro_cmp(union tgsi_exec_channel *dst,
126 const union tgsi_exec_channel *src0,
127 const union tgsi_exec_channel *src1,
128 const union tgsi_exec_channel *src2)
137 micro_cnd(union tgsi_exec_channel *dst,
138 const union tgsi_exec_channel *src0,
139 const union tgsi_exec_channel *src1,
140 const union tgsi_exec_channel *src2)
149 micro_cos(union tgsi_exec_channel *dst,
150 const union tgsi_exec_channel *src)
159 micro_ddx(union tgsi_exec_channel *dst,
160 const union tgsi_exec_channel *src)
169 micro_ddy(union tgsi_exec_channel *dst,
170 const union tgsi_exec_channel *src)
179 micro_exp2(union tgsi_exec_channel *dst,
180 const union tgsi_exec_channel *src)
191 union tgsi_exec_channel clamped;
213 micro_flr(union tgsi_exec_channel *dst,
214 const union tgsi_exec_channel *src)
223 micro_frc(union tgsi_exec_channel *dst,
224 const union tgsi_exec_channel *src)
233 micro_iabs(union tgsi_exec_channel *dst,
234 const union tgsi_exec_channel *src)
243 micro_ineg(union tgsi_exec_channel *dst,
244 const union tgsi_exec_channel *src)
253 micro_lg2(union tgsi_exec_channel *dst,
254 const union tgsi_exec_channel *src)
270 micro_lrp(union tgsi_exec_channel *dst,
271 const union tgsi_exec_channel *src0,
272 const union tgsi_exec_channel *src1,
273 const union tgsi_exec_channel *src2)
282 micro_mad(union tgsi_exec_channel *dst,
283 const union tgsi_exec_channel *src0,
284 const union tgsi_exec_channel *src1,
285 const union tgsi_exec_channel *src2)
294 micro_mov(union tgsi_exec_channel *dst,
295 const union tgsi_exec_channel *src)
304 micro_rcp(union tgsi_exec_channel *dst,
305 const union tgsi_exec_channel *src)
320 micro_rnd(union tgsi_exec_channel *dst,
321 const union tgsi_exec_channel *src)
330 micro_rsq(union tgsi_exec_channel *dst,
331 const union tgsi_exec_channel *src)
346 micro_seq(union tgsi_exec_channel *dst,
347 const union tgsi_exec_channel *src0,
348 const union tgsi_exec_channel *src1)
357 micro_sge(union tgsi_exec_channel *dst,
358 const union tgsi_exec_channel *src0,
359 const union tgsi_exec_channel *src1)
368 micro_sgn(union tgsi_exec_channel *dst,
369 const union tgsi_exec_channel *src)
378 micro_isgn(union tgsi_exec_channel *dst,
379 const union tgsi_exec_channel *src)
388 micro_sgt(union tgsi_exec_channel *dst,
389 const union tgsi_exec_channel *src0,
390 const union tgsi_exec_channel *src1)
399 micro_sin(union tgsi_exec_channel *dst,
400 const union tgsi_exec_channel *src)
409 micro_sle(union tgsi_exec_channel *dst,
410 const union tgsi_exec_channel *src0,
411 const union tgsi_exec_channel *src1)
420 micro_slt(union tgsi_exec_channel *dst,
421 const union tgsi_exec_channel *src0,
422 const union tgsi_exec_channel *src1)
431 micro_sne(union tgsi_exec_channel *dst,
432 const union tgsi_exec_channel *src0,
433 const union tgsi_exec_channel *src1)
442 micro_sfl(union tgsi_exec_channel *dst)
451 micro_str(union tgsi_exec_channel *dst)
460 micro_trunc(union tgsi_exec_channel *dst,
461 const union tgsi_exec_channel *src)
492 static const union tgsi_exec_channel ZeroVec =
495 static const union tgsi_exec_channel OneVec = {
499 static const union tgsi_exec_channel P128Vec = {
503 static const union tgsi_exec_channel M128Vec = {
515 check_inf_or_nan(const union tgsi_exec_channel *chan)
526 print_chan(const char *msg, const union tgsi_exec_channel *chan)
891 micro_add(union tgsi_exec_channel *dst,
892 const union tgsi_exec_channel *src0,
893 const union tgsi_exec_channel *src1)
903 union tgsi_exec_channel *dst,
904 const union tgsi_exec_channel *src0,
905 const union tgsi_exec_channel *src1 )
922 micro_rcc(union tgsi_exec_channel *dst,
923 const union tgsi_exec_channel *src)
957 union tgsi_exec_channel *dst,
958 const union tgsi_exec_channel *src0,
959 const union tgsi_exec_channel *src1,
960 const union tgsi_exec_channel *src2,
961 const union tgsi_exec_channel *src3 )
970 micro_max(union tgsi_exec_channel *dst,
971 const union tgsi_exec_channel *src0,
972 const union tgsi_exec_channel *src1)
981 micro_min(union tgsi_exec_channel *dst,
982 const union tgsi_exec_channel *src0,
983 const union tgsi_exec_channel *src1)
992 micro_mul(union tgsi_exec_channel *dst,
993 const union tgsi_exec_channel *src0,
994 const union tgsi_exec_channel *src1)
1004 union tgsi_exec_channel *dst,
1005 const union tgsi_exec_channel *src )
1015 union tgsi_exec_channel *dst,
1016 const union tgsi_exec_channel *src0,
1017 const union tgsi_exec_channel *src1 )
1033 micro_sub(union tgsi_exec_channel *dst,
1034 const union tgsi_exec_channel *src0,
1035 const union tgsi_exec_channel *src1)
1048 const union tgsi_exec_channel *index,
1049 const union tgsi_exec_channel *index2D,
1050 union tgsi_exec_channel *chan)
1184 union tgsi_exec_channel *chan,
1189 union tgsi_exec_channel index;
1190 union tgsi_exec_channel index2D;
1216 union tgsi_exec_channel index2;
1217 union tgsi_exec_channel indir_index;
1278 union tgsi_exec_channel index2;
1279 union tgsi_exec_channel indir_index;
1351 const union tgsi_exec_channel *chan,
1358 union tgsi_exec_channel null;
1359 union tgsi_exec_channel *dst;
1360 union tgsi_exec_channel index2D;
1381 union tgsi_exec_channel index;
1382 union tgsi_exec_channel indir_index;
1433 union tgsi_exec_channel index2;
1434 union tgsi_exec_channel indir_index;
1533 union tgsi_exec_channel *pred;
1626 union tgsi_exec_channel r[1];
1718 const union tgsi_exec_channel *s,
1719 const union tgsi_exec_channel *t,
1720 const union tgsi_exec_channel *p,
1721 const union tgsi_exec_channel *c0,
1723 union tgsi_exec_channel *r,
1724 union tgsi_exec_channel *g,
1725 union tgsi_exec_channel *b,
1726 union tgsi_exec_channel *a )
1754 union tgsi_exec_channel r[4];
1755 const union tgsi_exec_channel *lod = &ZeroVec;
1919 union tgsi_exec_channel r[4];
2000 union tgsi_exec_channel r[4];
2001 union tgsi_exec_channel offset[3];
2008 union tgsi_exec_channel index;
2072 union tgsi_exec_channel r[4], src;
2102 union tgsi_exec_channel r[4];
2103 const union tgsi_exec_channel *lod = &ZeroVec;
2212 union tgsi_exec_channel r[4];
2413 typedef void (* micro_op)(union tgsi_exec_channel *dst);
2425 union tgsi_exec_channel dst;
2433 typedef void (* micro_unary_op)(union tgsi_exec_channel *dst,
2434 const union tgsi_exec_channel *src);
2444 union tgsi_exec_channel src;
2445 union tgsi_exec_channel dst;
2468 union tgsi_exec_channel src;
2481 typedef void (* micro_binary_op)(union tgsi_exec_channel *dst,
2482 const union tgsi_exec_channel *src0,
2483 const union tgsi_exec_channel *src1);
2493 union tgsi_exec_channel src[2];
2494 union tgsi_exec_channel dst;
2518 union tgsi_exec_channel src[2];
2532 typedef void (* micro_trinary_op)(union tgsi_exec_channel *dst,
2533 const union tgsi_exec_channel *src0,
2534 const union tgsi_exec_channel *src1,
2535 const union tgsi_exec_channel *src2);
2549 union tgsi_exec_channel src[3];
2569 union tgsi_exec_channel arg[3];
2593 union tgsi_exec_channel arg[3];
2617 union tgsi_exec_channel arg[3];
2642 union tgsi_exec_channel arg[3];
2671 union tgsi_exec_channel arg[3];
2693 union tgsi_exec_channel arg[4];
2694 union tgsi_exec_channel scale;
2700 union tgsi_exec_channel product;
2723 union tgsi_exec_channel arg[3];
2724 union tgsi_exec_channel scale;
2730 union tgsi_exec_channel product;
2757 union tgsi_exec_channel arg;
2758 union tgsi_exec_channel result;
2783 union tgsi_exec_channel r[4];
2784 union tgsi_exec_channel d[2];
2824 union tgsi_exec_channel r[9];
2876 union tgsi_exec_channel r[6];
2877 union tgsi_exec_channel d[3];
2921 union tgsi_exec_channel r[2];
2922 union tgsi_exec_channel d[4];
2954 union tgsi_exec_channel r[3];
2980 union tgsi_exec_channel r[3];
3005 union tgsi_exec_channel r[3];
3006 union tgsi_exec_channel d[3];
3075 union tgsi_exec_channel src;
3120 micro_i2f(union tgsi_exec_channel *dst,
3121 const union tgsi_exec_channel *src)
3130 micro_not(union tgsi_exec_channel *dst,
3131 const union tgsi_exec_channel *src)
3140 micro_shl(union tgsi_exec_channel *dst,
3141 const union tgsi_exec_channel *src0,
3142 const union tgsi_exec_channel *src1)
3151 micro_and(union tgsi_exec_channel *dst,
3152 const union tgsi_exec_channel *src0,
3153 const union tgsi_exec_channel *src1)
3162 micro_or(union tgsi_exec_channel *dst,
3163 const union tgsi_exec_channel *src0,
3164 tgsi_exec_channel *src1)
3173 micro_xor(union tgsi_exec_channel *dst,
3174 const union tgsi_exec_channel *src0,
3175 const union tgsi_exec_channel *src1)
3184 micro_mod(union tgsi_exec_channel *dst,
3185 const union tgsi_exec_channel *src0,
3186 const union tgsi_exec_channel *src1)
3195 micro_f2i(union tgsi_exec_channel *dst,
3196 const union tgsi_exec_channel *src)
3205 micro_idiv(union tgsi_exec_channel *dst,
3206 const union tgsi_exec_channel *src0,
3207 const union tgsi_exec_channel *src1)
3216 micro_imax(union tgsi_exec_channel *dst,
3217 const union tgsi_exec_channel *src0,
3218 const union tgsi_exec_channel *src1)
3227 micro_imin(union tgsi_exec_channel *dst,
3228 const union tgsi_exec_channel *src0,
3229 const union tgsi_exec_channel *src1)
3238 micro_isge(union tgsi_exec_channel *dst,
3239 const union tgsi_exec_channel *src0,
3240 const union tgsi_exec_channel *src1)
3249 micro_ishr(union tgsi_exec_channel *dst,
3250 const union tgsi_exec_channel *src0,
3251 const union tgsi_exec_channel *src1)
3260 micro_islt(union tgsi_exec_channel *dst,
3261 const union tgsi_exec_channel *src0,
3262 const union tgsi_exec_channel *src1)
3271 micro_f2u(union tgsi_exec_channel *dst,
3272 const union tgsi_exec_channel *src)
3281 micro_u2f(union tgsi_exec_channel *dst,
3282 const union tgsi_exec_channel *src)
3291 micro_uadd(union tgsi_exec_channel *dst,
3292 const union tgsi_exec_channel *src0,
3293 const union tgsi_exec_channel *src1)
3302 micro_udiv(union tgsi_exec_channel *dst,
3303 const union tgsi_exec_channel *src0,
3304 const union tgsi_exec_channel *src1)
3313 micro_umad(union tgsi_exec_channel *dst,
3314 const union tgsi_exec_channel *src0,
3315 const union tgsi_exec_channel *src1,
3316 const union tgsi_exec_channel *src2)
3325 micro_umax(union tgsi_exec_channel *dst,
3326 const union tgsi_exec_channel *src0,
3327 const union tgsi_exec_channel *src1)
3336 micro_umin(union tgsi_exec_channel *dst,
3337 const union tgsi_exec_channel *src0,
3338 const union tgsi_exec_channel *src1)
3347 micro_umod(union tgsi_exec_channel *dst,
3348 const union tgsi_exec_channel *src0,
3349 const union tgsi_exec_channel *src1)
3358 micro_umul(union tgsi_exec_channel *dst,
3359 const union tgsi_exec_channel *src0,
3360 const union tgsi_exec_channel *src1)
3369 micro_useq(union tgsi_exec_channel *dst,
3370 const union tgsi_exec_channel *src0,
3371 const union tgsi_exec_channel *src1)
3380 micro_usge(union tgsi_exec_channel *dst,
3381 const union tgsi_exec_channel *src0,
3382 const union tgsi_exec_channel *src1)
3391 micro_ushr(union tgsi_exec_channel *dst,
3392 const union tgsi_exec_channel *src0,
3393 const union tgsi_exec_channel *src1)
3402 micro_uslt(union tgsi_exec_channel *dst,
3403 const union tgsi_exec_channel *src0,
3404 const union tgsi_exec_channel *src1)
3413 micro_usne(union tgsi_exec_channel *dst,
3414 const union tgsi_exec_channel *src0,
3415 const union tgsi_exec_channel *src1)
3424 micro_uarl(union tgsi_exec_channel *dst,
3425 const union tgsi_exec_channel *src)
3434 micro_ucmp(union tgsi_exec_channel *dst,
3435 const union tgsi_exec_channel *src0,
3436 const union tgsi_exec_channel *src1,
3437 const union tgsi_exec_channel *src2)
3451 union tgsi_exec_channel r[10];