Searched defs:DepthStencilClear (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp1479 class DepthStencilClear class in namespace:vkt::__anon4037
1482 DepthStencilClear (const UVec2& offset, function in class:vkt::__anon4037::DepthStencilClear
1519 const Maybe<DepthStencilClear>& depthStencilClear)
1549 const Maybe<DepthStencilClear>& getDepthStencilClear (void) const { return m_depthStencilClear; }
1574 Maybe<DepthStencilClear> m_depthStencilClear;
2109 const DepthStencilClear& depthStencilClear = *m_renderInfo.getDepthStencilClear();
2921 const DepthStencilClear& dsClear = *renderInfo.getDepthStencilClear();
4050 const DepthStencilClear& depthStencilClear = *info.getDepthStencilClear();
4132 Maybe<DepthStencilClear> depthStencilClear;
4161 depthStencilClear = tcu::just(DepthStencilClear(offse
[all...]

Completed in 46 milliseconds