HomeSort by relevance Sort by last modified time
    Searched refs:dst_desc (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 288 const struct util_format_description *src_desc, *dst_desc; local
305 dst_desc = util_format_description(blit_dst_format);
307 assert(src_desc->block.bits == dst_desc->block.bits);
310 if (dst_desc->channel[0].size == src_desc->channel[0].size) {
320 canonical_format_from_bits(bits, dst_desc->channel[0].size);
321 } else if (has_identity_swizzle(dst_desc)) {
410 const struct util_format_description *src_desc, *dst_desc; local
418 dst_desc = util_format_description(dst->format);
423 dst_is_canon = same_size_and_swizzle(dst_desc, canon_desc);
425 dst_is_noncanon = same_size_and_swizzle(dst_desc, noncanon_desc)
    [all...]
st_cb_texture.c 1105 const struct util_format_description *dst_desc = util_format_description(dst); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 486 const struct util_format_description *dst_desc)
490 if (src_desc->format == dst_desc->format) {
495 dst_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) {
499 if (src_desc->block.bits != dst_desc->block.bits ||
500 src_desc->nr_channels != dst_desc->nr_channels ||
501 src_desc->colorspace != dst_desc->colorspace) {
507 dst_desc->channel[chan].size) {
513 enum pipe_swizzle swizzle = dst_desc->swizzle[chan];
520 dst_desc->channel[swizzle].type) ||
522 dst_desc->channel[swizzle].normalized))
    [all...]
u_blit.c 348 const struct util_format_description *dst_desc = local
350 return util_is_format_compatible(src_desc, dst_desc);
u_surface.c 700 const struct util_format_description *src_desc, *dst_desc; local
703 dst_desc = util_format_description(blit->dst.resource->format);
715 !util_is_format_compatible(src_desc, dst_desc)) {
u_blitter.c 1695 const struct util_format_description *dst_desc = local
    [all...]
u_format.h 693 const struct util_format_description *dst_desc);
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_descriptor_set.c 702 struct anv_descriptor *dst_desc = local
704 dst_desc += copy->dstArrayElement;
707 dst_desc[j] = src_desc[j];

Completed in 2407 milliseconds