Lines Matching refs:m_value
119 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue()
122 ExecValueStorage m_value; member in rsg::FloatLiteral
137 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue()
140 ExecValueStorage m_value; member in rsg::IntLiteral
156 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue()
159 ExecValueStorage m_value; member in rsg::BoolLiteral
174 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue()
178 ExecValueStorage m_value; member in rsg::ConstructorOp
199 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue()
203 ExecValueStorage m_value; member in rsg::AssignOp
241 …ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getTyp… in getValue()
248 ExecValueStorage m_value; member in rsg::SwizzleOp
263 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); } in getValue()
284 ExecValueStorage m_value; member in rsg::TexLookup