Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:clRetainKernel
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
dispatch.cpp
64
clRetainKernel
,
H
A
D
kernel.cpp
78
clRetainKernel
(cl_kernel d_kern) try {
in clRetainKernel()
function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
cl_dispatch_table.cpp
54
cl::
clRetainKernel
,
H
A
D
proc_table_cl_autogen.cpp
59
{"
clRetainKernel
", P(::cl::
clRetainKernel
)},
in GetProcTable()
H
A
D
entry_points_cl_autogen.h
139
cl_int CL_API_CALL
clRetainKernel
(cl_kernel kernel);
H
A
D
entry_points_cl_autogen.cpp
583
cl_int CL_API_CALL
clRetainKernel
(cl_kernel kernel)
in clRetainKernel()
function
/third_party/opencl-headers/src/
H
A
D
opencl_wrapper.cpp
115
LOAD_OPENCL_FUNCTION_PTR(
clRetainKernel
);
in LoadLibraryFromPath()
201
CL_DEFINE_FUNC_PTR(
clRetainKernel
);
428
//
clRetainKernel
wrapper, use OpenCLWrapper function.
429
cl_int
clRetainKernel
(cl_kernel kernel)
in clRetainKernel()
function
432
auto func = OHOS::
clRetainKernel
;
in clRetainKernel()
/third_party/opencl-headers/include/
H
A
D
opencl_wrapper.h
156
CL_DECLARE_FUNC_PTR(
clRetainKernel
);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.cpp
88
mNative->getDispatch().
clRetainKernel
== nullptr ||
in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H
A
D
libOpenCL_autogen.cpp
271
cl_int CL_API_CALL
clRetainKernel
(cl_kernel kernel)
in clRetainKernel()
function
273
return cl::GetDispatch().
clRetainKernel
(kernel);
in clRetainKernel()
/third_party/opencl-headers/CL/
H
A
D
cl_icd.h
1142
cl_api_clRetainKernel
clRetainKernel
;
member
H
A
D
cl.h
1378
clRetainKernel
(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_icd.h
1142
cl_api_clRetainKernel
clRetainKernel
;
member
H
A
D
cl.h
1371
clRetainKernel
(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
/third_party/mesa3d/include/CL/
H
A
D
cl_icd.h
1142
cl_api_clRetainKernel
clRetainKernel
;
member
H
A
D
cl.h
1369
clRetainKernel
(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
H
A
D
cl2.hpp
1679
{ return ::
clRetainKernel
(kernel); }
in retain()
5821
*
clRetainKernel
() and clReleaseKernel().
H
A
D
cl.hpp
1756
{ return ::
clRetainKernel
(kernel); }
in retain()
4871
*
clRetainKernel
() and clReleaseKernel().
Completed in 71 milliseconds