OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coords_num
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/cl_kernel/
kernel_wire_frame.cl
7
*
coords_num
: number of coordinates to be processed
12
__global uint2 *wire_frames_coords, uint
coords_num
,
15
if (
coords_num
== 0) {
20
if (gid >=
coords_num
) {
/external/libxcam/modules/ocl/
cl_wire_frame_handler.cpp
102
uint32_t
coords_num
= 0;
local
104
coords_num
+= _wire_frames [i].width * _wire_frames [i].height
108
return
coords_num
/ 2;
Completed in 70 milliseconds