Home
last modified time | relevance | path

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

/external/mesa3d/src/util/format/
Du_format_s3tc.c33 util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_… variable
48 util_format_dxt1_rgb_fetch(0, src, i, j, dst); in util_format_dxt1_rgb_fetch_rgba_8unorm()
74 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_rgb_fetch_rgba()
159 util_format_dxt1_rgb_fetch, in util_format_dxt1_rgb_unpack_rgba_8unorm()
242 util_format_dxt1_rgb_fetch, in util_format_dxt1_rgb_unpack_rgba_float()
450 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_srgb_fetch_rgba_8unorm()
495 util_format_dxt1_rgb_fetch(0, src, i, j, tmp); in util_format_dxt1_srgb_fetch_rgba()
544 util_format_dxt1_rgb_fetch, in util_format_dxt1_srgb_unpack_rgba_8unorm()
584 util_format_dxt1_rgb_fetch, in util_format_dxt1_srgb_unpack_rgba_float()
Du_format_s3tc.h61 extern util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch;