Searched refs:m_colorAttachmentBuffer (Results 1 – 2 of 2) sorted by relevance
328 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()
169 de::MovePtr<vk::BufferWithMemory> m_colorAttachmentBuffer; member in vkt::drawutil::VulkanDrawContext