Home | History | Annotate | Download | only in swrast

Lines Matching defs:FETCH

29  * Texel fetch functions template.
31 * This template file is used by texfetch.c to generate texel fetch functions
49 #define FETCH(x) fetch_texel_1d_##x
58 #define FETCH(x) fetch_texel_2d_##x
66 #define FETCH(x) fetch_texel_3d_##x
74 FETCH(x) (const struct swrast_texture_image *texImage, \
83 FETCH(x) (const struct swrast_texture_image *texImage, \
187 FETCH_RGBA(YCBCR, GLushort, 1) /* Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. */
188 FETCH_RGBA(YCBCR_REV, GLushort, 1) /* Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. */
194 #undef FETCH