| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_cmd_copy.c | 67 VkImageLayout srcImageLayout, in vk_common_CmdCopyImage() argument 94 .srcImageLayout = srcImageLayout, in vk_common_CmdCopyImage() 150 VkImageLayout srcImageLayout, in vk_common_CmdCopyImageToBuffer() argument 177 .srcImageLayout = srcImageLayout, in vk_common_CmdCopyImageToBuffer() 191 VkImageLayout srcImageLayout, in vk_common_CmdBlitImage() argument 224 .srcImageLayout = srcImageLayout, in vk_common_CmdBlitImage() 240 VkImageLayout srcImageLayout, in vk_common_CmdResolveImage() argument 267 .srcImageLayout = srcImageLayout, in vk_common_CmdResolveImage()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkStructConversion.hpp | 56 …CopyImageInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstI… in CopyImageInfo() 61 srcImageLayout, in CopyImageInfo() 91 …BlitImageInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstI… in BlitImageInfo() 96 srcImageLayout, in BlitImageInfo() 161 …CopyImageToBufferInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t… in CopyImageToBufferInfo() 166 srcImageLayout, in CopyImageToBufferInfo() 196 …ResolveImageInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout d… in ResolveImageInfo() 201 srcImageLayout, in ResolveImageInfo()
|
| D | VkCommandBuffer.cpp | 1536 ASSERT(copyImageInfo.srcImageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL || in copyImage() 1537 copyImageInfo.srcImageLayout == VK_IMAGE_LAYOUT_GENERAL); in copyImage() 1553 ASSERT(blitImageInfo.srcImageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL || in blitImage() 1554 blitImageInfo.srcImageLayout == VK_IMAGE_LAYOUT_GENERAL); in blitImage() 1584 ASSERT(copyImageToBufferInfo.srcImageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL || in copyImageToBuffer() 1585 copyImageToBufferInfo.srcImageLayout == VK_IMAGE_LAYOUT_GENERAL); in copyImageToBuffer() 1649 ASSERT(resolveImageInfo.srcImageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL || in resolveImage() 1650 resolveImageInfo.srcImageLayout == VK_IMAGE_LAYOUT_GENERAL); in resolveImage()
|
| D | libVulkan.cpp | 2678 …Image(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… in vkCmdCopyImage() argument 2681 …commandBuffer, static_cast<void *>(srcImage), srcImageLayout, static_cast<void *>(dstImage), dstIm… in vkCmdCopyImage() 2683 …vk::Cast(commandBuffer)->copyImage(vk::CopyImageInfo(srcImage, srcImageLayout, dstImage, dstImageL… in vkCmdCopyImage() 2694 …Image(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… in vkCmdBlitImage() argument 2697 …commandBuffer, static_cast<void *>(srcImage), srcImageLayout, static_cast<void *>(dstImage), dstIm… in vkCmdBlitImage() 2699 …vk::Cast(commandBuffer)->blitImage(vk::BlitImageInfo(srcImage, srcImageLayout, dstImage, dstImageL… in vkCmdBlitImage() 2726 …uffer(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstB… in vkCmdCopyImageToBuffer() argument 2729 …commandBuffer, static_cast<void *>(srcImage), int(srcImageLayout), static_cast<void *>(dstBuffer),… in vkCmdCopyImageToBuffer() 2731 …vk::Cast(commandBuffer)->copyImageToBuffer(vk::CopyImageToBufferInfo(srcImage, srcImageLayout, dst… in vkCmdCopyImageToBuffer() 2782 …Image(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… in vkCmdResolveImage() argument [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
| D | copy_image_to_buffer_common.txt | 35 * [[VUID-{refpage}-srcImageLayout-00189]] 36 pname:srcImageLayout must: specify the layout of the image subresources 40 * [[VUID-{refpage}-srcImageLayout-00190]] 41 pname:srcImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL 45 * [[VUID-{refpage}-srcImageLayout-01397]] 46 pname:srcImageLayout must: be
|
| D | resolve_image_common.txt | 23 * [[VUID-{refpage}-srcImageLayout-00260]] 24 pname:srcImageLayout must: specify the layout of the image subresources 28 * [[VUID-{refpage}-srcImageLayout-00261]] 29 pname:srcImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL 33 * [[VUID-{refpage}-srcImageLayout-01400]] 34 pname:srcImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
|
| D | blit_image_common.txt | 32 * [[VUID-{refpage}-srcImageLayout-00221]] 33 pname:srcImageLayout must: specify the layout of the image subresources 37 * [[VUID-{refpage}-srcImageLayout-00222]] 38 pname:srcImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL 42 * [[VUID-{refpage}-srcImageLayout-01398]] 43 pname:srcImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
|
| D | copy_image_common.txt | 30 * [[VUID-{refpage}-srcImageLayout-00128]] 31 pname:srcImageLayout must: specify the layout of the image subresources 35 * [[VUID-{refpage}-srcImageLayout-00129]] 36 pname:srcImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL 40 * [[VUID-{refpage}-srcImageLayout-01917]] 41 pname:srcImageLayout must: be
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | VulkanSecondaryCommandBuffer.h | 61 VkImageLayout srcImageLayout, 95 VkImageLayout srcImageLayout, 100 VkImageLayout srcImageLayout, 187 VkImageLayout srcImageLayout, 239 VkImageLayout srcImageLayout, in blitImage() argument 247 CommandBuffer::blitImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in blitImage() 327 VkImageLayout srcImageLayout, in copyImageToBuffer() argument 333 CommandBuffer::copyImageToBuffer(srcImage, srcImageLayout, dstBuffer, regionCount, regions); in copyImageToBuffer() 337 VkImageLayout srcImageLayout, in copyImage() argument 344 CommandBuffer::copyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in copyImage() [all …]
|
| D | SecondaryCommandBuffer.h | 204 VkImageLayout srcImageLayout; member 214 VkImageLayout srcImageLayout; member 535 VkImageLayout srcImageLayout, 575 VkImageLayout srcImageLayout, 582 VkImageLayout srcImageLayout, 667 VkImageLayout srcImageLayout, 1000 VkImageLayout srcImageLayout, in blitImage() argument 1008 ASSERT(srcImageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in blitImage() 1110 VkImageLayout srcImageLayout, in copyImage() argument 1119 paramStruct->srcImageLayout = srcImageLayout; in copyImage() [all …]
|
| D | vk_wrapper.h | 216 VkImageLayout srcImageLayout, 250 VkImageLayout srcImageLayout, 255 VkImageLayout srcImageLayout, 327 VkImageLayout srcImageLayout, 685 VkImageLayout srcImageLayout, 694 vkCmdBlitImage(mHandle, srcImage.getHandle(), srcImageLayout, dstImage.getHandle(), 796 VkImageLayout srcImageLayout, 804 vkCmdCopyImageToBuffer(mHandle, srcImage.getHandle(), srcImageLayout, dstBuffer, 1, regions); 840 VkImageLayout srcImageLayout, 848 vkCmdCopyImage(mHandle, srcImage.getHandle(), srcImageLayout, dstImage.getHandle(), [all …]
|
| D | SecondaryCommandBuffer.cpp | 310 vkCmdCopyImage(cmdBuffer, params->srcImage, params->srcImageLayout, in executeCommands() 318 vkCmdCopyImageToBuffer(cmdBuffer, params->srcImage, params->srcImageLayout, in executeCommands()
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_command_buffer.c | 1089 VkImageLayout srcImageLayout, in vn_CmdCopyImage() argument 1095 VN_CMD_ENQUEUE(vkCmdCopyImage, commandBuffer, srcImage, srcImageLayout, in vn_CmdCopyImage() 1109 VkImageLayout srcImageLayout, in vn_CmdBlitImage() argument 1116 VN_CMD_ENQUEUE(vkCmdBlitImage, commandBuffer, srcImage, srcImageLayout, in vn_CmdBlitImage() 1182 VkImageLayout srcImageLayout, in vn_CmdCopyImageToBuffer() argument 1190 bool prime_blit = vn_needs_prime_blit(srcImage, srcImageLayout); in vn_CmdCopyImageToBuffer() 1192 srcImageLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; in vn_CmdCopyImageToBuffer() 1195 srcImageLayout, dstBuffer, regionCount, pRegions); in vn_CmdCopyImageToBuffer() 1211 vn_needs_prime_blit(copy_info.srcImage, copy_info.srcImageLayout); in vn_CmdCopyImageToBuffer2() 1213 copy_info.srcImageLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; in vn_CmdCopyImageToBuffer2() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | VulkanHelper.cpp | 935 VkImageLayout srcImageLayout, in readPixels() argument 1029 if (srcImageLayout != VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL) in readPixels() 1036 /* .oldLayout = */ srcImageLayout, in readPixels() 1054 srcImageLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in readPixels() 1057 vkCmdCopyImageToBuffer(commandBuffers[0], srcImage, srcImageLayout, stagingBuffer, in readPixels()
|
| D | VulkanHelper.h | 110 VkImageLayout srcImageLayout,
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_command_buffer.h | 1518 size += vn_sizeof_VkImageLayout(&val->srcImageLayout); in vn_sizeof_VkCopyImageInfo2_self() 1556 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkCopyImageInfo2_self() 1660 size += vn_sizeof_VkImageLayout(&val->srcImageLayout); in vn_sizeof_VkBlitImageInfo2_self() 1699 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkBlitImageInfo2_self() 1873 size += vn_sizeof_VkImageLayout(&val->srcImageLayout); in vn_sizeof_VkCopyImageToBufferInfo2_self() 1910 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkCopyImageToBufferInfo2_self() 2007 size += vn_sizeof_VkImageLayout(&val->srcImageLayout); in vn_sizeof_VkResolveImageInfo2_self() 2045 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkResolveImageInfo2_self() 3914 …Image(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… in vn_sizeof_vkCmdCopyImage() argument 3922 cmd_size += vn_sizeof_VkImageLayout(&srcImageLayout); in vn_sizeof_vkCmdCopyImage() [all …]
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_meta_copy.c | 347 pCopyImageToBufferInfo->srcImageLayout, in radv_CmdCopyImageToBuffer2() 569 copy_image(cmd_buffer, src_image, pCopyImageInfo->srcImageLayout, dst_image, in radv_CmdCopyImage2()
|
| /third_party/glfw/deps/vulkan/ |
| D | vulkan.h | 2342 …mage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 2343 …mage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 2345 …ffer)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstB… 2351 …mage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 2994 VkImageLayout srcImageLayout, 3003 VkImageLayout srcImageLayout, 3021 VkImageLayout srcImageLayout, 3066 VkImageLayout srcImageLayout,
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkDeviceDriverImpl.inl | 490 …mage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… argument 492 …m_vk.cmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, … 495 …mage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… argument 497 …m_vk.cmdBlitImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, … 505 …ffer (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstB… argument 507 …m_vk.cmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstBuffer, regionCount, pRegion… 535 …mage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… argument 537 …m_vk.cmdResolveImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCoun…
|
| D | vkConcreteDeviceInterface.inl | 101 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 102 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 104 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstB… 110 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm…
|
| D | vkVirtualDeviceInterface.inl | 101 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 102 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… 104 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstB… 110 … (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm…
|
| D | vkNullDriverImpl.inl | 926 …mage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… argument 930 DE_UNREF(srcImageLayout); 937 …mage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… argument 941 DE_UNREF(srcImageLayout); 959 …ffer (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstB… argument 963 DE_UNREF(srcImageLayout); 1016 …mage (VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstIm… argument 1020 DE_UNREF(srcImageLayout);
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 2138 … VkImageLayout srcImageLayout, VkImage dstImage, in vkCmdCopyImage() argument 2148 …disp->CmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount,… in vkCmdCopyImage() 2152 … VkImageLayout srcImageLayout, VkImage dstImage, in vkCmdBlitImage() argument 2162 …disp->CmdBlitImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount,… in vkCmdBlitImage() 2179 … VkImageLayout srcImageLayout, VkBuffer dstBuffer, in vkCmdCopyImageToBuffer() argument 2188 …disp->CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstBuffer, regionCount, pRegio… in vkCmdCopyImageToBuffer() 2256 … VkImageLayout srcImageLayout, VkImage dstImage, in vkCmdResolveImage() argument 2266 …disp->CmdResolveImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCou… in vkCmdResolveImage()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_blorp.c | 432 src_image, pCopyImageInfo->srcImageLayout, in anv_CmdCopyImage2() 610 pCopyImageToBufferInfo->srcImageLayout, in anv_CmdCopyImageToBuffer2() 771 src_image, pBlitImageInfo->srcImageLayout, in anv_CmdBlitImage2() 1487 src_image, pResolveImageInfo->srcImageLayout, in anv_CmdResolveImage2()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | copies.txt | 292 * pname:srcImageLayout is the current layout of the source image 556 * pname:srcImageLayout is the current layout of the source image 683 * pname:srcImageLayout is the layout of the source image subresources for 962 * pname:srcImageLayout is the layout of the source image subresources for 1199 * pname:srcImageLayout is the layout of the source image subresources for 1380 * pname:srcImageLayout is the layout of the source image subresources for 1480 * pname:srcImageLayout is the layout of the source image subresources for 1592 * pname:srcImageLayout is the layout of the source image subresources for
|