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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyFragmentTests.cpp772 const bool useEarlyTests = (m_flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0; local
776 << (useEarlyTests ? "layout(early_fragment_tests) in;\n" : "")
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2900 EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetType renderTarget) argument
2903 , m_useEarlyTests (useEarlyTests)
3345 const bool useEarlyTests = useEarlyTestsI != 0; local
3356 const string caseName = string(useEarlyTests ? "" : "no_") + "early_fragment_tests_" + testTypeName + targetName;
3358 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify")
3364 earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType));

Completed in 99 milliseconds