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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c416 const struct util_format_description *dst_desc)
420 if (src_desc->format == dst_desc->format) {
425 dst_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) {
429 if (src_desc->block.bits != dst_desc->block.bits ||
430 src_desc->nr_channels != dst_desc->nr_channels ||
431 src_desc->colorspace != dst_desc->colorspace) {
437 dst_desc->channel[chan].size) {
443 enum util_format_swizzle swizzle = dst_desc->swizzle[chan];
450 dst_desc->channel[swizzle].type) ||
452 dst_desc
415 util_is_format_compatible(const struct util_format_description *src_desc, const struct util_format_description *dst_desc) argument
[all...]
H A Du_format.h607 const struct util_format_description *dst_desc);
H A Du_blit.c408 const struct util_format_description *dst_desc = local
410 return util_is_format_compatible(src_desc, dst_desc);
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c699 const struct util_format_description *dst_desc = local
701 if (!util_is_format_compatible(src_desc, dst_desc))
704 dst_desc->short_name);

Completed in 52 milliseconds