Searched refs:dxt135_decode_imageblock (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_s3tc_tmp.h | 52 static void dxt135_decode_imageblock ( const GLubyte *img_block_src, in dxt135_decode_imageblock() function 115 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 0, texel); in fetch_2d_texel_rgb_dxt1() 127 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 1, texel); in fetch_2d_texel_rgba_dxt1() 140 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel); in fetch_2d_texel_rgba_dxt3() 160 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel); in fetch_2d_texel_rgba_dxt5()
|