Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.c96 util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch = util_format_dxt3_rgba_fetch_stub; variable
147 !util_format_dxt3_rgba_fetch || in util_format_s3tc_init()
159 util_format_dxt3_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt3; in util_format_s3tc_init()
185 util_format_dxt3_rgba_fetch(0, src, i, j, dst); in util_format_dxt3_rgba_fetch_rgba_8unorm()
220 util_format_dxt3_rgba_fetch(0, src, i, j, tmp); in util_format_dxt3_rgba_fetch_rgba_float()
297 util_format_dxt3_rgba_fetch, 16); in util_format_dxt3_rgba_unpack_rgba_8unorm()
369 util_format_dxt3_rgba_fetch, 16); in util_format_dxt3_rgba_unpack_rgba_float()
Du_format_s3tc.h62 extern util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch;