Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp328 m_colorAttachmentBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory( in VulkanDrawContext()
332 const Allocation& alloc = m_colorAttachmentBuffer->getAllocation(); in VulkanDrawContext()
704 …uffer, **m_resolveImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, **m_colorAttachmentBuffer, 1u, &cop… in VulkanDrawContext()
711 **m_colorAttachmentBuffer, 0ull, VK_WHOLE_SIZE); in VulkanDrawContext()
742 const Allocation& alloc = m_colorAttachmentBuffer->getAllocation(); in getColorPixels()
DvktDrawUtil.hpp169 de::MovePtr<vk::BufferWithMemory> m_colorAttachmentBuffer; member in vkt::drawutil::VulkanDrawContext