Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp193 VkClearValue m_clearColorDepth; member in vkt::renderpass::__anon076e20c80111::UnusedClearAttachmentTestInstance
436 m_clearColorDepth.depthStencil.depth = 0.0f; in UnusedClearAttachmentTestInstance()
437 m_clearColorDepth.depthStencil.stencil = 255u; in UnusedClearAttachmentTestInstance()
856 m_clearColorDepth // VkClearValue clearValue; in createCommandBuffer()
922 …const float refDepth = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.depth… in iterate()
946 …const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.… in iterate()