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:sem_value
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_vulkan.h
246
* the value in
sem_value
, and must be signalled at every submission,
256
uint64_t
sem_value
[AV_NUM_DATA_POINTERS];
member
H
A
D
hwcontext_vulkan.c
1267
f->
sem_value
[i]++;
in submit_exec_ctx()
1935
sem_sig_val[i] = frame->
sem_value
[i] + 1;
in prepare_frame()
1950
s_timeline_sem_info.pWaitSemaphoreValues = frame->
sem_value
;
in prepare_frame()
1961
s_timeline_sem_info.pWaitSemaphoreValues = frame->
sem_value
;
in prepare_frame()
2108
f->
sem_value
[i] = 0;
in create_frame()
2593
.pValues = f->
sem_value
,
in vulkan_unmap_from_drm()
2791
f->
sem_value
[i] = 0;
in vulkan_map_from_drm_frame_desc()
3190
s_w_par[i].params.fence.value = dst_f->
sem_value
[i] + 0;
in vulkan_transfer_data_from_cuda()
3191
s_s_par[i].params.fence.value = dst_f->
sem_value
[i] + 1;
in vulkan_transfer_data_from_cuda()
3227
dst_f->
sem_value
[
in vulkan_transfer_data_from_cuda()
[all...]
H
A
D
vulkan.c
563
e->sem_wait_val[e->sem_wait_cnt] = f->
sem_value
[i];
in ff_vk_add_exec_dep()
567
e->sem_sig_val[e->sem_sig_cnt] = f->
sem_value
[i] + 1;
in ff_vk_add_exec_dep()
568
e->sem_sig_val_dst[e->sem_sig_cnt] = &f->
sem_value
[i];
in ff_vk_add_exec_dep()
Completed in 11 milliseconds