Lines Matching refs:FETCH
1994 #define FETCH(VAL,INDEX,CHAN)\ macro
2032 FETCH(&r[0], 0, chan_index); in exec_kill_if()
2187 FETCH(&d, regdsrcx, chan); in fetch_assign_deriv_channel()
2192 FETCH(&d, regdsrcx + 1, chan); in fetch_assign_deriv_channel()
2276 FETCH(&r[last], 0, TGSI_CHAN_W); in exec_tex()
2280 FETCH(&r[last], 1, TGSI_CHAN_X); in exec_tex()
2309 FETCH(&r[i], 0, TGSI_CHAN_X + i); in exec_tex()
2319 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4)); in exec_tex()
2373 FETCH(&coords[i], 0, TGSI_CHAN_X + i); in exec_lodq()
2443 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2457 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2458 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2459 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2471 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2472 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2489 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2490 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2491 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2492 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd()
2508 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2509 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd()
2510 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2511 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd()
2672 FETCH(&c1, 3, TGSI_CHAN_X); in exec_sample()
2677 FETCH(&c1, 3, TGSI_CHAN_X); in exec_sample()
2690 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_sample()
2695 FETCH(&r[2], 3, TGSI_CHAN_X); in exec_sample()
2712 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample()
2714 FETCH(&r[2], 3, TGSI_CHAN_X); in exec_sample()
2731 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample()
2732 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample()
2734 FETCH(&r[3], 3, TGSI_CHAN_X); in exec_sample()
2749 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample()
2750 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample()
2751 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample()
2753 FETCH(&r[4], 3, TGSI_CHAN_X); in exec_sample()
2800 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_sample_d()
2806 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample_d()
2820 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample_d()
2821 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d()
2836 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_sample_d()
2837 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d()
2838 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample_d()
3976 FETCH(&value[i], 1, TGSI_CHAN_X + i); in exec_store_img()
4013 FETCH(&value[i], 1, TGSI_CHAN_X + i); in exec_store_buf()
4042 FETCH(&value[i], 1, TGSI_CHAN_X + i); in exec_store_mem()
4101 FETCH(&value[i], 2, TGSI_CHAN_X + i); in exec_atomop_img()
4103 FETCH(&value2[i], 3, TGSI_CHAN_X + i); in exec_atomop_img()
4162 FETCH(&value[i], 2, TGSI_CHAN_X + i); in exec_atomop_buf()
4164 FETCH(&value2[i], 3, TGSI_CHAN_X + i); in exec_atomop_buf()
4219 FETCH(&value[i], 2, TGSI_CHAN_X + i); in exec_atomop_mem()
4221 FETCH(&value2[i], 3, TGSI_CHAN_X + i); in exec_atomop_mem()
5374 FETCH( &r[0], 0, TGSI_CHAN_X ); in exec_instruction()