Searched refs:useEarlyTests (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 277 const bool useEarlyTests = (m_flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0; in initPrograms() local 281 << (useEarlyTests ? "layout(early_fragment_tests) in;\n" : "") in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 2901 …ntext, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetT… in EarlyFragmentTestsCase() argument 2904 , m_useEarlyTests (useEarlyTests) in EarlyFragmentTestsCase() 3346 const bool useEarlyTests = useEarlyTestsI != 0; in init() local 3357 …const string caseName = string(useEarlyTests ? "" : "no_") + "early_fragment_tests_" + te… in init() 3359 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify") in init() 3365 …mentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType)); in init()
|