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:write_batch
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_batch.c
261
if (rsc->track->
write_batch
== batch)
in batch_reset_resources()
262
fd_batch_reference_locked(&rsc->track->
write_batch
, NULL);
in batch_reset_resources()
427
fd_batch_reference_locked(&b, rsc->track->
write_batch
);
459
* invalidate (which may have left the
write_batch
state in place).
in fd_batch_resource_write()
463
if (rsc->track->
write_batch
== batch)
in fd_batch_resource_write()
479
if (rsc->track->
write_batch
)
in fd_batch_resource_write()
496
fd_batch_reference_locked(&rsc->track->
write_batch
, batch);
in fd_batch_resource_write()
515
if (unlikely(rsc->track->
write_batch
&& rsc->track->
write_batch
!= batch))
in fd_batch_resource_read_slowpath()
H
A
D
freedreno_batch_cache.c
205
struct fd_batch *
write_batch
= NULL;
variable
206
fd_batch_reference_locked(&
write_batch
, rsc->track->
write_batch
);
209
if (
write_batch
) {
210
fd_batch_flush(
write_batch
);
variable
211
fd_batch_reference(&
write_batch
, NULL);
323
fd_batch_reference_locked(&rsc->track->
write_batch
, NULL);
in fd_bc_invalidate_resource()
H
A
D
freedreno_resource.h
88
struct fd_batch *
write_batch
;
member
107
assert(!old_track->
write_batch
);
in fd_resource_tracking_reference()
199
if (rsc->track->
write_batch
)
in pending()
H
A
D
freedreno_resource.c
276
assert(src->track->
write_batch
== NULL);
in fd_replace_buffer_storage()
1483
} else if (rsc->track->
write_batch
) {
1488
struct fd_batch *batch = rsc->track->
write_batch
;
Completed in 5 milliseconds