• Home
  • Raw
  • Download

Lines Matching refs:dstImageLayout

2482 …                              VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,  in PreCallValidateCmdCopyImage()  argument
2742 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout, in PreCallValidateCmdCopyImage()
2753 … VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, in PreCallRecordCmdCopyImage() argument
2765 … VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallRecordCmdCopyImage() argument
2767 …lRecordCmdCopyImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in PreCallRecordCmdCopyImage()
2776 … SetImageInitialLayout(cb_node, *dst_image_state, pRegions[i].dstSubresource, dstImageLayout); in PreCallRecordCmdCopyImage()
2971 … VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallValidateCmdResolveImage() argument
3007 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout, in PreCallValidateCmdResolveImage()
3066 … VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallRecordCmdResolveImage() argument
3078 … VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallValidateCmdBlitImage() argument
3198 skip |= VerifyImageLayout(cb_node, dst_image_state, rgn.dstSubresource, dstImageLayout, in PreCallValidateCmdBlitImage()
3394 … VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, in PreCallRecordCmdBlitImage() argument
3406 … VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallRecordCmdBlitImage() argument
3408 …lRecordCmdBlitImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in PreCallRecordCmdBlitImage()
3417 … SetImageInitialLayout(cb_node, *dst_image_state, pRegions[i].dstSubresource, dstImageLayout); in PreCallRecordCmdBlitImage()
5057 … VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallValidateCmdCopyBufferToImage() argument
5105 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].imageSubresource, dstImageLayout, in PreCallValidateCmdCopyBufferToImage()
5121 … VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallRecordCmdCopyBufferToImage() argument
5132 … VkImageLayout dstImageLayout, uint32_t regionCount, in PreCallRecordCmdCopyBufferToImage() argument
5134 …reCallRecordCmdCopyBufferToImage(commandBuffer, srcBuffer, dstImage, dstImageLayout, regionCount, … in PreCallRecordCmdCopyBufferToImage()
5140 … SetImageInitialLayout(cb_node, *dst_image_state, pRegions[i].imageSubresource, dstImageLayout); in PreCallRecordCmdCopyBufferToImage()