Home
last modified time | relevance | path

Searched refs:ray_origins (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/ray/
H A Dray_triangle.py29 ray_origins, argument
62 ray_origins=ray_origins,
104 ray_origins=ray_origins,
111 ray_origins, argument
159 ray_origins, argument
190 ray_origins = np.asanyarray(ray_origins, dtype=np.float64)
201 ray_origins=ray_origins,
304 ray_bounding = ray_bounds(ray_origins=ray_origins,
308 ray_id = [[]] * len(ray_origins)
321 def ray_bounds(ray_origins, argument
[all …]
H A Dray_pyembree.py79 ray_origins, argument
104 ray_origins=ray_origins,
113 ray_origins, argument
147 ray_origins = np.asanyarray(
148 deepcopy(ray_origins),
182 ray_origins[current],
211 line_origins=ray_origins[current],
250 ray_origins, argument
269 ray_origins = np.asanyarray(deepcopy(ray_origins))
277 ray_origins, argument
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_camera_converter.cxx18 bocl_mem_sptr & ray_origins, in compute_ray_image() argument
32 ray_origins, in compute_ray_image()
46 ray_origins->create_buffer(CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR); in compute_ray_image()
50 ray_origins->write_to_buffer(queue); in compute_ray_image()
63 ray_origins->create_buffer(CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR); in compute_ray_image()
67 ray_origins->write_to_buffer(queue); in compute_ray_image()
73 ray_origins->create_buffer(CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR); in compute_ray_image()
82 bocl_mem_sptr & ray_origins, in convert_persp_to_generic() argument
120 ray_origins->create_buffer(CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR); in convert_persp_to_generic()
130 persp_to_generic_kernel->set_arg( ray_origins.ptr() ); in convert_persp_to_generic()
[all …]
H A Dboxm2_ocl_render_expected_image_function.cxx45 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in render_expected_image() local
120 delete[] ray_origins; in render_expected_image()
159 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in render_expected_image2() local
233 delete[] ray_origins; in render_expected_image2()
273 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in render_cone_expected_image() local
379 delete[] ray_origins; in render_cone_expected_image()
412 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in render_expected_shadow_map() local
484 delete[] ray_origins; in render_expected_shadow_map()
586 delete[] ray_origins; in render_expected_phongs_image()
745 delete[] ray_origins; in render_expected_image_naa()
[all …]
H A Dboxm2_ocl_update_heightmap_factor.cxx76 auto* ray_origins = new cl_float[4 * cl_ni*cl_nj]; in update_pre() local
87 ray_origins[count * 4 + 2] = z + 1.0f; in update_pre()
88 ray_origins[count * 4 + 3] = 0.0f; in update_pre()
239 delete[] ray_origins; in update_pre()
294 auto* ray_origins = new cl_float[4 * cl_ni*cl_nj]; in update_post() local
305 ray_origins[count * 4 + 2] = z + 1.0f; in update_post()
306 ray_origins[count * 4 + 3] = 0.0f; in update_post()
455 delete[] ray_origins; in update_post()
731 auto* ray_origins = new cl_float[4 * cl_ni*cl_nj]; in compute_smooth_heightmap_pdata() local
743 ray_origins[count * 4 + 3] = 0.0f; in compute_smooth_heightmap_pdata()
[all …]
H A Dboxm2_ocl_update_max_vis.cxx92 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in update_max_vis() local
137 ray_origins[count4+0] = float(x); in update_max_vis()
138 ray_origins[count4+1] = float(y); in update_max_vis()
140 ray_origins[count4+2] = z_origin; in update_max_vis()
141 ray_origins[count4+3] = 0.0; in update_max_vis()
328 delete [] ray_origins; in update_max_vis()
496 ray_origins[count4+0] = float(x); in update_cosine_angle()
500 ray_origins[count4+3] = 0.0; in update_cosine_angle()
701 delete [] ray_origins; in update_cosine_angle()
852 ray_origins[count4+3] = 0.0; in update_surface_density()
[all …]
H A Dboxm2_ocl_camera_converter.h23 bocl_mem_sptr & ray_origins,
36 bocl_mem_sptr & ray_origins,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_ocl_ingest_dem_process.cxx120 auto* ray_origins = new float[4*cl_ni*cl_nj]; in boxm2_ocl_ingest_dem_process() local
128 ray_origins[count+0] = (*x_img_float)(i,j); in boxm2_ocl_ingest_dem_process()
129 ray_origins[count+1] = (*y_img_float)(i,j); in boxm2_ocl_ingest_dem_process()
130 ray_origins[count+2] = (*z_img_float)(i,j); in boxm2_ocl_ingest_dem_process()
131 ray_origins[count+3] = 0.0; in boxm2_ocl_ingest_dem_process()
138 ray_origins, in boxm2_ocl_ingest_dem_process()
254 delete [] ray_origins; in boxm2_ocl_ingest_dem_process()
349 auto* ray_origins = new float[4*cl_ni*cl_nj]; in boxm2_ocl_ingest_dem_space_process() local
357 ray_origins[count+0] = (*x_img_float)(i,j); in boxm2_ocl_ingest_dem_space_process()
358 ray_origins[count+1] = (*y_img_float)(i,j); in boxm2_ocl_ingest_dem_space_process()
[all …]
H A Dboxm2_ocl_init_prob_uniform_process.cxx128 auto* ray_origins = new cl_float[4 * cl_ni*cl_nj]; in boxm2_ocl_init_prob_uniform_process() local
136 ray_origins[count4 + 0] = scene_origin[0] + ((float)i + 0.15f)*(xint); in boxm2_ocl_init_prob_uniform_process()
137 ray_origins[count4 + 1] = scene_origin[1] + ((float)j + 0.15f)*(yint); in boxm2_ocl_init_prob_uniform_process()
138 ray_origins[count4 + 2] = z + 1.0f; in boxm2_ocl_init_prob_uniform_process()
139 ray_origins[count4 + 3] = 0.0; in boxm2_ocl_init_prob_uniform_process()
147 …bocl_mem_sptr ray_o_buff = opencl_cache->alloc_mem(cl_ni*cl_nj * sizeof(cl_float4), ray_origins, "… in boxm2_ocl_init_prob_uniform_process()
208 delete[] ray_origins; in boxm2_ocl_init_prob_uniform_process()
H A Dboxm2_ocl_ingest_label_process.cxx129 auto* ray_origins = new float[4*cl_ni*cl_nj]; in boxm2_ocl_ingest_label_process() local
137 ray_origins[count+0] = (*x_img_float)(i,j); in boxm2_ocl_ingest_label_process()
138 ray_origins[count+1] = (*y_img_float)(i,j); in boxm2_ocl_ingest_label_process()
139 ray_origins[count+2] = (*z_img_float)(i,j); in boxm2_ocl_ingest_label_process()
140 ray_origins[count+3] = 0.0; in boxm2_ocl_ingest_label_process()
155 ray_origins, in boxm2_ocl_ingest_label_process()
293 delete [] ray_origins; in boxm2_ocl_ingest_label_process()
H A Dboxm2_ocl_ingest_osm_label_process.cxx131 auto* ray_origins = new float[4*cl_ni*cl_nj]; in boxm2_ocl_ingest_osm_label_process() local
139 ray_origins[count+0] = (*x_img_float)(i,j); in boxm2_ocl_ingest_osm_label_process()
140 ray_origins[count+1] = (*y_img_float)(i,j); in boxm2_ocl_ingest_osm_label_process()
141 ray_origins[count+2] = (*z_img_float)(i,j); in boxm2_ocl_ingest_osm_label_process()
142 ray_origins[count+3] = 0.0; in boxm2_ocl_ingest_osm_label_process()
159 ray_origins, in boxm2_ocl_ingest_osm_label_process()
274 delete [] ray_origins; in boxm2_ocl_ingest_osm_label_process()
H A Dboxm2_ocl_render_expected_height_map_process.cxx169 auto* ray_origins = new cl_float[4 * cl_ni*cl_nj]; in boxm2_ocl_render_expected_height_map_process() local
179 ray_origins[count4 + 0] = scene_origin[0] + ((float)i + 0.15f)*(xint); in boxm2_ocl_render_expected_height_map_process()
180 ray_origins[count4 + 1] = scene_origin[1] + ((float)j + 0.15f)*(yint); in boxm2_ocl_render_expected_height_map_process()
182 ray_origins[count4 + 2] = z + 1.0f; in boxm2_ocl_render_expected_height_map_process()
183 ray_origins[count4 + 3] = 0.0; in boxm2_ocl_render_expected_height_map_process()
192 …bocl_mem_sptr ray_o_buff = opencl_cache->alloc_mem(cl_ni*cl_nj * sizeof(cl_float4), ray_origins, "… in boxm2_ocl_render_expected_height_map_process()
324 (*xcoord_img)(r, c) = ray_origins[(c*cl_ni + r) * 4 + 0]; in boxm2_ocl_render_expected_height_map_process()
325 (*ycoord_img)(r, c) = ray_origins[(c*cl_ni + r) * 4 + 1]; in boxm2_ocl_render_expected_height_map_process()
H A Dboxm2_ocl_render_expected_depth_process.cxx193 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in boxm2_ocl_render_expected_depth_process() local
195 …bocl_mem_sptr ray_o_buff = opencl_cache->alloc_mem(cl_ni*cl_nj * sizeof(cl_float4), ray_origins, "… in boxm2_ocl_render_expected_depth_process()
232 ray_origins[count4+0] = float(x); in boxm2_ocl_render_expected_depth_process()
233 ray_origins[count4+1] = float(y); in boxm2_ocl_render_expected_depth_process()
235 ray_origins[count4+2] = z_origin; in boxm2_ocl_render_expected_depth_process()
236 ray_origins[count4+3] = 0.0; in boxm2_ocl_render_expected_depth_process()
381 delete[] ray_origins; in boxm2_ocl_render_expected_depth_process()
H A Dboxm2_ocl_aux_update_view_direction_process.cxx164 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in boxm2_ocl_aux_update_view_direction_process() local
166 …bocl_mem_sptr ray_o_buff = new bocl_mem(device->context(), ray_origins, cl_ni*cl_nj * sizeof(cl_fl… in boxm2_ocl_aux_update_view_direction_process()
204 ray_origins[count4+0] = float(x); in boxm2_ocl_aux_update_view_direction_process()
205 ray_origins[count4+1] = float(y); in boxm2_ocl_aux_update_view_direction_process()
207 ray_origins[count4+2] = z_origin; in boxm2_ocl_aux_update_view_direction_process()
208 ray_origins[count4+3] = 0.0; in boxm2_ocl_aux_update_view_direction_process()
358 delete [] ray_origins; in boxm2_ocl_aux_update_view_direction_process()
H A Dboxm2_ocl_ingest_buckeye_process.cxx233 auto* ray_origins = new float[4*cl_ni*cl_nj]; in boxm2_ocl_ingest_buckeye_dem_process() local
256 ray_origins[count4+0] = float(x); in boxm2_ocl_ingest_buckeye_dem_process()
257 ray_origins[count4+1] = float(y); in boxm2_ocl_ingest_buckeye_dem_process()
259 ray_origins[count4+2] = z_origin; in boxm2_ocl_ingest_buckeye_dem_process()
260 ray_origins[count4+3] = 0.0; in boxm2_ocl_ingest_buckeye_dem_process()
271 ray_origins, in boxm2_ocl_ingest_buckeye_dem_process()
/dports/math/py-triangle/triangle-20200424/doc/plot/
H A Dapi_voronoi.py8 vertices, edges, ray_origins, ray_directions = tr.voronoi(pts) variable
12 ray_origins=ray_origins, ray_directions=ray_directions)
H A Dvoronoi3.py9 vertices, edges, ray_origins, ray_directions = tr.voronoi(pts) variable
14 ray_origins=ray_origins, ray_directions=ray_directions)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/
H A Dbstm_ocl_util.cxx119 void bstm_ocl_util::set_generic_camera(vpgl_camera_double_sptr& cam, cl_float* ray_origins, cl_floa… in set_generic_camera() argument
140 ray_origins[4*count ] = static_cast<float>(ray.origin().x()); in set_generic_camera()
141 ray_origins[4*count+1] = static_cast<float>(ray.origin().y()); in set_generic_camera()
142 ray_origins[4*count+2] = static_cast<float>(ray.origin().z()); in set_generic_camera()
143 ray_origins[4*count+3] = 1.0f; in set_generic_camera()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/
H A Dboxm2_ocl_util.cxx197 void boxm2_ocl_util::set_generic_camera(vpgl_camera_double_sptr& cam, cl_float* ray_origins, cl_flo… in set_generic_camera() argument
218 ray_origins[4*count ] = static_cast<float>(ray.origin().x()); in set_generic_camera()
219 ray_origins[4*count+1] = static_cast<float>(ray.origin().y()); in set_generic_camera()
220 ray_origins[4*count+2] = static_cast<float>(ray.origin().z()); in set_generic_camera()
221 ray_origins[4*count+3] = 1.0f; in set_generic_camera()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/algo/
H A Dbstm_ocl_render_expected_image_function.cxx41 auto* ray_origins = new cl_float[4*cl_ni*cl_nj]; in render_expected_image() local
43 …bocl_mem_sptr ray_o_buff = opencl_cache->alloc_mem(cl_ni*cl_nj*sizeof(cl_float4), ray_origins, "ra… in render_expected_image()
147 delete[] ray_origins; in render_expected_image()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/
H A Dcamera_convert.cl7 __global float4 * ray_origins,
40 ray_origins[imIndex] = ray_o;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/bit/
H A Drender_bit_scene.cl27 __global float4 * ray_origins,
61 float4 ray_o = ray_origins[ imIndex[llid] ];
123 __global float4 * ray_origins,
157 float4 ray_o = ray_origins[ imIndex[llid] ];
227 __global float4 * ray_origins,
262 float4 ray_o = ray_origins[ imIndex[llid] ];
359 float4 ray_o = ray_origins[ imIndex[llid] ];
502 float4 ray_o = ray_origins[ imIndex[llid] ];
593 float4 ray_o = ray_origins[ imIndex[llid] ];
685 float4 ray_o = ray_origins[ imIndex[llid] ];
[all …]
H A Drender_uncertainty_map.cl24 __global float4 * ray_origins,
55 float4 ray_o = ray_origins[ imIndex[llid] ];
110 __global float4 * ray_origins,
143 float4 ray_o = ray_origins[ imIndex[llid] ];
H A Drender_nobs_bit_scene.cl28 __global float4 * ray_origins,
62 float4 ray_o = ray_origins[ imIndex[llid] ];
126 __global float4 * ray_origins,
160 float4 ray_o = ray_origins[ imIndex[llid] ];
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/cl/bit/
H A Drender_bit_scene.cl29 __global float4 * ray_origins,
63 float4 ray_o = ray_origins[ imIndex[llid] ];
129 __global float4 * ray_origins,
163 float4 ray_o = ray_origins[ imIndex[llid] ];

1234