Home
last modified time | relevance | path

Searched refs:m_useEarlyTests (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp348 const bool m_useEarlyTests; member in vkt::FragmentOperations::__anon29204::EarlyFragmentTestInstance
357 , m_useEarlyTests ((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0) in EarlyFragmentTestInstance()
582 const bool expectPartialResult = (m_useEarlyTests && m_useTestAttachment); in iterate()
637 const bool m_useEarlyTests; member in vkt::FragmentOperations::__anon29204::EarlyFragmentDiscardTestInstance
646 , m_useEarlyTests ((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0) in EarlyFragmentDiscardTestInstance()
866 if (m_useEarlyTests && ((x + y) < 31) && depthValue >= 0.50 + tolerance) in iterate()
874 if (!m_useEarlyTests && deAbs(depthValue - 0.5f) > tolerance) in iterate()
884 if (m_useEarlyTests && ((x < 16 && stencilValue != 2u) || (x >= 16 && stencilValue != 4u))) in iterate()
892 if (!m_useEarlyTests && ((x < 16 && stencilValue != 1u) || (x >= 16 && stencilValue != 3u))) in iterate()
908 const bool expectPartialResult = m_useEarlyTests; in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp348 const bool m_useEarlyTests; member in vkt::FragmentOperations::__anon27970::EarlyFragmentTestInstance
357 , m_useEarlyTests ((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0) in EarlyFragmentTestInstance()
582 const bool expectPartialResult = (m_useEarlyTests && m_useTestAttachment); in iterate()
637 const bool m_useEarlyTests; member in vkt::FragmentOperations::__anon27970::EarlyFragmentDiscardTestInstance
646 , m_useEarlyTests ((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0) in EarlyFragmentDiscardTestInstance()
866 if (m_useEarlyTests && ((x + y) < 31) && depthValue >= 0.50 + tolerance) in iterate()
874 if (!m_useEarlyTests && deAbs(depthValue - 0.5f) > tolerance) in iterate()
884 if (m_useEarlyTests && ((x < 16 && stencilValue != 2u) || (x >= 16 && stencilValue != 4u))) in iterate()
892 if (!m_useEarlyTests && ((x < 16 && stencilValue != 1u) || (x >= 16 && stencilValue != 3u))) in iterate()
908 const bool expectPartialResult = m_useEarlyTests; in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2984 , m_useEarlyTests (useEarlyTests) in EarlyFragmentTestsCase()
3022 const bool m_useEarlyTests; member in deqp::gles31::Functional::__anon30903::EarlyFragmentTestsCase
3034 const bool expectPartialResult = m_useEarlyTests && m_renderTarget != RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT; in iterate()
3148 + string(m_useEarlyTests ? "layout (early_fragment_tests) in;\n\n" : "") + in iterate()

Completed in 10 milliseconds