Searched refs:tu_image_view_copy (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 973 tu_image_view_copy(struct tu_image_view *iview, in tu_image_view_copy() function 1194 …tu_image_view_copy(&dst, dst_image, dst_image->vk_format, &info->imageSubresource, offset.z, false… in tu_copy_buffer_to_image() 1267 …tu_image_view_copy(&src, src_image, src_image->vk_format, &info->imageSubresource, offset.z, stenc… in tu_copy_image_to_buffer() 1415 tu_image_view_copy(&dst, dst_image, dst_format, &info->dstSubresource, dst_offset.z, false); in tu_copy_image_to_image() 1416 tu_image_view_copy(&src, src_image, src_format, &info->srcSubresource, src_offset.z, false); in tu_copy_image_to_image() 1457 tu_image_view_copy(&staging, &staging_image, src_format, in tu_copy_image_to_image() 1475 tu_image_view_copy(&staging, &staging_image, dst_format, in tu_copy_image_to_image() 1488 tu_image_view_copy(&dst, dst_image, format, &info->dstSubresource, dst_offset.z, false); in tu_copy_image_to_image() 1489 tu_image_view_copy(&src, src_image, format, &info->srcSubresource, src_offset.z, false); in tu_copy_image_to_image()
|