Lines Matching refs:m_state
30 : m_state(state)
41 m_state.setExpressionDepth(initialDepth);
42 Expression* root = Expression::createRandom(m_state, valueRange);
65 m_state.setExpressionDepth(m_state.getExpressionDepth()+1);
70 DE_ASSERT(m_state.getExpressionDepth() <= m_state.getShaderParameters().maxExpressionDepth);
73 Expression* child = curExpr->createNextChild(m_state);
78 m_state.setExpressionDepth(m_state.getExpressionDepth()+1);
83 m_state.setExpressionDepth(m_state.getExpressionDepth()-1);