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

/external/chromium_org/third_party/mesa/src/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/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/qemu/android/camera/
H A Dcamera-format-converters.c1638 const PIXFormat* dst_desc = local
1640 if (dst_desc == NULL) {
1647 if (dst_desc->format_sel == PIX_FMT_RGB) {
1648 RGBToRGB(src_desc->desc.rgb_desc, dst_desc->desc.rgb_desc,
1651 } else if (dst_desc->format_sel == PIX_FMT_YUV) {
1652 RGBToYUV(src_desc->desc.rgb_desc, dst_desc->desc.yuv_desc,
1657 __FUNCTION__, dst_desc->format_sel);
1662 if (dst_desc->format_sel == PIX_FMT_RGB) {
1663 YUVToRGB(src_desc->desc.yuv_desc, dst_desc->desc.rgb_desc,
1666 } else if (dst_desc
[all...]
/external/chromium_org/third_party/mesa/src/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);
/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 918 milliseconds