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

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp528 const bool useEarlyTests = (m_flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0; local
532 << (useEarlyTests ? "layout(early_fragment_tests) in;\n" : "")
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2901 EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetType renderTarget) argument
2904 , m_useEarlyTests (useEarlyTests)
3346 const bool useEarlyTests = useEarlyTestsI != 0; local
3357 const string caseName = string(useEarlyTests ? "" : "no_") + "early_fragment_tests_" + testTypeName + targetName;
3359 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify")
3365 earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType));

Completed in 81 milliseconds