Lines Matching +defs:access +defs:evaluate

381 …  ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT));  in FloatLiteral()  local
392 … ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); in FloatLiteral() local
447 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); in IntLiteral() local
495 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); in BoolLiteral() local
506 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); in BoolLiteral() local
636 inline float getValueAccessValue<float>(ConstValueAccess access) in getValueAccessValue()
641 inline int getValueAccessValue<int>(ConstValueAccess access) in getValueAccessValue()
646 inline bool getValueAccessValue<bool>(ConstValueAccess access) in getValueAccessValue()
654 inline float &getValueAccessValue<float>(ValueAccess access) in getValueAccessValue()
659 inline int &getValueAccessValue<int>(ValueAccess access) in getValueAccessValue()
664 inline bool &getValueAccessValue<bool>(ValueAccess access) in getValueAccessValue()
873 void ConstructorOp::evaluate(ExecutionContext &evalCtx) in evaluate() function in rsg::ConstructorOp
1023 void AssignOp::evaluate(ExecutionContext &evalCtx) in evaluate() function in rsg::AssignOp
1314 void VariableAccess::evaluate(ExecutionContext &evalCtx) in evaluate() function in rsg::VariableAccess
1488 void SwizzleOp::evaluate(ExecutionContext &execCtx) in evaluate() function in rsg::SwizzleOp
1755 void TexLookup::evaluate(ExecutionContext &execCtx) in evaluate() function in rsg::TexLookup