Home
last modified time | relevance | path

Searched refs:etc1_fetch_texel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_etc.c43 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/
Dtexcompress_etc_tmp.h116 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()
Dtexcompress_etc.c1266 etc1_fetch_texel(&block, i % 4, j % 4, dst); in fetch_etc1_rgb8()