OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/core/src/opencl/runtime/generator/
parser_clamdblas.py
25
if (line.startswith('clAmd') or line.startswith('
cl_
') or line == 'void') and len(line.split()) == 1 and line.find('(') == -1:
32
if parts[i].startswith('
CL_
'):
38
if not parts[i].startswith('
CL_
'):
parser_cl.py
51
if parts[i].startswith('
CL_
'):
57
if not parts[i].startswith('
CL_
'):
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h
77
/*
CL_
* flags for this option. */
/external/mesa3d/include/CL/
cl.h
51
typedef cl_uint cl_bool; /* WARNING! Unlike
cl_
types in cl_platform.h, cl_bool is not guaranteed to be the same size as the bool in kernels. */
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h
49
typedef cl_uint cl_bool; /* WARNING! Unlike
cl_
types in cl_platform.h, cl_bool is not guaranteed to be the same size as the bool in kernels. */
[
all
...]
/external/libvncserver/libvncserver/
rfbserver.c
307
rfbClientPtr cl,
cl_
;
local
352
while ((
cl_
= rfbClientIteratorNext(iterator)) != NULL) {
353
rfbLog(" %s\n",
cl_
->host);
[
all
...]
/external/opencv3/modules/core/src/
ocl.cpp
226
typedef cl_uint cl_bool; /* WARNING! Unlike
cl_
types in cl_platform.h, cl_bool is not guaranteed to be the same size as the bool in kernels. */
[
all
...]
Completed in 296 milliseconds