Home | History | Annotate | Download | only in randomshaders

Lines Matching full:m_variable

248 	: m_variable	(DE_NULL)
269 m_variable = variable;
275 switch (m_variable->getStorage())
303 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST;
335 m_variable->tokenizeDeclaration(state, str);
351 execCtx.getValue(m_variable) = m_expression->getValue().value();
537 : m_variable (variable)
543 : m_variable (variable)
558 str << Token(m_variable->getName()) << Token::EQUAL;
566 assignMasked(execCtx.getValue(m_variable), m_valueExpr->getValue(), execCtx.getExecutionMask());