Lines Matching refs:m_value
360 : m_value(VariableType::getScalarType(VariableType::TYPE_FLOAT))
381 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT));
414 str << Token(m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)).asFloat(0));
418 : m_value(VariableType::getScalarType(VariableType::TYPE_INT))
436 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT));
468 str << Token(m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)).asInt(0));
472 : m_value(VariableType::getScalarType(VariableType::TYPE_BOOL))
484 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL));
505 str << Token(m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)).asBool(0));
800 m_value.setStorage(type);
802 ExecValueAccess dst = m_value.getValue(type);
942 m_value.setStorage(m_valueRange.getType());
943 m_value.getValue(m_valueRange.getType()) = m_rvalueExpr->getValue().value();
946 assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecutionMask());
1275 m_value.setStorage(m_outValueRange.getType());
1384 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType());
1411 , m_value (m_valueType)
1629 ExecValueAccess dst = m_value.getValue(m_valueType);