Searched refs:dxt135_decode_imageblock (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_s3tc_tmp.h | 56 static void dxt135_decode_imageblock ( const GLubyte *img_block_src, in dxt135_decode_imageblock() function 119 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 0, texel); in fetch_2d_texel_rgb_dxt1() 131 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 1, texel); in fetch_2d_texel_rgba_dxt1() 144 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel); in fetch_2d_texel_rgba_dxt3() 164 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel); in fetch_2d_texel_rgba_dxt5()
|