/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 69 VkImageLayout dstImageLayout, in vk_common_CmdCopyImage() argument 96 .dstImageLayout = dstImageLayout, in vk_common_CmdCopyImage() 110 VkImageLayout dstImageLayout, in vk_common_CmdCopyBufferToImage() argument 137 .dstImageLayout = dstImageLayout, in vk_common_CmdCopyBufferToImage() 193 VkImageLayout dstImageLayout, in vk_common_CmdBlitImage() argument 226 .dstImageLayout = dstImageLayout, in vk_common_CmdBlitImage() 242 VkImageLayout dstImageLayout, in vk_common_CmdResolveImage() argument 269 .dstImageLayout = dstImageLayout, in vk_common_CmdResolveImage()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkStructConversion.hpp | 56 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in CopyImageInfo() 63 dstImageLayout, in CopyImageInfo() 91 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in BlitImageInfo() 98 dstImageLayout, in BlitImageInfo() 126 …CopyBufferToImageInfo(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t… in CopyBufferToImageInfo() 132 dstImageLayout, in CopyBufferToImageInfo() 196 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in ResolveImageInfo() 203 dstImageLayout, in ResolveImageInfo()
|
D | VkCommandBuffer.cpp | 1538 ASSERT(copyImageInfo.dstImageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL || in copyImage() 1539 copyImageInfo.dstImageLayout == VK_IMAGE_LAYOUT_GENERAL); in copyImage() 1555 ASSERT(blitImageInfo.dstImageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL || in blitImage() 1556 blitImageInfo.dstImageLayout == VK_IMAGE_LAYOUT_GENERAL); in blitImage() 1651 ASSERT(resolveImageInfo.dstImageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL || in resolveImage() 1652 resolveImageInfo.dstImageLayout == VK_IMAGE_LAYOUT_GENERAL); in resolveImage()
|
D | libVulkan.cpp | 2678 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in vkCmdCopyImage() argument 2681 …st<void *>(srcImage), srcImageLayout, static_cast<void *>(dstImage), dstImageLayout, int(regionCou… in vkCmdCopyImage() 2683 …er)->copyImage(vk::CopyImageInfo(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, … in vkCmdCopyImage() 2694 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in vkCmdBlitImage() argument 2697 …st<void *>(srcImage), srcImageLayout, static_cast<void *>(dstImage), dstImageLayout, int(regionCou… in vkCmdBlitImage() 2699 …er)->blitImage(vk::BlitImageInfo(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, … in vkCmdBlitImage() 2710 …r commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in vkCmdCopyBufferToImage() argument 2713 …commandBuffer, static_cast<void *>(srcBuffer), static_cast<void *>(dstImage), dstImageLayout, int(… in vkCmdCopyBufferToImage() 2715 …r)->copyBufferToImage(vk::CopyBufferToImageInfo(srcBuffer, dstImage, dstImageLayout, regionCount, … in vkCmdCopyBufferToImage() 2782 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in vkCmdResolveImage() argument [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | copy_buffer_to_image_common.adoc | 35 * [[VUID-{refpage}-dstImageLayout-00180]] 36 pname:dstImageLayout must: specify the layout of the image subresources 40 * [[VUID-{refpage}-dstImageLayout-00181]] 41 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 45 * [[VUID-{refpage}-dstImageLayout-01396]] 46 pname:dstImageLayout must: be
|
D | copy_buffer_to_image_common.txt | 35 * [[VUID-{refpage}-dstImageLayout-00180]] 36 pname:dstImageLayout must: specify the layout of the image subresources 40 * [[VUID-{refpage}-dstImageLayout-00181]] 41 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 45 * [[VUID-{refpage}-dstImageLayout-01396]] 46 pname:dstImageLayout must: be
|
D | resolve_image_common.txt | 38 * [[VUID-{refpage}-dstImageLayout-00262]] 39 pname:dstImageLayout must: specify the layout of the image subresources 43 * [[VUID-{refpage}-dstImageLayout-00263]] 44 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 48 * [[VUID-{refpage}-dstImageLayout-01401]] 49 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
|
D | resolve_image_common.adoc | 38 * [[VUID-{refpage}-dstImageLayout-00262]] 39 pname:dstImageLayout must: specify the layout of the image subresources 43 * [[VUID-{refpage}-dstImageLayout-00263]] 44 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 48 * [[VUID-{refpage}-dstImageLayout-01401]] 49 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
|
D | blit_image_common.adoc | 62 * [[VUID-{refpage}-dstImageLayout-00226]] 63 pname:dstImageLayout must: specify the layout of the image subresources 67 * [[VUID-{refpage}-dstImageLayout-00227]] 68 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 72 * [[VUID-{refpage}-dstImageLayout-01399]] 73 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
|
D | blit_image_common.txt | 62 * [[VUID-{refpage}-dstImageLayout-00226]] 63 pname:dstImageLayout must: specify the layout of the image subresources 67 * [[VUID-{refpage}-dstImageLayout-00227]] 68 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 72 * [[VUID-{refpage}-dstImageLayout-01399]] 73 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
|
D | copy_image_common.txt | 65 * [[VUID-{refpage}-dstImageLayout-00133]] 66 pname:dstImageLayout must: specify the layout of the image subresources 70 * [[VUID-{refpage}-dstImageLayout-00134]] 71 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 75 * [[VUID-{refpage}-dstImageLayout-01395]] 76 pname:dstImageLayout must: be
|
D | copy_image_common.adoc | 59 * [[VUID-{refpage}-dstImageLayout-00133]] 60 pname:dstImageLayout must: specify the layout of the image subresources 64 * [[VUID-{refpage}-dstImageLayout-00134]] 65 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 69 * [[VUID-{refpage}-dstImageLayout-01395]] 70 pname:dstImageLayout must: be
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VulkanSecondaryCommandBuffer.h | 63 VkImageLayout dstImageLayout, 91 VkImageLayout dstImageLayout, 102 VkImageLayout dstImageLayout, 189 VkImageLayout dstImageLayout, 241 VkImageLayout dstImageLayout, in blitImage() argument 247 CommandBuffer::blitImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in blitImage() 318 VkImageLayout dstImageLayout, in copyBufferToImage() argument 323 CommandBuffer::copyBufferToImage(srcBuffer, dstImage, dstImageLayout, regionCount, regions); in copyBufferToImage() 339 VkImageLayout dstImageLayout, in copyImage() argument 344 CommandBuffer::copyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in copyImage() [all …]
|
D | SecondaryCommandBuffer.h | 196 VkImageLayout dstImageLayout; member 206 VkImageLayout dstImageLayout; member 537 VkImageLayout dstImageLayout, 570 VkImageLayout dstImageLayout, 577 VkImageLayout dstImageLayout, 669 VkImageLayout dstImageLayout, 1002 VkImageLayout dstImageLayout, in blitImage() argument 1009 ASSERT(dstImageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in blitImage() 1096 VkImageLayout dstImageLayout, in copyBufferToImage() argument 1105 paramStruct->dstImageLayout = dstImageLayout; in copyBufferToImage() [all …]
|
D | vk_wrapper.h | 218 VkImageLayout dstImageLayout, 246 VkImageLayout dstImageLayout, 257 VkImageLayout dstImageLayout, 329 VkImageLayout dstImageLayout, 687 VkImageLayout dstImageLayout, 695 dstImageLayout, 1, regions, filter); 785 VkImageLayout dstImageLayout, 792 vkCmdCopyBufferToImage(mHandle, srcBuffer, dstImage.getHandle(), dstImageLayout, 1, regions); 842 VkImageLayout dstImageLayout, 849 dstImageLayout, 1, regions); [all …]
|
D | SecondaryCommandBuffer.cpp | 304 params->dstImageLayout, 1, ¶ms->region); in executeCommands() 311 params->dstImage, params->dstImageLayout, 1, ¶ms->region); in executeCommands()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 126 VkImageLayout dstImageLayout; member 136 VkImageLayout dstImageLayout; member 391 VkImageLayout dstImageLayout, 420 VkImageLayout dstImageLayout, 427 VkImageLayout dstImageLayout, 489 VkImageLayout dstImageLayout, 708 VkImageLayout dstImageLayout, in blitImage() argument 715 ASSERT(dstImageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in blitImage() 789 VkImageLayout dstImageLayout, in copyBufferToImage() argument 798 paramStruct->dstImageLayout = dstImageLayout; in copyBufferToImage() [all …]
|
D | vk_wrapper.h | 225 VkImageLayout dstImageLayout, 253 VkImageLayout dstImageLayout, 264 VkImageLayout dstImageLayout, 328 VkImageLayout dstImageLayout, 605 VkImageLayout dstImageLayout, 613 dstImageLayout, 1, regions, filter); 700 VkImageLayout dstImageLayout, 707 vkCmdCopyBufferToImage(mHandle, srcBuffer, dstImage.getHandle(), dstImageLayout, 1, regions); 757 VkImageLayout dstImageLayout, 764 dstImageLayout, 1, regions); [all …]
|
D | SecondaryCommandBuffer.cpp | 138 params->dstImageLayout, 1, ¶ms->region); in executeCommands() 145 params->dstImage, params->dstImageLayout, 1, ¶ms->region); in executeCommands()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 208 pCopyBufferToImageInfo->dstImageLayout, in radv_CmdCopyBufferToImage2() 220 radv_meta_decode_etc(cmd_buffer, dst_image, pCopyBufferToImageInfo->dstImageLayout, in radv_CmdCopyBufferToImage2() 570 pCopyImageInfo->dstImageLayout, &pCopyImageInfo->pRegions[r]); in radv_CmdCopyImage2() 581 radv_meta_decode_etc(cmd_buffer, dst_image, pCopyImageInfo->dstImageLayout, in radv_CmdCopyImage2()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 1091 VkImageLayout dstImageLayout, in vn_CmdCopyImage() argument 1096 dstImage, dstImageLayout, regionCount, pRegions); in vn_CmdCopyImage() 1111 VkImageLayout dstImageLayout, in vn_CmdBlitImage() argument 1117 dstImage, dstImageLayout, regionCount, pRegions, filter); in vn_CmdBlitImage() 1131 VkImageLayout dstImageLayout, in vn_CmdCopyBufferToImage() argument 1136 dstImageLayout, regionCount, pRegions); in vn_CmdCopyBufferToImage() 1283 VkImageLayout dstImageLayout, in vn_CmdResolveImage() argument 1288 dstImage, dstImageLayout, regionCount, pRegions); in vn_CmdResolveImage()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_command_buffer.h | 1520 size += vn_sizeof_VkImageLayout(&val->dstImageLayout); in vn_sizeof_VkCopyImageInfo2_self() 1558 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkCopyImageInfo2_self() 1662 size += vn_sizeof_VkImageLayout(&val->dstImageLayout); in vn_sizeof_VkBlitImageInfo2_self() 1701 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkBlitImageInfo2_self() 1801 size += vn_sizeof_VkImageLayout(&val->dstImageLayout); in vn_sizeof_VkCopyBufferToImageInfo2_self() 1838 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkCopyBufferToImageInfo2_self() 2009 size += vn_sizeof_VkImageLayout(&val->dstImageLayout); in vn_sizeof_VkResolveImageInfo2_self() 2047 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkResolveImageInfo2_self() 3914 …Image, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regi… in vn_sizeof_vkCmdCopyImage() argument 3924 cmd_size += vn_sizeof_VkImageLayout(&dstImageLayout); in vn_sizeof_vkCmdCopyImage() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | copies.adoc | 198 * pname:dstImageLayout is the current layout of the destination image 363 * pname:dstImageLayout is the current layout of the destination image 599 * pname:dstImageLayout is the layout of the destination image subresources 795 * pname:dstImageLayout is the layout of the destination image subresources 1159 * pname:dstImageLayout is the layout of the destination image subresources 1196 * [[VUID-vkCmdCopyMemoryToImageIndirectNV-dstImageLayout-07667]] 1197 pname:dstImageLayout must: specify the layout of the image subresources 1201 * [[VUID-vkCmdCopyMemoryToImageIndirectNV-dstImageLayout-07668]] 1202 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL 1206 * [[VUID-vkCmdCopyMemoryToImageIndirectNV-dstImageLayout-07669]] [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemUtils.hpp | 159 vk::VkImageLayout dstImageLayout,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.hpp | 159 vk::VkImageLayout dstImageLayout,
|