Searched refs:m_depthStencil (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 49 m_depthStencil(NULL), in VkRenderFramework() 371 delete m_depthStencil; in ShutdownFramework() 372 m_depthStencil = nullptr; in ShutdownFramework() 422 m_depthStencil = new VkDepthStencilObj(m_device); in InitState()
|
D | vkrenderframework.h | 150 VkDepthStencilObj *m_depthStencil; variable
|
D | layer_validation_tests.cpp | 674 …m_depthStencil->Init(m_device, static_cast<uint32_t>(m_width), static_cast<uint32_t>(m_height), m_… in VKTriangleTest() 676 depth_attachment = m_depthStencil->BindInfo(); in VKTriangleTest() 728 …commandBuffer->ClearAllBuffers(m_renderTargets, m_clear_color, m_depthStencil, m_depth_clear_color… in GenericDrawPreparation() 730 commandBuffer->PrepareAttachments(m_renderTargets, m_depthStencil); in GenericDrawPreparation() 7572 m_depthStencil->Init(m_device, 100, 100, depth_stencil_fmt, in TEST_F() 7613 VkImageView *depthView = m_depthStencil->BindInfo(); in TEST_F() 7659 barrier.image = m_depthStencil->handle(); in TEST_F() 7696 …cmdbuf.CopyImage(m_depthStencil->handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, destImage.handle(… in TEST_F() 8231 …m_commandBuffer->ClearAllBuffers(m_renderTargets, m_clear_color, m_depthStencil, m_depth_clear_col… in TEST_F() 8232 m_commandBuffer->PrepareAttachments(m_renderTargets, m_depthStencil); in TEST_F() [all …]
|