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:clFinish
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/ffmpeg/libavfilter/
H
A
D
vf_colorkey_opencl.c
162
cle =
clFinish
(colorkey_ctx->command_queue);
in filter_frame()
174
clFinish
(colorkey_ctx->command_queue);
in filter_frame()
H
A
D
vf_neighbor_opencl.c
197
cle =
clFinish
(ctx->command_queue);
in neighbor_opencl_filter_frame()
213
clFinish
(ctx->command_queue);
in neighbor_opencl_filter_frame()
H
A
D
vf_transpose_opencl.c
195
cle =
clFinish
(ctx->command_queue);
in transpose_opencl_filter_frame()
207
clFinish
(ctx->command_queue);
in transpose_opencl_filter_frame()
H
A
D
opencl.h
175
* completion via
clFinish
.
185
cle =
clFinish
(queue); \
H
A
D
vf_avgblur_opencl.c
254
cle =
clFinish
(ctx->command_queue);
in avgblur_opencl_filter_frame()
271
clFinish
(ctx->command_queue);
in avgblur_opencl_filter_frame()
H
A
D
vf_convolution_opencl.c
276
cle =
clFinish
(ctx->command_queue);
in convolution_opencl_filter_frame()
292
clFinish
(ctx->command_queue);
in convolution_opencl_filter_frame()
H
A
D
vf_nlmeans_opencl.c
359
cle =
clFinish
(ctx->command_queue);
in nlmeans_opencl_filter_frame()
374
clFinish
(ctx->command_queue);
in nlmeans_opencl_filter_frame()
H
A
D
vf_unsharp_opencl.c
282
cle =
clFinish
(ctx->command_queue);
in unsharp_opencl_filter_frame()
298
clFinish
(ctx->command_queue);
in unsharp_opencl_filter_frame()
H
A
D
vf_pad_opencl.c
209
cle =
clFinish
(pad_ctx->command_queue);
in filter_frame()
221
clFinish
(pad_ctx->command_queue);
in filter_frame()
H
A
D
vf_program_opencl.c
157
cle =
clFinish
(ctx->command_queue);
in program_opencl_run()
176
clFinish
(ctx->command_queue);
in program_opencl_run()
H
A
D
vf_tonemap_opencl.c
417
cle =
clFinish
(ctx->command_queue);
in tonemap_opencl_filter_frame()
453
clFinish
(ctx->command_queue);
in tonemap_opencl_filter_frame()
H
A
D
vf_overlay_opencl.c
207
cle =
clFinish
(ctx->command_queue);
in overlay_opencl_blend()
H
A
D
vf_remap_opencl.c
215
cle =
clFinish
(ctx->command_queue);
in remap_opencl_process_frame()
H
A
D
vf_xfade_opencl.c
197
cle =
clFinish
(ctx->command_queue);
in xfade_frame()
H
A
D
vf_deshake_opencl.c
1710
clFinish
(deshake_ctx->command_queue);
in filter_frame()
2000
clFinish
(deshake_ctx->command_queue);
in queue_frame()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
dispatch.cpp
75
clFinish
,
H
A
D
event.cpp
296
clFinish
(cl_command_queue d_q) try {
in clFinish()
function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
cl_dispatch_table.cpp
65
cl::
clFinish
,
H
A
D
proc_table_cl_autogen.cpp
70
{"
clFinish
", P(::cl::
clFinish
)},
in GetProcTable()
H
A
D
entry_points_cl_autogen.h
170
cl_int CL_API_CALL
clFinish
(cl_command_queue command_queue);
/third_party/opencl-headers/src/
H
A
D
opencl_wrapper.cpp
119
LOAD_OPENCL_FUNCTION_PTR(
clFinish
);
in LoadLibraryFromPath()
205
CL_DEFINE_FUNC_PTR(
clFinish
);
687
//
clFinish
wrapper, use OpenCLWrapper function.
688
cl_int
clFinish
(cl_command_queue command_queue)
in clFinish()
function
691
auto func = OHOS::
clFinish
;
in clFinish()
/third_party/opencl-headers/include/
H
A
D
opencl_wrapper.h
160
CL_DECLARE_FUNC_PTR(
clFinish
);
/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()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H
A
D
libOpenCL_autogen.cpp
350
cl_int CL_API_CALL
clFinish
(cl_command_queue command_queue)
in clFinish()
function
352
return cl::GetDispatch().
clFinish
(command_queue);
in clFinish()
/third_party/opencl-headers/CL/
H
A
D
cl_icd.h
1153
cl_api_clFinish
clFinish
;
member
Completed in 22 milliseconds
1
2