Searched refs:util_format_dxt3_rgba_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.c96 util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch = util_format_dxt3_rgba_fetch_stub; variable
147 !util_format_dxt3_rgba_fetch ||
159 util_format_dxt3_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt3;
185 util_format_dxt3_rgba_fetch(0, src, i, j, dst);
220 util_format_dxt3_rgba_fetch(0, src, i, j, tmp);
297 util_format_dxt3_rgba_fetch, 16);
369 util_format_dxt3_rgba_fetch, 16);
H A Du_format_s3tc.h62 extern util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch;
/external/mesa3d/src/gallium/auxiliary/util/
H A 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 ||
159 util_format_dxt3_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt3;
185 util_format_dxt3_rgba_fetch(0, src, i, j, dst);
220 util_format_dxt3_rgba_fetch(0, src, i, j, tmp);
297 util_format_dxt3_rgba_fetch, 16);
369 util_format_dxt3_rgba_fetch, 16);
H A Du_format_s3tc.h62 extern util_format_dxtn_fetch_t util_format_dxt3_rgba_fetch;

Completed in 33 milliseconds