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:nondraw
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_batch_cache.c
336
bool
nondraw
) assert_dt
395
batch = fd_batch_create(ctx,
nondraw
);
410
fd_bc_alloc_batch(struct fd_context *ctx, bool
nondraw
)
in fd_bc_alloc_batch()
argument
416
* this, but for
nondraw
batches, this is a nice central location
in fd_bc_alloc_batch()
419
if (
nondraw
)
in fd_bc_alloc_batch()
423
batch = alloc_batch_locked(cache, ctx,
nondraw
);
in fd_bc_alloc_batch()
426
if (batch &&
nondraw
)
in fd_bc_alloc_batch()
H
A
D
freedreno_batch.h
94
bool
nondraw
: 1;
member
260
struct fd_batch *fd_batch_create(struct fd_context *ctx, bool
nondraw
);
H
A
D
freedreno_batch.c
66
if (batch->
nondraw
) {
in batch_init()
124
fd_batch_create(struct fd_context *ctx, bool
nondraw
)
in fd_batch_create()
argument
135
batch->
nondraw
=
nondraw
;
in fd_batch_create()
H
A
D
freedreno_batch_cache.h
78
bool
nondraw
) assert_dt;
H
A
D
freedreno_gmem.c
652
if (!batch->
nondraw
) {
658
if (!batch->
nondraw
) {
690
if (!batch->
nondraw
) {
in fd_gmem_render_tiles()
703
if (ctx->emit_sysmem_prep && !batch->
nondraw
) {
in fd_gmem_render_tiles()
740
if (batch->
nondraw
) {
in fd_gmem_render_tiles()
H
A
D
freedreno_autotune.c
54
assert(batch->key || batch->
nondraw
);
in get_history()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_gmem.c
1564
if (!batch->
nondraw
) {
1568
if (!batch->
nondraw
) {
1574
if (batch->
nondraw
)
H
A
D
fd6_emit.c
1242
if (!batch->
nondraw
) {
in fd6_emit_restore()
1375
if (!batch->
nondraw
) {
in fd6_emit_restore()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_gmem.c
748
if (batch->
nondraw
)
Completed in 10 milliseconds