Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgStatement.cpp60 { getWeight<ConditionalStatement>, create<ConditionalStatement> } in chooseStatement()
355 ConditionalStatement::ConditionalStatement (GeneratorState&) in ConditionalStatement() function in rsg::ConditionalStatement
362 ConditionalStatement::~ConditionalStatement (void) in ~ConditionalStatement()
369 bool ConditionalStatement::isElseBlockRequired (const GeneratorState& state) const in isElseBlockRequired()
373 const ConditionalStatement* curChild = this; in isElseBlockRequired()
378 …const ConditionalStatement* curParent = dynamic_cast<const ConditionalStatement*>(state.getStateme… in isElseBlockRequired()
394 Statement* ConditionalStatement::createNextChild (GeneratorState& state) in createNextChild()
451 return dynamic_cast<const ConditionalStatement*>(statement) != DE_NULL; in isConditionalStatement()
456 void ConditionalStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
497 void ConditionalStatement::execute (ExecutionContext& execCtx) const in execute()
[all …]
DrsgStatement.hpp112 class ConditionalStatement : public Statement class
115 ConditionalStatement (GeneratorState& state);
116 virtual ~ConditionalStatement (void);