Home
last modified time | relevance | path

Searched refs:b_dst (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c368 struct radv_meta_blit2d_surf b_dst = in meta_copy_image() local
382 if (!src_compressed || radv_dcc_formats_compatible(b_src.format, b_dst.format)) { in meta_copy_image()
383 b_src.format = b_dst.format; in meta_copy_image()
385 b_dst.format = b_src.format; in meta_copy_image()
394 b_dst.format = b_src.format; in meta_copy_image()
395 b_dst.current_layout = VK_IMAGE_LAYOUT_GENERAL; in meta_copy_image()
435 b_dst.layer = dst_offset_el.z; in meta_copy_image()
452 radv_meta_image_to_image_cs(cmd_buffer, &b_src, &b_dst, 1, &rect); in meta_copy_image()
454 radv_meta_blit2d(cmd_buffer, &b_src, NULL, &b_dst, 1, &rect); in meta_copy_image()
457 b_dst.layer++; in meta_copy_image()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java567 boolean a_dst, b_dst; in hasSameBehavior()
581 b_dst = tza_b.inDaylightTime(d); in hasSameBehavior()
582 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java564 boolean a_dst, b_dst; in hasSameBehavior()
578 b_dst = tza_b.inDaylightTime(d); in hasSameBehavior()
579 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()