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:needs_bcl_sync
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_queue.c
749
assert(job->serialize || !job->
needs_bcl_sync
);
in handle_cl_job()
801
* (
needs_bcl_sync
) or when performance queries are in use.
in handle_cl_job()
809
bool
needs_bcl_sync
= job->
needs_bcl_sync
|| needs_perf_sync;
in handle_cl_job()
local
811
for (int i = 0; !
needs_bcl_sync
&& i < sync_info->wait_count; i++) {
in handle_cl_job()
812
needs_bcl_sync
= sync_info->waits[i].stage_mask &
in handle_cl_job()
825
bool needs_rcl_sync = job->serialize && !
needs_bcl_sync
;
in handle_cl_job()
846
submit.in_sync_bcl =
needs_bcl_sync
? last_job_sync : 0;
in handle_cl_job()
H
A
D
v3dvx_cmd_buffer.c
1596
job->
needs_bcl_sync
= is_bcl_barrier;
in cmd_buffer_subpass_split_for_barrier()
1684
secondary_job->
needs_bcl_sync
||
in cmd_buffer_execute_inside_pass()
1736
secondary_job->
needs_bcl_sync
= true;
in cmd_buffer_execute_inside_pass()
H
A
D
v3dv_cmd_buffer.c
1707
job->
needs_bcl_sync
= true;
in cmd_buffer_execute_outside_pass()
2511
job->
needs_bcl_sync
= true;
in consume_bcl_sync()
2551
assert(!job->
needs_bcl_sync
);
in v3dv_cmd_buffer_emit_pre_draw()
H
A
D
v3dv_private.h
1147
bool
needs_bcl_sync
;
member
Completed in 15 milliseconds