Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.hpp125 bool isElseBlockRequired (const GeneratorState& state) const;
H A DrsgStatement.cpp368 bool ConditionalStatement::isElseBlockRequired (const GeneratorState& state) const in isElseBlockRequired() function in rsg::ConditionalStatement
396 if (!m_falseStatement && !m_trueStatement && (isElseBlockRequired(state) || state.getRandom().getBool())) in createNextChild()

Completed in 3 milliseconds