Home
last modified time | relevance | path

Searched refs:image_copy (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c491 struct VkImageCopy image_copy = { 0 }; in radv_blit_to_prime_linear() local
493 image_copy.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in radv_blit_to_prime_linear()
494 image_copy.srcSubresource.layerCount = 1; in radv_blit_to_prime_linear()
496 image_copy.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in radv_blit_to_prime_linear()
497 image_copy.dstSubresource.layerCount = 1; in radv_blit_to_prime_linear()
499 image_copy.extent.width = image->info.width; in radv_blit_to_prime_linear()
500 image_copy.extent.height = image->info.height; in radv_blit_to_prime_linear()
501 image_copy.extent.depth = 1; in radv_blit_to_prime_linear()
505 1, &image_copy); in radv_blit_to_prime_linear()
/external/spirv-llvm/test/SPIRV/
Dimage.ll15 define spir_kernel void @image_copy(%opencl.image2d_t addrspace(1)* readnone %image1, %opencl.image…
51 !0 = !{void (%opencl.image2d_t addrspace(1)*, %opencl.image2d_t addrspace(1)*)* @image_copy, !1, !2…