Lines Matching refs:srcImageLayout
527 VkImageLayout srcImageLayout; in subDecode() local
537 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
566 …mdCopyImage(pool, (VkCommandBuffer)(boxed_dispatchHandle), srcImage, srcImageLayout, dstImage, dst… in subDecode()
574 VkImageLayout srcImageLayout; in subDecode() local
585 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
616 …vk->vkCmdBlitImage((VkCommandBuffer)dispatchHandle, srcImage, srcImageLayout, dstImage, dstImageLa… in subDecode()
668 VkImageLayout srcImageLayout; in subDecode() local
677 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
704 …ageToBuffer(pool, (VkCommandBuffer)(boxed_dispatchHandle), srcImage, srcImageLayout, dstBuffer, re… in subDecode()
912 VkImageLayout srcImageLayout; in subDecode() local
922 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
951 …vk->vkCmdResolveImage((VkCommandBuffer)dispatchHandle, srcImage, srcImageLayout, dstImage, dstImag… in subDecode()