Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.h45 (*util_format_dxtn_fetch_t)( int src_stride, typedef
60 extern util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch;
61 extern util_format_dxtn_fetch_t util_format_dxt1_rgba_fetch;
62 extern util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch;
63 extern util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch;
Du_format_s3tc.c94 util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch = util_format_dxt1_rgb_fetch_stub;
95 util_format_dxtn_fetch_t util_format_dxt1_rgba_fetch = util_format_dxt1_rgba_fetch_stub;
96 util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch = util_format_dxt3_rgba_fetch_stub;
97 util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch = util_format_dxt5_rgba_fetch_stub;
157 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1; in util_format_s3tc_init()
158 util_format_dxt1_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt1; 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()
160 util_format_dxt5_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt5; in util_format_s3tc_init()
247 util_format_dxtn_fetch_t fetch, in util_format_dxtn_rgb_unpack_rgba_8unorm()
315 util_format_dxtn_fetch_t fetch, in util_format_dxtn_rgb_unpack_rgba_float()