Home | History | Annotate | Download | only in functional

Lines Matching refs:m_useEarlyTests

2904 		, m_useEarlyTests	(useEarlyTests)
2942 const bool m_useEarlyTests;
2954 const bool expectPartialResult = m_useEarlyTests && m_renderTarget != RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT;
3068 + string(m_useEarlyTests ? "layout (early_fragment_tests) in;\n\n" : "") +