Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgStatement.hpp125 bool isElseBlockRequired (const GeneratorState& state) const;
DrsgStatement.cpp369 bool ConditionalStatement::isElseBlockRequired (const GeneratorState& state) const in isElseBlockRequired() function in rsg::ConditionalStatement
397 …if (!m_falseStatement && !m_trueStatement && (isElseBlockRequired(state) || state.getRandom().getB… in createNextChild()