Lines Matching refs:ExecValueAccess
381 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); in FloatLiteral()
393 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); in FloatLiteral()
448 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); in IntLiteral()
496 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); in BoolLiteral()
508 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); in BoolLiteral()
638 void convertExecValueTempl (ExecConstValueAccess src, ExecValueAccess dst) in convertExecValueTempl()
646 typedef void (*ConvertExecValueFunc) (ExecConstValueAccess, ExecValueAccess);
684 void convertExecValue (ExecConstValueAccess src, ExecValueAccess dst) in convertExecValue()
828 ExecValueAccess dst = m_value.getValue(type); in evaluate()
1415 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType()); in evaluate()
1660 ExecValueAccess dst = m_value.getValue(m_valueType); in evaluate()