Lines Matching refs:FETCH
48 #define FETCH(x) fetch_texel_1d_##x macro
56 #define FETCH(x) fetch_texel_2d_##x macro
64 #define FETCH(x) fetch_texel_3d_##x macro
77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage, in FETCH() function
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage, in FETCH() function
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage, in FETCH() function
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage, in FETCH() function
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage, in FETCH() function
157 static void FETCH(f_rgb_f16)( const struct swrast_texture_image *texImage, in FETCH() function
175 static void FETCH(f_alpha_f32)( const struct swrast_texture_image *texImage, in FETCH() function
193 static void FETCH(f_alpha_f16)( const struct swrast_texture_image *texImage, in FETCH() function
211 static void FETCH(f_luminance_f32)( const struct swrast_texture_image *texImage, in FETCH() function
229 static void FETCH(f_luminance_f16)( const struct swrast_texture_image *texImage, in FETCH() function
247 static void FETCH(f_luminance_alpha_f32)( const struct swrast_texture_image *texImage, in FETCH() function
265 static void FETCH(f_luminance_alpha_f16)( const struct swrast_texture_image *texImage, in FETCH() function
283 static void FETCH(f_intensity_f32)( const struct swrast_texture_image *texImage, in FETCH() function
301 static void FETCH(f_intensity_f16)( const struct swrast_texture_image *texImage, in FETCH() function
319 static void FETCH(f_r_f32)( const struct swrast_texture_image *texImage, in FETCH() function
337 static void FETCH(f_r_f16)( const struct swrast_texture_image *texImage, in FETCH() function
355 static void FETCH(f_rg_f32)( const struct swrast_texture_image *texImage, in FETCH() function
373 static void FETCH(f_rg_f16)( const struct swrast_texture_image *texImage, in FETCH() function
393 static void FETCH(f_rgba8888)( const struct swrast_texture_image *texImage, in FETCH() function
411 static void FETCH(f_rgba8888_rev)( const struct swrast_texture_image *texImage, in FETCH() function
427 static void FETCH(f_argb8888)( const struct swrast_texture_image *texImage, in FETCH() function
443 static void FETCH(f_argb8888_rev)( const struct swrast_texture_image *texImage, in FETCH() function
459 static void FETCH(f_rgbx8888)( const struct swrast_texture_image *texImage, in FETCH() function
475 static void FETCH(f_rgbx8888_rev)( const struct swrast_texture_image *texImage, in FETCH() function
491 static void FETCH(f_xrgb8888)( const struct swrast_texture_image *texImage, in FETCH() function
507 static void FETCH(f_xrgb8888_rev)( const struct swrast_texture_image *texImage, in FETCH() function
523 static void FETCH(f_rgb888)( const struct swrast_texture_image *texImage, in FETCH() function
539 static void FETCH(f_bgr888)( const struct swrast_texture_image *texImage, in FETCH() function
558 static void FETCH(f_rgb565)( const struct swrast_texture_image *texImage, in FETCH() function
575 static void FETCH(f_rgb565_rev)( const struct swrast_texture_image *texImage, in FETCH() function
592 static void FETCH(f_argb4444)( const struct swrast_texture_image *texImage, in FETCH() function
609 static void FETCH(f_argb4444_rev)( const struct swrast_texture_image *texImage, in FETCH() function
624 static void FETCH(f_rgba5551)( const struct swrast_texture_image *texImage, in FETCH() function
640 static void FETCH(f_argb1555)( const struct swrast_texture_image *texImage, in FETCH() function
657 static void FETCH(f_argb1555_rev)( const struct swrast_texture_image *texImage, in FETCH() function
674 static void FETCH(f_argb2101010)( const struct swrast_texture_image *texImage, in FETCH() function
691 static void FETCH(f_gr88)( const struct swrast_texture_image *texImage, in FETCH() function
707 static void FETCH(f_rg88)( const struct swrast_texture_image *texImage, in FETCH() function
723 static void FETCH(f_al44)( const struct swrast_texture_image *texImage, in FETCH() function
739 static void FETCH(f_al88)( const struct swrast_texture_image *texImage, in FETCH() function
755 static void FETCH(f_r8)(const struct swrast_texture_image *texImage, in FETCH() function
771 static void FETCH(f_r16)(const struct swrast_texture_image *texImage, in FETCH() function
787 static void FETCH(f_al88_rev)( const struct swrast_texture_image *texImage, in FETCH() function
803 static void FETCH(f_rg1616)( const struct swrast_texture_image *texImage, in FETCH() function
819 static void FETCH(f_rg1616_rev)( const struct swrast_texture_image *texImage, in FETCH() function
835 static void FETCH(f_al1616)( const struct swrast_texture_image *texImage, in FETCH() function
851 static void FETCH(f_al1616_rev)( const struct swrast_texture_image *texImage, in FETCH() function
867 static void FETCH(f_rgb332)( const struct swrast_texture_image *texImage, in FETCH() function
884 static void FETCH(f_a8)( const struct swrast_texture_image *texImage, in FETCH() function
900 static void FETCH(f_a16)( const struct swrast_texture_image *texImage, in FETCH() function
916 static void FETCH(f_l8)( const struct swrast_texture_image *texImage, in FETCH() function
932 static void FETCH(f_l16)( const struct swrast_texture_image *texImage, in FETCH() function
948 static void FETCH(f_i8)( const struct swrast_texture_image *texImage, in FETCH() function
964 static void FETCH(f_i16)( const struct swrast_texture_image *texImage, in FETCH() function
979 static void FETCH(srgb8)(const struct swrast_texture_image *texImage, in FETCH() function
992 static void FETCH(srgba8)(const struct swrast_texture_image *texImage, in FETCH() function
1005 static void FETCH(sargb8)(const struct swrast_texture_image *texImage, in FETCH() function
1018 static void FETCH(sl8)(const struct swrast_texture_image *texImage, in FETCH() function
1031 static void FETCH(sla8)(const struct swrast_texture_image *texImage, in FETCH() function
1047 FETCH(rgba_int8)(const struct swrast_texture_image *texImage, in FETCH() function
1063 FETCH(rgba_int16)(const struct swrast_texture_image *texImage, in FETCH() function
1079 FETCH(rgba_int32)(const struct swrast_texture_image *texImage, in FETCH() function
1095 FETCH(rgba_uint8)(const struct swrast_texture_image *texImage, in FETCH() function
1111 FETCH(rgba_uint16)(const struct swrast_texture_image *texImage, in FETCH() function
1127 FETCH(rgba_uint32)(const struct swrast_texture_image *texImage, in FETCH() function
1144 static void FETCH(dudv8)(const struct swrast_texture_image *texImage, in FETCH() function
1157 static void FETCH(signed_r8)( const struct swrast_texture_image *texImage, in FETCH() function
1172 static void FETCH(signed_a8)( const struct swrast_texture_image *texImage, in FETCH() function
1187 static void FETCH(signed_l8)( const struct swrast_texture_image *texImage, in FETCH() function
1202 static void FETCH(signed_i8)( const struct swrast_texture_image *texImage, in FETCH() function
1217 static void FETCH(signed_rg88_rev)( const struct swrast_texture_image *texImage, in FETCH() function
1232 static void FETCH(signed_al88)( const struct swrast_texture_image *texImage, in FETCH() function
1247 static void FETCH(signed_rgbx8888)( const struct swrast_texture_image *texImage, in FETCH() function
1262 static void FETCH(signed_rgba8888)( const struct swrast_texture_image *texImage, in FETCH() function
1274 static void FETCH(signed_rgba8888_rev)( const struct swrast_texture_image *texImage, in FETCH() function
1291 FETCH(signed_r16)(const struct swrast_texture_image *texImage, in FETCH() function
1307 FETCH(signed_a16)(const struct swrast_texture_image *texImage, in FETCH() function
1323 FETCH(signed_l16)(const struct swrast_texture_image *texImage, in FETCH() function
1339 FETCH(signed_i16)(const struct swrast_texture_image *texImage, in FETCH() function
1355 FETCH(signed_rg1616)(const struct swrast_texture_image *texImage, in FETCH() function
1371 FETCH(signed_al1616)(const struct swrast_texture_image *texImage, in FETCH() function
1387 FETCH(signed_rgb_16)(const struct swrast_texture_image *texImage, in FETCH() function
1403 FETCH(signed_rgba_16)(const struct swrast_texture_image *texImage, in FETCH() function
1420 FETCH(rgba_16)(const struct swrast_texture_image *texImage, in FETCH() function
1439 static void FETCH(f_ycbcr)( const struct swrast_texture_image *texImage, in FETCH() function
1469 static void FETCH(f_ycbcr_rev)( const struct swrast_texture_image *texImage, in FETCH() function
1496 static void FETCH(f_z24_s8)( const struct swrast_texture_image *texImage, in FETCH() function
1514 static void FETCH(f_s8_z24)( const struct swrast_texture_image *texImage, in FETCH() function
1532 static void FETCH(rgb9_e5)( const struct swrast_texture_image *texImage, in FETCH() function
1545 static void FETCH(r11_g11_b10f)( const struct swrast_texture_image *texImage, in FETCH() function
1558 static void FETCH(z32f_x24s8)(const struct swrast_texture_image *texImage, in FETCH() function
1572 #undef FETCH