Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp157 VkImageSp m_outputImage; member in vkt::renderpass::__anon902f34140111::InputAttachmentSparseFillingTestInstance
340m_outputImage = safeSharedPtr(new Unique<VkImage>(vk::createImage(vk, vkDevice, &outputImageParam… in InputAttachmentSparseFillingTestInstance()
341 …haredPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, **m_outputImage), MemoryRequir… in InputAttachmentSparseFillingTestInstance()
342 …VK_CHECK(vk.bindImageMemory(vkDevice, **m_outputImage, m_outputImageMemory->getMemory(), m_outputI… in InputAttachmentSparseFillingTestInstance()
349 **m_outputImage, // VkImage image; in InputAttachmentSparseFillingTestInstance()
588 **m_outputImage, // VkImage image; in createCommandBuffer()
593 …vk.cmdClearColorImage(*m_cmdBuffer, **m_outputImage, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1… in createCommandBuffer()
659 …copyImageToBuffer(vk, *m_cmdBuffer, **m_outputImage, **m_outputBuffer, tcu::IVec2(m_renderSize.x()… in createCommandBuffer()
DvktRenderPassFragmentDensityMapTests.cpp869 Move<VkImage> m_outputImage; member in vkt::renderpass::__anonabc573560111::FragmentDensityMapTestInstance
1275 m_outputImage, m_outputImageAlloc, m_outputImageView); in FragmentDensityMapTestInstance()
1803 …readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, memAlloc, *m_outputImage, VK_FORMAT_R8G… in verifyImage()