Home
last modified time | relevance | path

Searched refs:importedSrcImage (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp600 …Move<VkImage> importedSrcImage (createImageWithDrmFormatModifiers(vkd, device, VK_IMAGE_TYPE_2… in exportImportMemoryExplicitModifiersCase() local
606 …equirements importedSrcImageMemoryReq = getImageMemoryRequirements(vkd, device, *importedSrcImage); in exportImportMemoryExplicitModifiersCase()
612 VK_CHECK(vkd.bindImageMemory(device, *importedSrcImage, *importedMemory, 0)); in exportImportMemoryExplicitModifiersCase()
642 *importedSrcImage, // VkImage image; in exportImportMemoryExplicitModifiersCase()
681 …vkd.cmdBlitImage(*cmdBuffer2, *importedSrcImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *outImage, … in exportImportMemoryExplicitModifiersCase()