Searched refs:util_format_fits_8unorm (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c463 util_format_fits_8unorm(const struct util_format_description *format_desc) function
632 if (util_format_fits_8unorm(src_format_desc) ||
633 util_format_fits_8unorm(dst_format_desc)) {
H A Du_format.h1001 util_format_fits_8unorm(const struct util_format_description *format_desc);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c463 util_format_fits_8unorm(const struct util_format_description *format_desc) function
632 if (util_format_fits_8unorm(src_format_desc) ||
633 util_format_fits_8unorm(dst_format_desc)) {
H A Du_format.h1001 util_format_fits_8unorm(const struct util_format_description *format_desc);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c361 if (util_format_fits_8unorm(format_desc) &&
H A Dlp_bld_sample_soa.c1338 boolean use_aos = util_format_fits_8unorm(bld.format_desc) &&
1343 !use_aos && util_format_fits_8unorm(bld.format_desc)) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c361 if (util_format_fits_8unorm(format_desc) &&
H A Dlp_bld_sample_soa.c1338 boolean use_aos = util_format_fits_8unorm(bld.format_desc) &&
1343 !use_aos && util_format_fits_8unorm(bld.format_desc)) {

Completed in 257 milliseconds