Home
last modified time | relevance | path

Searched refs:m_depthStencilAspect (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp2066 , m_depthStencilAspect (0) in DrawTest()
2114 m_depthStencilAspect = (useDepth() ? VK_IMAGE_ASPECT_DEPTH_BIT : (VkImageAspectFlagBits)0) | in iterate()
2120 makeImageSubresourceRange(m_depthStencilAspect, 0u, 1u, 0u, 1u)); in iterate()
2630 const VkImageSubresourceRange subresourceRange = makeImageSubresourceRange(m_depthStencilAspect, 0u, 1u, 0u, 1u); in drawRenderPasses()
2784 recordClearAttachments(vk, cmdBuffer, 0u, clearColor, m_depthStencilAspect, clearDepthStencil, clearRect); in recordSecondPassContents()
3131 VkImageAspectFlags m_depthStencilAspect; member in vkt::pipeline::__anon28238::Draw::DrawTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp2042 , m_depthStencilAspect (0) in DrawTest()
2090 m_depthStencilAspect = (useDepth() ? VK_IMAGE_ASPECT_DEPTH_BIT : (VkImageAspectFlagBits)0) | in iterate()
2096 makeImageSubresourceRange(m_depthStencilAspect, 0u, 1u, 0u, 1u)); in iterate()
2594 const VkImageSubresourceRange subresourceRange = makeImageSubresourceRange(m_depthStencilAspect, 0u, 1u, 0u, 1u); in drawRenderPasses()
2748 recordClearAttachments(vk, cmdBuffer, 0u, clearColor, m_depthStencilAspect, clearDepthStencil, clearRect); in recordSecondPassContents()
3085 VkImageAspectFlags m_depthStencilAspect; member in vkt::pipeline::__anon29457::Draw::DrawTest

Completed in 12 milliseconds