Lines Matching defs:srcImageLayout
1089 VkImageLayout srcImageLayout,
1095 VN_CMD_ENQUEUE(vkCmdCopyImage, commandBuffer, srcImage, srcImageLayout,
1109 VkImageLayout srcImageLayout,
1116 VN_CMD_ENQUEUE(vkCmdBlitImage, commandBuffer, srcImage, srcImageLayout,
1182 VkImageLayout srcImageLayout,
1190 bool prime_blit = vn_needs_prime_blit(srcImage, srcImageLayout);
1192 srcImageLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT;
1195 srcImageLayout, dstBuffer, regionCount, pRegions);
1211 vn_needs_prime_blit(copy_info.srcImage, copy_info.srcImageLayout);
1213 copy_info.srcImageLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT;
1281 VkImageLayout srcImageLayout,
1287 VN_CMD_ENQUEUE(vkCmdResolveImage, commandBuffer, srcImage, srcImageLayout,