Searched refs:FETCH (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfetch_tmp.h49 #define FETCH(x) fetch_texel_1d_##x macro
58 #define FETCH(x) fetch_texel_2d_##x macro
66 #define FETCH(x) fetch_texel_3d_##x macro
74 FETCH(x) (const struct swrast_texture_image *texImage, \
83 FETCH(x) (const struct swrast_texture_image *texImage, \
195 #undef FETCH
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfetch_tmp.h49 #define FETCH(x) fetch_texel_1d_##x macro
58 #define FETCH(x) fetch_texel_2d_##x macro
66 #define FETCH(x) fetch_texel_3d_##x macro
74 FETCH(x) (const struct swrast_texture_image *texImage, \
83 FETCH(x) (const struct swrast_texture_image *texImage, \
188 #undef FETCH
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2030 #define FETCH(VAL,INDEX,CHAN)\ macro
2068 FETCH(&r[0], 0, chan_index);
2239 FETCH(&d, regdsrcx, chan);
2244 FETCH(&d, regdsrcx + 1, chan);
2327 FETCH(&r[last], 0, TGSI_CHAN_W);
2330 FETCH(&r[last], 1, TGSI_CHAN_X);
2359 FETCH(&r[i], 0, TGSI_CHAN_X + i);
2369 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4));
2423 FETCH(&coords[i], 0, TGSI_CHAN_X + i);
2493 FETCH(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1833 #define FETCH(VAL,INDEX,CHAN)\ macro
1871 FETCH(&r[0], 0, chan_index);
2040 FETCH(&d, regdsrcx, chan);
2045 FETCH(&d, regdsrcx + 1, chan);
2128 FETCH(&r[last], 0, TGSI_CHAN_W);
2131 FETCH(&r[last], 1, TGSI_CHAN_X);
2160 FETCH(&r[i], 0, TGSI_CHAN_X + i);
2170 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4));
2224 FETCH(&coords[i], 0, TGSI_CHAN_X + i);
2290 FETCH(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown89 CF/FETCH instructions use groups of 4 values for src and dst operands.
356 grouping of the instructions of the same kind (CF/FETCH/ALU).
369 in CF/FETCH instructions. It's performed first to make sure they
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown89 CF/FETCH instructions use groups of 4 values for src and dst operands.
356 grouping of the instructions of the same kind (CF/FETCH/ALU).
369 in CF/FETCH instructions. It's performed first to make sure they
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst600 - pan/bi: Always emit a LOD/CUBE word for FETCH instructions
H A D20.3.0.rst684 - pan/bi: Implement FETCH

Completed in 23 milliseconds