Home
last modified time | relevance | path

Searched refs:lookup_arr (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/libqb/libqb-2.0.3/lib/
H A Dlog_dcs.c34 static qb_array_t *lookup_arr = NULL; variable
115 rc = qb_array_index(lookup_arr, lineno, (void **)&csl_head); in qb_log_dcs_get()
180 lookup_arr = qb_array_create_2(16, sizeof(struct callsite_list), 1); in qb_log_dcs_init()
199 int32_t cnt = qb_array_num_bins_get(lookup_arr); in qb_log_dcs_fini()
200 cnt *= qb_array_elems_per_bin_get(lookup_arr); in qb_log_dcs_fini()
203 rc = qb_array_index(lookup_arr, i, (void **)&csl_head); in qb_log_dcs_fini()
223 qb_array_free(lookup_arr); in qb_log_dcs_fini()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_render_expected_image_function.cxx58 cl_uchar lookup_arr[256]; in render_expected_image() local
59 boxm2_ocl_util::set_bit_lookup(lookup_arr); in render_expected_image()
172 cl_uchar lookup_arr[256]; in render_expected_image2() local
173 boxm2_ocl_util::set_bit_lookup(lookup_arr); in render_expected_image2()
312 cl_uchar lookup_arr[256]; in render_cone_expected_image() local
313 boxm2_ocl_util::set_bit_lookup(lookup_arr); in render_cone_expected_image()
425 cl_uchar lookup_arr[256]; in render_expected_shadow_map() local
426 boxm2_ocl_util::set_bit_lookup(lookup_arr); in render_expected_shadow_map()
531 cl_uchar lookup_arr[256]; in render_expected_phongs_image() local
677 cl_uchar lookup_arr[256]; in render_expected_image_naa() local
[all …]
H A Dboxm2_ocl_fuse_based_visibility.cxx57 cl_uchar lookup_arr[256]; in fuse_based_visibility() local
58 boxm2_ocl_util::set_bit_lookup(lookup_arr); in fuse_based_visibility()
59 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in fuse_based_visibility()
216 cl_uchar lookup_arr[256]; in fuse_based_orientation() local
217 boxm2_ocl_util::set_bit_lookup(lookup_arr); in fuse_based_orientation()
218 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in fuse_based_orientation()
381 cl_uchar lookup_arr[256]; in fuse_surface_density() local
382 boxm2_ocl_util::set_bit_lookup(lookup_arr); in fuse_surface_density()
383 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in fuse_surface_density()
H A Dboxm2_ocl_update_sky.cxx111 cl_uchar lookup_arr[256]; in update_sky() local
112 boxm2_ocl_util::set_bit_lookup(lookup_arr); in update_sky()
113 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in update_sky()
322 cl_uchar lookup_arr[256]; in accumulate_sky_evidence() local
323 boxm2_ocl_util::set_bit_lookup(lookup_arr); in accumulate_sky_evidence()
324 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in accumulate_sky_evidence()
454 cl_uchar lookup_arr[256]; in update_sky2() local
455 boxm2_ocl_util::set_bit_lookup(lookup_arr); in update_sky2()
456 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in update_sky2()
H A Dboxm2_ocl_remove_low_nobs.cxx62 cl_uchar lookup_arr[256]; in remove_low_nobs() local
63 boxm2_ocl_util::set_bit_lookup(lookup_arr); in remove_low_nobs()
64 …bocl_mem_sptr lookup = new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar) * 256, "bit lo… in remove_low_nobs()
H A Dboxm2_ocl_kernel_vector_filter.cxx57 cl_uchar lookup_arr[256]; in run() local
58 boxm2_ocl_util::set_bit_lookup(lookup_arr); in run()
59 …bocl_mem_sptr lookup=new bocl_mem(device_->context(), lookup_arr, sizeof(cl_uchar)*256, "bit looku… in run()
H A Dboxm2_ocl_filter_scene_data.cxx47 cl_uchar lookup_arr[256]; in apply_filter() local
48 boxm2_ocl_util::set_bit_lookup(lookup_arr); in apply_filter()
49 …bocl_mem_sptr lookup = opencl_cache_->alloc_mem(sizeof(cl_uchar)*256, lookup_arr, "bit lookup buf… in apply_filter()
H A Dboxm2_ocl_update_auxQ.cxx164 cl_uchar lookup_arr[256]; in update_auxQ() local
165 boxm2_ocl_util::set_bit_lookup(lookup_arr); in update_auxQ()
166 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in update_auxQ()
555 cl_uchar lookup_arr[256]; in accumulate_product() local
556 boxm2_ocl_util::set_bit_lookup(lookup_arr); in accumulate_product()
557 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in accumulate_product()
629 cl_uchar lookup_arr[256]; in compute_probability() local
630 boxm2_ocl_util::set_bit_lookup(lookup_arr); in compute_probability()
631 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in compute_probability()
H A Dboxm2_ocl_aggregate_normal_from_filter_vector.cxx82 cl_uchar lookup_arr[256]; in run() local
83 boxm2_ocl_util::set_bit_lookup(lookup_arr); in run()
84 …bocl_mem_sptr lookup= ocl_cache_->alloc_mem(sizeof(cl_uchar)*256, lookup_arr, "bit lookup buffer"); in run()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_update_parents_alpha_process.cxx111 cl_uchar lookup_arr[256]; in boxm2_ocl_update_parents_alpha_process() local
112 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_update_parents_alpha_process()
113 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_update_parents_alpha_process()
H A Dboxm2_ocl_batch_probability_process.cxx109 cl_uchar lookup_arr[256]; in boxm2_ocl_batch_probability_process() local
110 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_batch_probability_process()
111 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_batch_probability_process()
H A Dboxm2_ocl_ingest_dem_process.cxx180 cl_uchar lookup_arr[256]; in boxm2_ocl_ingest_dem_process() local
181 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_ingest_dem_process()
182 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_ingest_dem_process()
409 cl_uchar lookup_arr[256]; in boxm2_ocl_ingest_dem_space_process() local
410 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_ingest_dem_space_process()
411 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_ingest_dem_space_process()
H A Dboxm2_ocl_init_alpha_process.cxx117 cl_uchar lookup_arr[256]; in boxm2_ocl_init_alpha_process() local
118 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_init_alpha_process()
119 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_init_alpha_process()
H A Dboxm2_ocl_filter_process.cxx98 cl_uchar lookup_arr[256]; in boxm2_ocl_filter_process() local
99 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_filter_process()
100 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_filter_process()
H A Dboxm2_ocl_aggregate_normal_from_filter_response_process.cxx118 cl_uchar lookup_arr[256]; in boxm2_ocl_aggregate_normal_from_filter_process() local
119 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_aggregate_normal_from_filter_process()
120 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_aggregate_normal_from_filter_process()
H A Dboxm2_ocl_init_prob_uniform_process.cxx166 cl_uchar lookup_arr[256]; in boxm2_ocl_init_prob_uniform_process() local
167 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_init_prob_uniform_process()
168 …bocl_mem_sptr lookup = new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar) * 256, "bit lo… in boxm2_ocl_init_prob_uniform_process()
H A Dboxm2_ocl_kernel_filter_process.cxx66 cl_uchar lookup_arr[256]; in process() local
67 boxm2_ocl_util::set_bit_lookup(lookup_arr); in process()
68 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in process()
H A Dboxm2_ocl_synoptic_update_alpha_process.cxx129 cl_uchar lookup_arr[256]; in boxm2_ocl_synoptic_update_alpha_process() local
130 boxm2_ocl_util::set_bit_lookup(lookup_arr); in boxm2_ocl_synoptic_update_alpha_process()
131 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in boxm2_ocl_synoptic_update_alpha_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/tests/
H A Dtest_filter_kernel.cxx202 cl_uchar lookup_arr[256]; in test_inner_cluster() local
203 boxm2_ocl_util::set_bit_lookup(lookup_arr); in test_inner_cluster()
204 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in test_inner_cluster()
337 cl_uchar lookup_arr[256]; in test_outer_cluster() local
338 boxm2_ocl_util::set_bit_lookup(lookup_arr); in test_outer_cluster()
339 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in test_outer_cluster()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/algo/
H A Dbstm_ocl_render_expected_image_function.cxx54 cl_uchar lookup_arr[256]; in render_expected_image() local
55 bstm_ocl_util::set_bit_lookup(lookup_arr); in render_expected_image()
56 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in render_expected_image()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/algo/
H A Dboxm2_multi_update.cxx90 cl_uchar lookup_arr[256]; in update() local
91 boxm2_ocl_util::set_bit_lookup(lookup_arr); in update()
92 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in update()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/ocl/
H A Dboxm2_vecf_ocl_store_nbrs.cxx84 cl_uchar lookup_arr[256]; in init_ocl_store() local
85 boxm2_ocl_util::set_bit_lookup(lookup_arr); in init_ocl_store()
86 lookup=new bocl_mem(device_->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup buffer"); in init_ocl_store()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/tests/
H A Dtest_refine.cxx77 cl_uchar* lookup_arr = new cl_uchar[256]; in test_refine_trees_kernel()
78 boxm2_ocl_util::set_bit_lookup(lookup_arr); in test_refine_trees_kernel()
79 bocl_mem lookup( gpu_pro->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup buffer"); in test_refine_trees_kernel()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/pro/processes/
H A Dbstm_ocl_get_surface_pt_process.cxx171 cl_uchar lookup_arr[256]; in bstm_ocl_get_surface_pt_process() local
172 bstm_ocl_util::set_bit_lookup(lookup_arr); in bstm_ocl_get_surface_pt_process()
173 …bocl_mem_sptr lookup=new bocl_mem(device->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup… in bstm_ocl_get_surface_pt_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/reg/ocl/
H A Dboxm2_ocl_reg_points_to_volume_mutual_info.cxx94 cl_uchar lookup_arr[256]; in init_ocl_minfo() local
95 boxm2_ocl_util::set_bit_lookup(lookup_arr); in init_ocl_minfo()
96 lookup=new bocl_mem(device_->context(), lookup_arr, sizeof(cl_uchar)*256, "bit lookup buffer"); in init_ocl_minfo()

1234