Searched refs:util_format_dxt1_rgb_fetch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A 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 ||
157 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1;
173 util_format_dxt1_rgb_fetch(0, src, i, j, dst);
198 util_format_dxt1_rgb_fetch(0, src, i, j, tmp);
275 util_format_dxt1_rgb_fetch, 8);
347 util_format_dxt1_rgb_fetch, 8);
H A Du_format_s3tc.h60 extern util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch;
/external/mesa3d/src/gallium/auxiliary/util/
H A 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 ||
157 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1;
173 util_format_dxt1_rgb_fetch(0, src, i, j, dst);
198 util_format_dxt1_rgb_fetch(0, src, i, j, tmp);
275 util_format_dxt1_rgb_fetch, 8);
347 util_format_dxt1_rgb_fetch, 8);
H A Du_format_s3tc.h60 extern util_format_dxtn_fetch_t util_format_dxt1_rgb_fetch;

Completed in 53 milliseconds