Home
last modified time | relevance | path

Searched refs:ocl_cache (Results 1 – 25 of 36) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/algo/
H A Dboxm2_multi_refine.cxx53 for (auto ocl_cache : ocl_caches) { in refine() local
109 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in refine() local
134 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in refine() local
179 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in refine() local
203 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in refine() local
210 ocl_cache->unref_mem(tree_sizes.ptr()); in refine()
215 ocl_cache->unref_mem(blk_copy.ptr()); in refine()
252 bocl_mem* blk = ocl_cache->get_block(id); in refine_trees_per_block()
266 bocl_device_sptr device = ocl_cache->get_device(); in refine_trees_per_block()
334 bocl_mem* blk = ocl_cache->get_block(id); in swap_data_per_block()
[all …]
H A Dboxm2_multi_update_cell.cxx69 for (auto ocl_cache : ocl_caches) { in update_cells() local
71 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in update_cells()
72 bocl_device_sptr device = ocl_cache->get_device(); in update_cells()
102 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in update_cells() local
154 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in update_cells() local
155 ocl_cache->unref_mem(vis_mems[i].ptr()); in update_cells()
156 ocl_cache->unref_mem(pre_mems[i].ptr()); in update_cells()
157 ocl_cache->unref_mem(norm_mems[i].ptr()); in update_cells()
284 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in calc_beta_reduce() local
293 /*bocl_mem* blk= */ ocl_cache->get_block(id); in calc_beta_reduce()
[all …]
H A Dboxm2_multi_render.cxx61 for (auto ocl_cache : ocl_caches) in render() local
150 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in render() local
229 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in render() local
241 ocl_cache->unref_mem(exp_mems[i]); in render()
242 ocl_cache->unref_mem(vis_mems[i]); in render()
249 ocl_cache->unref_mem(ray_os[i].ptr()); in render()
250 ocl_cache->unref_mem(ray_ds[i].ptr()); in render()
254 ocl_cache->unref_mem( max_omegas[i].ptr()); in render()
259 ocl_cache->unref_mem(outputs[i].ptr()); in render()
261 ocl_cache->unref_mem(tnearfarptrs[i].ptr()); in render()
[all …]
H A Dboxm2_multi_update.cxx44 for (auto ocl_cache : ocl_caches) { in update() local
46 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in update()
47 bocl_device_sptr device = ocl_cache->get_device(); in update()
150 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in update() local
157 ocl_cache->unref_mem(ray_os[i].ptr()); in update()
158 ocl_cache->unref_mem(ray_ds[i].ptr()); in update()
162 ocl_cache->unref_mem(tnearfarptrs[i].ptr() ); in update()
166 ocl_cache->unref_mem(outputs[i].ptr()); in update()
H A Dboxm2_multi_pre_vis_inf.cxx77 for (auto ocl_cache : ocl_caches) { in pre_vis_inf() local
82 …bocl_mem_sptr vis_image = ocl_cache->alloc_mem(cl_ni*cl_nj*sizeof(float), vis_buff,"vis image buff… in pre_vis_inf()
88 …bocl_mem_sptr pre_image = ocl_cache->alloc_mem(cl_ni*cl_nj*sizeof(float), pre_buff,"pre image buff… in pre_vis_inf()
108 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in pre_vis_inf() local
109 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in pre_vis_inf()
110 bocl_device_sptr device = ocl_cache->get_device(); in pre_vis_inf()
121 cpu_time += pre_vis_per_block(id, sub_scene, ocl_cache, queues[i], data_type, kerns[0], in pre_vis_inf()
217 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in pre_vis_inf() local
224 ocl_cache->unref_mem(vis_mems[i].ptr()); in pre_vis_inf()
225 ocl_cache->unref_mem(pre_mems[i].ptr()); in pre_vis_inf()
H A Dboxm2_multi_store_aux.cxx82 for (auto ocl_cache : ocl_caches) { in store_aux() local
84 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in store_aux()
85 bocl_device_sptr device = ocl_cache->get_device(); in store_aux()
88 bocl_mem_sptr in_mem = ocl_cache->alloc_mem(cl_ni*cl_nj*sizeof(float),inImg,"exp image buffer"); in store_aux()
107 boxm2_opencl_cache1* ocl_cache = ocl_caches[i]; in store_aux() local
108 boxm2_scene_sptr sub_scene = ocl_cache->get_scene(); in store_aux()
109 bocl_device_sptr device = ocl_cache->get_device(); in store_aux()
116 store_aux_per_block(id, sub_scene, ocl_cache, queues[i], kern, in store_aux()
H A Dboxm2_multi_refine.h25 boxm2_opencl_cache1* ocl_cache,
38 boxm2_opencl_cache1* ocl_cache,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/ocl/
H A Dboxm2_vecf_ocl_transform_minimizer.cxx7 … const boxm2_opencl_cache_sptr& ocl_cache, in boxm2_vecf_ocl_transform_minimizer() argument
10 … boxm2_vecf_ocl_transform_scene( source_scene, target_scene, ocl_cache )), target_scene, ocl_cache) in boxm2_vecf_ocl_transform_minimizer()
H A Dboxm2_vecf_ocl_ssd_func.cxx3 …rm_scene_sptr& tscn,const boxm2_scene_sptr& target_scene,const boxm2_opencl_cache_sptr& ocl_cache): in boxm2_vecf_ocl_ssd_func() argument
5 …::no_gradient), tscn_(tscn),renderer_(target_scene,ocl_cache),depth_renderer_(target_scene , ocl_c… in boxm2_vecf_ocl_ssd_func()
H A Dboxm2_vecf_ocl_transform_scene.h34 const boxm2_opencl_cache_sptr& ocl_cache,
42 const boxm2_opencl_cache_sptr& ocl_cache,
H A Dboxm2_vecf_ocl_transform_minimizer.h20 const boxm2_opencl_cache_sptr& ocl_cache,
H A Dboxm2_vecf_ocl_store_nbrs.h33 const boxm2_opencl_cache_sptr& ocl_cache);
H A Dboxm2_vecf_ocl_filter.h31 const boxm2_opencl_cache_sptr& ocl_cache);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/
H A Dboxm2_multi_cache.cxx34 boxm2_opencl_cache1* ocl_cache = new boxm2_opencl_cache1(sub_scene, device); in boxm2_multi_cache() local
35 ocl_caches_.push_back(ocl_cache); in boxm2_multi_cache()
140 boxm2_opencl_cache1* ocl_cache = new boxm2_opencl_cache1(sub_scene, devices[dev_id]); in boxm2_multi_cache()
141 ocl_caches_.push_back(ocl_cache); in boxm2_multi_cache()
305 for (auto & ocl_cache : ocl_caches_) in clear() local
306 ocl_cache->clear_cache(); in clear()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/pro/processes/
H A Dbstm_ocl_clear_cache_process.cxx45 bstm_opencl_cache_sptr ocl_cache = pro.get_input<bstm_opencl_cache_sptr>(i++); in bstm_clear_opencl_cache_process() local
46 ocl_cache->clear_cache(); in bstm_clear_opencl_cache_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_clear_opencl_cache_process.cxx48 boxm2_opencl_cache_sptr ocl_cache = pro.get_input<boxm2_opencl_cache_sptr>(i++); in boxm2_clear_opencl_cache_process() local
49 ocl_cache->clear_cache(); in boxm2_clear_opencl_cache_process()
H A Dboxm2_ocl_paint_online_process.cxx68 boxm2_opencl_cache_sptr ocl_cache = pro.get_input<boxm2_opencl_cache_sptr>(i++); in boxm2_ocl_paint_online_process() local
85 boxm2_ocl_paint_online::paint_scene(scene,device,ocl_cache,img,cam); in boxm2_ocl_paint_online_process()
H A Dboxm2_ocl_paint_batch_process.cxx69 boxm2_opencl_cache_sptr ocl_cache = pro.get_input<boxm2_opencl_cache_sptr>(i++); in boxm2_ocl_paint_batch_process() local
101 … boxm2_ocl_paint_batch::paint_block(scene,device,str_cache,ocl_cache,queue,data_type,bid,n_table); in boxm2_ocl_paint_batch_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_vis_score_renderer.cxx35 const boxm2_opencl_cache_sptr& ocl_cache, in boxm2_ocl_vis_score_renderer() argument
38 opencl_cache_(ocl_cache), in boxm2_ocl_vis_score_renderer()
43 device_ = ocl_cache->get_device(); in boxm2_ocl_vis_score_renderer()
H A Dboxm2_ocl_num_obs_renderer.cxx34 const boxm2_opencl_cache_sptr& ocl_cache, in boxm2_ocl_num_obs_renderer() argument
37 opencl_cache_(ocl_cache), in boxm2_ocl_num_obs_renderer()
41 device_ = ocl_cache->get_device(); in boxm2_ocl_num_obs_renderer()
H A Dboxm2_ocl_update_vis_score.h27 const boxm2_opencl_cache_sptr& ocl_cache,
H A Dboxm2_ocl_aggregate_normal_from_filter_vector.h24 …_normal_from_filter_vector(const boxm2_scene_sptr& scene, const boxm2_opencl_cache_sptr& ocl_cache,
H A Dboxm2_ocl_vis_score_renderer.h14 const boxm2_opencl_cache_sptr& ocl_cache,
H A Dboxm2_ocl_depth_renderer.cxx34 const boxm2_opencl_cache_sptr& ocl_cache, in boxm2_ocl_depth_renderer() argument
37 opencl_cache_(ocl_cache), in boxm2_ocl_depth_renderer()
41 device_ = ocl_cache->get_device(); in boxm2_ocl_depth_renderer()
H A Dboxm2_ocl_expected_image_renderer.h14 const boxm2_opencl_cache_sptr& ocl_cache,

12