Home
last modified time | relevance | path

Searched defs:dst_image_layout (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_resolve.c250 … struct radv_image *dst_image, unsigned dst_level, VkImageLayout dst_image_layout, in radv_pick_resolve_method_images()
291 VkImageLayout dst_image_layout, const VkImageResolve2 *region) in radv_meta_resolve_hardware_image()
432 … struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageResolve2 *region, in resolve_image()
464 VkImageLayout dst_image_layout = pResolveImageInfo->dstImageLayout; in radv_CmdResolveImage2() local
H A Dradv_meta_copy.c376 … struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageCopy2 *region) in transfer_copy_image()
410 struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageCopy2 *region) in copy_image()
H A Dradv_meta_blit.c258 VkImageLayout dst_image_layout, VkRect2D dst_box, VkSampler sampler) in meta_emit_blit()
390 …struct radv_image *dst_image, VkImageLayout dst_image_layout, const VkImageBlit2 *region, VkFilter… in blit_image()
H A Dradv_meta_resolve_cs.c531 VkImageLayout dst_image_layout, const VkImageResolve2 *region) in radv_meta_resolve_compute_image()
H A Dradv_meta_resolve_fs.c715 VkImageLayout dst_image_layout, const VkImageResolve2 *region) in radv_meta_resolve_fragment_image()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_blit_resolve.c506 VkImageLayout dst_image_layout, in do_blit()
720 VkImageLayout dst_image_layout, in vk_meta_blit_image()
820 VkImageLayout dst_image_layout, in vk_meta_resolve_image()
891 VkImageLayout dst_image_layout, in vk_meta_resolve_attachment()
H A Dvk_meta_copy_fill_update.c2021 struct vk_image *dst_img, VkImageLayout dst_image_layout, in copy_image_region_gfx()
2090 VkImageLayout dst_image_layout, in copy_image_region_compute()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dcopy.rs4163 pub dst_image_layout: ImageLayout, field
4289 pub dst_image_layout: ImageLayout, field
4531 pub dst_image_layout: ImageLayout, field
4665 pub dst_image_layout: ImageLayout, field
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_blorp.c291 VkImageLayout dst_image_layout, in copy_image()
632 VkImageLayout dst_image_layout, in blit_image()
1416 VkImageLayout dst_image_layout, in resolve_image()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c344 VkImageLayout dst_image_layout, in copy_image()
868 VkImageLayout dst_image_layout, in blit_image()
2172 VkImageLayout dst_image_layout, in resolve_image()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs52041 pub dst_image_layout: ImageLayout, field
52104 pub fn dst_image_layout(mut self, dst_image_layout: ImageLayout) -> Self { in dst_image_layout() method
52131 pub dst_image_layout: ImageLayout, field
52196 pub fn dst_image_layout(mut self, dst_image_layout: ImageLayout) -> Self { in dst_image_layout() method
52227 pub dst_image_layout: ImageLayout, field
52284 pub fn dst_image_layout(mut self, dst_image_layout: ImageLayout) -> Self { in dst_image_layout() method
52394 pub dst_image_layout: ImageLayout, field
52457 pub fn dst_image_layout(mut self, dst_image_layout: ImageLayout) -> Self { in dst_image_layout() method