Searched defs:util_format_dxt5_rgba_fetch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_s3tc.c97 util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch = util_format_dxt5_rgba_fetch_stub; variable
148 !util_format_dxt5_rgba_fetch ||
160 util_format_dxt5_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt5;
191 util_format_dxt5_rgba_fetch(0, src, i, j, dst);
231 util_format_dxt5_rgba_fetch(0, src, i, j, tmp);
308 util_format_dxt5_rgba_fetch, 16);
380 util_format_dxt5_rgba_fetch, 16);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c97 util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch = util_format_dxt5_rgba_fetch_stub; variable
148 !util_format_dxt5_rgba_fetch ||
160 util_format_dxt5_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt5;
191 util_format_dxt5_rgba_fetch(0, src, i, j, dst);
231 util_format_dxt5_rgba_fetch(0, src, i, j, tmp);
308 util_format_dxt5_rgba_fetch, 16);
380 util_format_dxt5_rgba_fetch, 16);

Completed in 90 milliseconds