Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp191 VkClearValue m_initialColorDepth; member in vkt::renderpass::__anon076e20c80111::UnusedClearAttachmentTestInstance
427 m_initialColorDepth.depthStencil.depth = 1.0f; in UnusedClearAttachmentTestInstance()
428 m_initialColorDepth.depthStencil.stencil = 0u; in UnusedClearAttachmentTestInstance()
673 …(*cmdBuffer, *m_depthImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_initialColorDepth.depthStenci… in UnusedClearAttachmentTestInstance()
922 …stParams.depthStencilUsed ? m_clearColorDepth.depthStencil.depth : m_initialColorDepth.depthStenci… in iterate()
946 …Params.depthStencilUsed ? m_clearColorDepth.depthStencil.stencil : m_initialColorDepth.depthStenci… in iterate()