HomeSort by relevance Sort by last modified time
    Searched refs:util_format_dxt1_rgba_fetch (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 95 util_format_dxtn_fetch_t util_format_dxt1_rgba_fetch = util_format_dxt1_rgba_fetch_stub; variable
146 !util_format_dxt1_rgba_fetch ||
158 util_format_dxt1_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt1;
179 util_format_dxt1_rgba_fetch(0, src, i, j, dst);
209 util_format_dxt1_rgba_fetch(0, src, i, j, tmp);
286 util_format_dxt1_rgba_fetch, 8);
358 util_format_dxt1_rgba_fetch, 8);
u_format_s3tc.h 61 extern util_format_dxtn_fetch_t util_format_dxt1_rgba_fetch;

Completed in 51 milliseconds