Searched refs:etc2_rgb8_fetch_texel (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_etc.c | 477 etc2_rgb8_fetch_texel(const struct etc2_block *block, in etc2_rgb8_fetch_texel() function 666 etc2_rgb8_fetch_texel(block, x, y, dst, in etc2_rgba8_fetch_texel() 704 etc2_rgb8_fetch_texel(&block, i, j, dst, in etc2_unpack_rgb8() 745 etc2_rgb8_fetch_texel(&block, i, j, dst, in etc2_unpack_srgb8() 1051 etc2_rgb8_fetch_texel(&block, i, j, dst, in etc2_unpack_rgb8_punchthrough_alpha1() 1089 etc2_rgb8_fetch_texel(&block, i, j, dst, in etc2_unpack_srgb8_punchthrough_alpha1() 1302 etc2_rgb8_fetch_texel(&block, i % 4, j % 4, dst, in fetch_etc2_rgb8() 1323 etc2_rgb8_fetch_texel(&block, i % 4, j % 4, dst, in fetch_etc2_srgb8() 1469 etc2_rgb8_fetch_texel(&block, i % 4, j % 4, dst, in fetch_etc2_rgb8_punchthrough_alpha1() 1490 etc2_rgb8_fetch_texel(&block, i % 4, j % 4, dst, in fetch_etc2_srgb8_punchthrough_alpha1()
|