Searched refs:VariableStatement (Results 1 – 2 of 2) sorted by relevance
715 class VariableStatement : public Statement class718 VariableStatement (const VariableP<T>& variable, const ExprP<T>& value, in VariableStatement() function in deqp::gls::BuiltinPrecisionTests::VariableStatement758 return StatementP(new VariableStatement<T>(variable, value, isDeclaration)); in variableStatement()
694 class VariableStatement : public Statement class697 VariableStatement (const VariableP<T>& variable, const ExprP<T>& value, in VariableStatement() function in vkt::shaderexecutor::VariableStatement737 return StatementP(new VariableStatement<T>(variable, value, isDeclaration)); in variableStatement()