Searched refs:etc1_fetch_texel (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_etc.c | 43 etc1_fetch_texel(&block, i, j, tmp); in util_format_etc1_rgb8_unpack_rgba_float() 74 etc1_fetch_texel(&block, i, j, tmp); in util_format_etc1_rgb8_fetch_rgba_float()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_etc_tmp.h | 116 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, in TAG() argument 159 etc1_fetch_texel(&block, i, j, dst); in etc1_unpack_rgba8888()
|
D | texcompress_etc.c | 1266 etc1_fetch_texel(&block, i % 4, j % 4, dst); in fetch_etc1_rgb8()
|