Home
last modified time | relevance | path

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

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