Blender  V2.93
Namespaces | Functions
deg_eval.cc File Reference
#include "intern/eval/deg_eval.h"
#include "PIL_time.h"
#include "BLI_compiler_attrs.h"
#include "BLI_gsqueue.h"
#include "BLI_task.h"
#include "BLI_utildefines.h"
#include "BKE_global.h"
#include "DNA_node_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
#include "atomic_ops.h"
#include "intern/depsgraph.h"
#include "intern/depsgraph_relation.h"
#include "intern/eval/deg_eval_copy_on_write.h"
#include "intern/eval/deg_eval_flush.h"
#include "intern/eval/deg_eval_stats.h"
#include "intern/node/deg_node.h"
#include "intern/node/deg_node_component.h"
#include "intern/node/deg_node_id.h"
#include "intern/node/deg_node_operation.h"
#include "intern/node/deg_node_time.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::deg
 

Functions

static TaskPoolblender::deg::deg_evaluate_task_pool_create (DepsgraphEvalState *state)
 
void blender::deg::deg_evaluate_on_refresh (Depsgraph *graph)
 

Detailed Description

Evaluation engine entry-points for Depsgraph Engine.

Definition in file deg_eval.cc.

Variable Documentation

◆ do_stats

bool do_stats

Definition at line 95 of file deg_eval.cc.

◆ graph

Depsgraph* graph

Definition at line 94 of file deg_eval.cc.

Referenced by blender::deg::deg_evaluate_on_refresh().

◆ need_single_thread_pass

bool need_single_thread_pass

Definition at line 97 of file deg_eval.cc.

◆ stage

EvaluationStage stage