Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/
H A Dboxm2_multi_cache.cxx27 boxm2_scene_sptr sub_scene = new boxm2_scene(); in boxm2_multi_cache() local
28 sub_scene->set_local_origin(scene->local_origin()); in boxm2_multi_cache()
29 sub_scene->set_xml_path(scene->xml_path()); in boxm2_multi_cache()
30 sub_scene->set_data_path(scene->data_path()); in boxm2_multi_cache()
31 sub_scenes_.push_back(sub_scene); in boxm2_multi_cache()
132 boxm2_scene_sptr sub_scene = new boxm2_scene(); in boxm2_multi_cache()
133 sub_scene->set_local_origin(scene->local_origin()); in boxm2_multi_cache()
134 sub_scene->set_xml_path(scene->xml_path()); in boxm2_multi_cache()
135 sub_scene->set_data_path(scene->data_path()); in boxm2_multi_cache()
136 sub_scene->set_blocks(sub_scene_blocks); in boxm2_multi_cache()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/algo/
H A Dboxm2_multi_refine.cxx55 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in refine() local
90 std::vector<boxm2_block_id> ids = sub_scene->get_block_ids(); in refine()
110 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in refine() local
118 int numTrees = sub_scene->num_trees_in_block(id); in refine()
135 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in refine() local
148 boxm2_block_metadata& data = sub_scene->get_block_metadata(id); in refine()
180 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in refine() local
188 int numTrees = sub_scene->num_trees_in_block(id); in refine()
189 swap_data_per_block(sub_scene,id,numTrees, ocl_cache, queues[i], in refine()
H A Dboxm2_multi_render.cxx64 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in render() local
131 std::vector<boxm2_block_id> vis_order = sub_scene->get_vis_blocks(cam); in render()
151 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in render() local
159 this->render_block(sub_scene, id, ocl_cache, queues[i], in render()
230 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in render() local
286 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in render()
327 this->render_scene( sub_scene, in render()
H A Dboxm2_multi_store_aux.cxx84 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in store_aux() local
108 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in store_aux() local
116 store_aux_per_block(id, sub_scene, ocl_cache, queues[i], kern, in store_aux()
H A Dboxm2_multi_update_cell.cxx71 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in update_cells() local
103 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in update_cells() local
113 transfer_time += calc_beta_per_block(id, sub_scene, ocl_cache, queues[i], data_type, kerns[0], in update_cells()
285 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in calc_beta_reduce() local
H A Dboxm2_multi_update.cxx46 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in update() local
97 std::vector<boxm2_block_id> vis_order = sub_scene->get_vis_blocks(cam); in update()
H A Dboxm2_multi_pre_vis_inf.cxx109 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in pre_vis_inf() local
121 cpu_time += pre_vis_per_block(id, sub_scene, ocl_cache, queues[i], data_type, kerns[0], in pre_vis_inf()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-scene.c3003 obs_scene_release(sub_scene); in obs_scene_insert_group()
3011 full_lock(sub_scene); in obs_scene_insert_group()
3033 full_unlock(sub_scene); in obs_scene_insert_group()
3223 full_lock(sub_scene); in build_current_order_info()
3235 full_unlock(sub_scene); in build_current_order_info()
3323 obs_scene_t *sub_scene = in obs_scene_reorder_items2() local
3326 sub_scene->first_item = NULL; in obs_scene_reorder_items2()
3328 obs_scene_addref(sub_scene); in obs_scene_reorder_items2()
3329 full_lock(sub_scene); in obs_scene_reorder_items2()
3341 if (!sub_scene->first_item) in obs_scene_reorder_items2()
[all …]