Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp240 bool needsDepthTest () const;
329 return (needsDepthTest() || needsStencilTest()); in depthBufferNeeded()
332 bool TestParams::needsDepthTest () const in needsDepthTest() function in vkt::image::__anon28013::TestParams
961 if (m_params.needsDepthTest()) in iterate()
1093 pcData = PushConstantData(colorFailVal, (m_params.needsDepthTest() ? depthFailValue : depthPassValue)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp240 bool needsDepthTest () const;
329 return (needsDepthTest() || needsStencilTest()); in depthBufferNeeded()
332 bool TestParams::needsDepthTest () const in needsDepthTest() function in vkt::image::__anon29245::TestParams
961 if (m_params.needsDepthTest()) in iterate()
1093 pcData = PushConstantData(colorFailVal, (m_params.needsDepthTest() ? depthFailValue : depthPassValue)); in iterate()

Completed in 5 milliseconds