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

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp566 const bool m_useEarlyTests; member in class:vkt::FragmentOperations::__anon4328::EarlyFragmentTestInstance
574 , m_useEarlyTests ((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0)
779 const bool expectPartialResult = (m_useEarlyTests && m_useTestAttachment);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2904 , m_useEarlyTests (useEarlyTests)
2942 const bool m_useEarlyTests; member in class:deqp::gles31::Functional::__anon5426::EarlyFragmentTestsCase
2954 const bool expectPartialResult = m_useEarlyTests && m_renderTarget != RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT;
3068 + string(m_useEarlyTests ? "layout (early_fragment_tests) in;\n\n" : "") +

Completed in 184 milliseconds