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:start_barrier
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/realtime/func/rt-migrate/
H
A
D
rt-migrate.c
149
static pthread_barrier_t
start_barrier
;
variable
346
pthread_barrier_wait(&
start_barrier
);
in start_task()
433
ret = pthread_barrier_init(&
start_barrier
, NULL, nr_tasks + 1);
in main()
480
pthread_barrier_wait(&
start_barrier
);
in main()
500
pthread_barrier_wait(&
start_barrier
);
in main()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pass.c
71
pass->subpasses[dst].
start_barrier
.src_stage_mask |= src_stage_mask;
in radv_render_pass_add_subpass_dep()
72
pass->subpasses[dst].
start_barrier
.dst_stage_mask |= dst_stage_mask;
in radv_render_pass_add_subpass_dep()
74
pass->subpasses[dst].
start_barrier
.src_access_mask |= src_access_mask;
in radv_render_pass_add_subpass_dep()
75
pass->subpasses[dst].
start_barrier
.dst_access_mask |= dst_access_mask;
in radv_render_pass_add_subpass_dep()
H
A
D
radv_private.h
2826
struct radv_subpass_barrier
start_barrier
;
H
A
D
radv_cmd_buffer.c
6382
radv_emit_subpass_barrier(cmd_buffer, &subpass->
start_barrier
);
in radv_cmd_buffer_begin_subpass()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pass.h
70
struct tu_subpass_barrier
start_barrier
;
member
H
A
D
tu_pass.c
110
dst_barrier = &pass->subpasses[dst].
start_barrier
;
in tu_render_pass_add_subpass_dep()
399
pass->subpasses[0].
start_barrier
.incoherent_ccu_depth = true;
in tu_render_pass_add_implicit_deps()
401
pass->subpasses[0].
start_barrier
.incoherent_ccu_color = true;
in tu_render_pass_add_implicit_deps()
H
A
D
tu_cmd_buffer.c
3869
tu_subpass_barrier(cmd, &pass->subpasses[0].
start_barrier
, true);
in tu_CmdBeginRenderPass2()
4097
tu_subpass_barrier(cmd, &cmd->state.subpass->
start_barrier
, false);
in tu_CmdNextSubpass2()
Completed in 29 milliseconds