Home
last modified time | relevance | path

Searched refs:DepsgraphKey (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dscene.c2212 typedef struct DepsgraphKey { struct
2217 } DepsgraphKey; argument
2221 const DepsgraphKey *key = key_v; in depsgraph_key_hash()
2229 const DepsgraphKey *key_a = key_a_v; in depsgraph_key_compare()
2230 const DepsgraphKey *key_b = key_b_v; in depsgraph_key_compare()
2237 DepsgraphKey *key = key_v; in depsgraph_key_free()
2272 DepsgraphKey key = {view_layer}; in BKE_scene_free_view_layer_depsgraph()
2296 DepsgraphKey key; in scene_get_depsgraph_p()
2305 DepsgraphKey **key_ptr; in scene_get_depsgraph_p()
2312 *key_ptr = MEM_mallocN(sizeof(DepsgraphKey), __func__); in scene_get_depsgraph_p()
[all …]