Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp893m_depthStencil->Init(m_device, static_cast<uint32_t>(m_width), static_cast<uint32_t>(m_height), m_… in VKTriangleTest()
895 depth_attachment = m_depthStencil->BindInfo(); in VKTriangleTest()
947 …commandBuffer->ClearAllBuffers(m_renderTargets, m_clear_color, m_depthStencil, m_depth_clear_color… in GenericDrawPreparation()
949 commandBuffer->PrepareAttachments(m_renderTargets, m_depthStencil); in GenericDrawPreparation()
Dvkrenderframework.cpp51 m_depthStencil(NULL), in VkRenderFramework()
376 delete m_depthStencil; in ShutdownFramework()
377 m_depthStencil = nullptr; in ShutdownFramework()
427 m_depthStencil = new VkDepthStencilObj(m_device); in InitState()
Dvkrenderframework.h161 VkDepthStencilObj *m_depthStencil; variable
Dvkpositivelayertests.cpp426 m_depthStencil->Init(m_device, 100, 100, depth_stencil_fmt, in TEST_F()
467 VkImageView *depthView = m_depthStencil->BindInfo(); in TEST_F()
510m_depthStencil->ImageMemoryBarrier(&cmdbuf, VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BI… in TEST_F()
536 …cmdbuf.CopyImage(m_depthStencil->handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, destImage.handle(… in TEST_F()
6244m_depthStencil->Init(m_device, static_cast<int32_t>(m_width), static_cast<int32_t>(m_height), m_de… in TEST_F()
6246 ASSERT_NO_FATAL_FAILURE(InitRenderTarget(m_depthStencil->BindInfo())); in TEST_F()