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:FD_DIRTY_ZSA
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_context.c
150
fd_context_add_map(ctx,
FD_DIRTY_ZSA
| FD_DIRTY_RASTERIZER,
in setup_state_map()
152
fd_context_add_map(ctx,
FD_DIRTY_ZSA
| FD_DIRTY_BLEND | FD_DIRTY_PROG,
in setup_state_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_context.h
149
FD_DIRTY_ZSA
= BIT(2),
enumerator
576
* -
FD_DIRTY_ZSA
controls how the framebuffer is accessed
588
return dirty & (FD_DIRTY_FRAMEBUFFER |
FD_DIRTY_ZSA
| FD_DIRTY_BLEND |
in fd_context_dirty_resource()
H
A
D
freedreno_draw.c
68
if (ctx->dirty & (FD_DIRTY_FRAMEBUFFER |
FD_DIRTY_ZSA
)) {
H
A
D
freedreno_state.c
485
fd_context_dirty(ctx,
FD_DIRTY_ZSA
);
H
A
D
freedreno_resource.c
1493
fd_context_dirty(ctx,
FD_DIRTY_ZSA
);
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_emit.c
553
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_FRAMEBUFFER)) {
in fd5_emit_state()
567
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_BLEND | FD_DIRTY_PROG)) {
in fd5_emit_state()
585
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_STENCIL_REF)) {
in fd5_emit_state()
596
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
in fd5_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_emit.c
255
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_STENCIL_REF | FD_DIRTY_PROG)) {
in fd2_emit_state()
372
if (dirty & (FD_DIRTY_BLEND |
FD_DIRTY_ZSA
)) {
in fd2_emit_state()
H
A
D
fd2_draw.c
629
ctx->dirty |=
FD_DIRTY_ZSA
| FD_DIRTY_VIEWPORT | FD_DIRTY_RASTERIZER |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_emit.c
521
if ((dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_RASTERIZER | FD_DIRTY_PROG |
in fd3_emit_state()
543
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_STENCIL_REF)) {
in fd3_emit_state()
560
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_emit.c
683
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_FRAMEBUFFER)) {
in fd4_emit_state()
699
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_STENCIL_REF)) {
in fd4_emit_state()
710
if (dirty & (
FD_DIRTY_ZSA
| FD_DIRTY_RASTERIZER | FD_DIRTY_PROG)) {
in fd4_emit_state()
Completed in 20 milliseconds