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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_s3tc.h45 (*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;
H A Du_format_s3tc.c94 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 fetc
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.h45 (*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;
H A Du_format_s3tc.c94 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 fetc
[all...]

Completed in 31 milliseconds