Searched refs:SceneParams (Results 1 – 13 of 13) sorted by relevance
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/ |
H A D | scene.h | 139 class SceneParams { 182 SceneParams() in SceneParams() function 197 bool modified(const SceneParams ¶ms) in modified() 259 SceneParams params; 267 Scene(const SceneParams ¶ms, Device *device);
|
H A D | geometry.h | 41 class SceneParams; variable 118 SceneParams *params,
|
H A D | mesh.h | 46 class SceneParams; variable
|
H A D | scene.cpp | 89 Scene::Scene(const SceneParams ¶ms_, Device *device) in Scene()
|
H A D | object.cpp | 679 if (scene->params.bvh_type == SceneParams::BVH_STATIC) { in device_update()
|
H A D | geometry.cpp | 172 Device *device, DeviceScene *dscene, SceneParams *params, Progress *progress, int n, int total) in compute_bvh()
|
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/ |
H A D | blender_sync.cpp | 763 SceneParams BlenderSync::get_scene_params(BL::Scene &b_scene, bool background) in get_scene_params() 766 SceneParams params; in get_scene_params() 776 params.bvh_type = SceneParams::BVH_STATIC; in get_scene_params() 778 params.bvh_type = SceneParams::BVH_DYNAMIC; in get_scene_params()
|
H A D | blender_session.cpp | 124 SceneParams scene_params = BlenderSync::get_scene_params(b_scene, background); in create_session() 213 SceneParams scene_params = BlenderSync::get_scene_params(b_scene, background); in reset_session() 785 SceneParams scene_params = BlenderSync::get_scene_params(b_scene, background); in synchronize()
|
H A D | blender_sync.h | 97 static SceneParams get_scene_params(BL::Scene &b_scene, bool background);
|
/dports/graphics/blender/blender-2.91.0/intern/cycles/app/ |
H A D | cycles_standalone.cpp | 52 SceneParams scene_params;
|
H A D | cycles_xml.cpp | 700 scene->params.bvh_type = SceneParams::BVH_STATIC; in xml_read_file()
|
/dports/graphics/blender/blender-2.91.0/intern/cycles/bvh/ |
H A D | bvh_embree.cpp | 386 const bool dynamic = params.bvh_type == SceneParams::BVH_DYNAMIC; in build()
|
/dports/graphics/blender/blender-2.91.0/intern/cycles/test/ |
H A D | render_graph_finalize_test.cpp | 168 SceneParams scene_params;
|