Lines Matching refs:FETCH
1833 #define FETCH(VAL,INDEX,CHAN)\ macro
1871 FETCH(&r[0], 0, chan_index); in exec_kill_if()
2040 FETCH(&d, regdsrcx, chan); in fetch_assign_deriv_channel()
2045 FETCH(&d, regdsrcx + 1, chan); in fetch_assign_deriv_channel()
2128 FETCH(&r[last], 0, TGSI_CHAN_W); in exec_tex()
2131 FETCH(&r[last], 1, TGSI_CHAN_X); in exec_tex()
2160 FETCH(&r[i], 0, TGSI_CHAN_X + i); in exec_tex()
2170 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4)); in exec_tex()
2224 FETCH(&coords[i], 0, TGSI_CHAN_X + i); in exec_lodq()
2290 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2304 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2305 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2306 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2318 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2319 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2336 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2337 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2338 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2339 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd()
2355 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2356 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2357 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2358 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd()
2518 FETCH(&c1, 3, TGSI_CHAN_X); in exec_sample()
2523 FETCH(&c1, 3, TGSI_CHAN_X); in exec_sample()
2536 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_sample()
2541 FETCH(&r[2], 3, TGSI_CHAN_X); in exec_sample()
2558 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample()
2560 FETCH(&r[2], 3, TGSI_CHAN_X); in exec_sample()
2577 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample()
2578 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample()
2580 FETCH(&r[3], 3, TGSI_CHAN_X); in exec_sample()
2595 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample()
2596 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample()
2597 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample()
2599 FETCH(&r[4], 3, TGSI_CHAN_X); in exec_sample()
2646 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_sample_d()
2652 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample_d()
2666 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample_d()
2667 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d()
2682 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample_d()
2683 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d()
2684 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample_d()
3885 FETCH(&value[i], 1, TGSI_CHAN_X + i); in exec_store_img()
3917 FETCH(&value[i], 1, TGSI_CHAN_X + i); in exec_store_buf()
3948 FETCH(&value[i], 1, TGSI_CHAN_X + i); in exec_store_mem()
4006 FETCH(&value[i], 2, TGSI_CHAN_X + i); in exec_atomop_img()
4008 FETCH(&value2[i], 3, TGSI_CHAN_X + i); in exec_atomop_img()
4079 FETCH(&r0, 2, TGSI_CHAN_X); in exec_atomop_membuf()
4081 FETCH(&r1, 3, TGSI_CHAN_X); in exec_atomop_membuf()
5358 FETCH( &r[0], 0, TGSI_CHAN_X ); in exec_instruction()