/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format.c | 415 util_is_format_compatible(const struct util_format_description *src_desc, 420 if (src_desc->format == dst_desc->format) { 424 if (src_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) { 436 if (src_desc->channel[chan].size != 446 if (src_desc->swizzle[chan] != swizzle) { 449 if ((src_desc->channel[swizzle].type != 451 (src_desc->channel[swizzle].normalized ! [all...] |
u_blit.c | 406 const struct util_format_description *src_desc = local 410 return util_is_format_compatible(src_desc, dst_desc); 451 const struct util_format_description *src_desc = local 470 is_depth = util_format_has_depth(src_desc); 471 is_stencil = util_format_has_stencil(src_desc);
|
u_format.h | 606 util_is_format_compatible(const struct util_format_description *src_desc,
|
u_blitter.c | 1132 const struct util_format_description *src_desc = local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.c | 415 util_is_format_compatible(const struct util_format_description *src_desc, 420 if (src_desc->format == dst_desc->format) { 424 if (src_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) { 436 if (src_desc->channel[chan].size != 446 if (src_desc->swizzle[chan] != swizzle) { 449 if ((src_desc->channel[swizzle].type != 451 (src_desc->channel[swizzle].normalized ! [all...] |
u_blit.c | 406 const struct util_format_description *src_desc = local 410 return util_is_format_compatible(src_desc, dst_desc); 451 const struct util_format_description *src_desc = local 470 is_depth = util_format_has_depth(src_desc); 471 is_stencil = util_format_has_stencil(src_desc);
|
u_format.h | 606 util_is_format_compatible(const struct util_format_description *src_desc,
|
u_blitter.c | 1132 const struct util_format_description *src_desc = local [all...] |
/external/qemu/android/camera/ |
camera-format-converters.c | 1626 const PIXFormat* src_desc = _get_pixel_format_descriptor(pixel_format); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
glhd_context.c | 697 const struct util_format_description *src_desc = local 701 if (!util_is_format_compatible(src_desc, dst_desc)) 703 src_desc->short_name, [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_context.c | 697 const struct util_format_description *src_desc = local 701 if (!util_is_format_compatible(src_desc, dst_desc)) 703 src_desc->short_name, [all...] |