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:clFlush
(Results
1 - 20
of
20
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
dispatch.cpp
74
clFlush
,
H
A
D
queue.cpp
121
clFlush
(cl_command_queue d_q) try {
in clFlush()
function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
cl_dispatch_table.cpp
64
cl::
clFlush
,
H
A
D
proc_table_cl_autogen.cpp
69
{"
clFlush
", P(::cl::
clFlush
)},
in GetProcTable()
H
A
D
entry_points_cl_autogen.h
169
cl_int CL_API_CALL
clFlush
(cl_command_queue command_queue);
H
A
D
entry_points_cl_autogen.cpp
733
cl_int CL_API_CALL
clFlush
(cl_command_queue command_queue)
in clFlush()
function
/third_party/opencl-headers/src/
H
A
D
opencl_wrapper.cpp
118
LOAD_OPENCL_FUNCTION_PTR(
clFlush
);
in LoadLibraryFromPath()
204
CL_DEFINE_FUNC_PTR(
clFlush
);
678
//
clFlush
wrapper, use OpenCLWrapper function.
679
cl_int
clFlush
(cl_command_queue command_queue)
in clFlush()
function
682
auto func = OHOS::
clFlush
;
in clFlush()
/third_party/opencl-headers/include/
H
A
D
opencl_wrapper.h
159
CL_DECLARE_FUNC_PTR(
clFlush
);
/third_party/ffmpeg/libavfilter/
H
A
D
vf_nlmeans_opencl.c
276
cle =
clFlush
(ctx->command_queue);
in nlmeans_plane()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.cpp
98
mNative->getDispatch().
clFlush
== nullptr || mNative->getDispatch().clFinish == nullptr ||
in createInfo()
H
A
D
CLCommandQueueCL.cpp
665
return mNative->getDispatch().
clFlush
(mNative);
in flush()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H
A
D
libOpenCL_autogen.cpp
345
cl_int CL_API_CALL
clFlush
(cl_command_queue command_queue)
in clFlush()
function
347
return cl::GetDispatch().
clFlush
(command_queue);
in clFlush()
/third_party/opencl-headers/CL/
H
A
D
cl_icd.h
1152
cl_api_clFlush
clFlush
;
member
H
A
D
cl.h
1497
clFlush
(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_icd.h
1152
cl_api_clFlush
clFlush
;
member
H
A
D
cl.h
1490
clFlush
(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
/third_party/mesa3d/include/CL/
H
A
D
cl_icd.h
1152
cl_api_clFlush
clFlush
;
member
H
A
D
cl.h
1488
clFlush
(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
H
A
D
cl2.hpp
923
#define __FLUSH_ERR CL_HPP_ERR_STR_(
clFlush
)
8703
return detail::errHandler(::
clFlush
(object_), __FLUSH_ERR);
in flush()
H
A
D
cl.hpp
462
#define __FLUSH_ERR __ERR_STR(
clFlush
)
6607
return detail::errHandler(::
clFlush
(object_), __FLUSH_ERR);
in flush()
Completed in 57 milliseconds