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.c98 util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch = util_format_dxt1_rgb_fetch_stub; variable
142 if (!util_format_dxt1_rgb_fetch || in util_format_s3tc_init()
154 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1; in util_format_s3tc_init()
170 util_format_dxt1_rgb_fetch(0, src, i, j, dst); in util_format_dxt1_rgb_fetch_rgba_8unorm()
195 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_rgb_fetch_rgba_float()
277 util_format_dxt1_rgb_fetch, in util_format_dxt1_rgb_unpack_rgba_8unorm()
360 util_format_dxt1_rgb_fetch, in util_format_dxt1_rgb_unpack_rgba_float()
568 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_srgb_fetch_rgba_8unorm()
612 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_srgb_fetch_rgba_float()
658 util_format_dxt1_rgb_fetch, in util_format_dxt1_srgb_unpack_rgba_8unorm()
[all …]
Du_format_s3tc.h63 extern util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch;