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:contains_draw
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_pipe_control.c
308
if (render_batch->
contains_draw
) {
in crocus_texture_barrier()
320
if (compute_batch->
contains_draw
) {
in crocus_texture_barrier()
363
if (ice->batches[i].
contains_draw
) {
in crocus_memory_barrier()
H
A
D
crocus_batch.h
172
bool
contains_draw
;
member
H
A
D
crocus_blorp.c
328
batch->
contains_draw
= true;
in crocus_blorp_exec()
H
A
D
crocus_batch.c
524
batch->
contains_draw
= false;
in crocus_batch_reset()
H
A
D
crocus_resource.c
1766
if (batch->
contains_draw
|| batch->cache.render->entries) {
in crocus_transfer_flush_region()
H
A
D
crocus_state.c
7795
batch->
contains_draw
= true;
8268
batch->
contains_draw
= true;
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_pipe_control.c
359
if (render_batch->
contains_draw
) {
in iris_texture_barrier()
371
if (compute_batch->
contains_draw
) {
in iris_texture_barrier()
406
if (batch->
contains_draw
) {
in iris_memory_barrier()
H
A
D
iris_batch.h
179
bool
contains_draw
;
member
H
A
D
iris_batch.c
530
batch->
contains_draw
= false;
in iris_batch_reset()
H
A
D
iris_state.c
6891
if (!batch->
contains_draw
) {
in iris_upload_render_state()
6904
batch->
contains_draw
= true;
in iris_upload_render_state()
7389
batch->contains_draw_with_next_seqno = batch->
contains_draw
= true;
in iris_upload_compute_state()
Completed in 33 milliseconds