Lines Matching refs:fetch
476 void (*fetch)(const struct swrast_texture_image *texImage, in _mesa_decompress_image() local
497 fetch = _mesa_fetch_texel_rgb_dxt1; in _mesa_decompress_image()
500 fetch = _mesa_fetch_texel_rgba_dxt1; in _mesa_decompress_image()
503 fetch = _mesa_fetch_texel_rgba_dxt3; in _mesa_decompress_image()
506 fetch = _mesa_fetch_texel_rgba_dxt5; in _mesa_decompress_image()
511 fetch = _mesa_fetch_texel_2d_f_rgb_fxt1; in _mesa_decompress_image()
514 fetch = _mesa_fetch_texel_2d_f_rgba_fxt1; in _mesa_decompress_image()
519 fetch = _mesa_fetch_texel_red_rgtc1; in _mesa_decompress_image()
522 fetch = _mesa_fetch_texel_signed_red_rgtc1; in _mesa_decompress_image()
525 fetch = _mesa_fetch_texel_rg_rgtc2; in _mesa_decompress_image()
528 fetch = _mesa_fetch_texel_signed_rg_rgtc2; in _mesa_decompress_image()
533 fetch = _mesa_fetch_texel_l_latc1; in _mesa_decompress_image()
536 fetch = _mesa_fetch_texel_signed_l_latc1; in _mesa_decompress_image()
539 fetch = _mesa_fetch_texel_la_latc2; in _mesa_decompress_image()
542 fetch = _mesa_fetch_texel_signed_la_latc2; in _mesa_decompress_image()
547 fetch = _mesa_fetch_texel_2d_f_etc1_rgb8; in _mesa_decompress_image()
557 fetch(&texImage, i, j, 0, dest); in _mesa_decompress_image()