Home
last modified time | relevance | path

Searched refs:IFETCH (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1611 #define IFETCH(VAL,INDEX,CHAN)\ macro
2022 IFETCH(&r[3], 0, TGSI_CHAN_W); in exec_txf()
2028 IFETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txf()
2036 IFETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txf()
2040 IFETCH(&r[0], 0, TGSI_CHAN_X); in exec_txf()