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

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.h 45 (*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;
u_format_s3tc.c 94 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;
158 util_format_dxt1_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt1;
159 util_format_dxt3_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt3;
160 util_format_dxt5_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt5;
247 util_format_dxtn_fetch_t fetch,
315 util_format_dxtn_fetch_t fetch
    [all...]

Completed in 1521 milliseconds