Home
last modified time | relevance | path

Searched refs:util_format_dxt1_rgb_fetch (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.c94 util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch = util_format_dxt1_rgb_fetch_stub; variable
145 if (!util_format_dxt1_rgb_fetch || in util_format_s3tc_init()
157 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1; in util_format_s3tc_init()
173 util_format_dxt1_rgb_fetch(0, src, i, j, dst); in util_format_dxt1_rgb_fetch_rgba_8unorm()
198 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_rgb_fetch_rgba_float()
275 util_format_dxt1_rgb_fetch, 8); in util_format_dxt1_rgb_unpack_rgba_8unorm()
347 util_format_dxt1_rgb_fetch, 8); in util_format_dxt1_rgb_unpack_rgba_float()
Du_format_s3tc.h60 extern util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch;