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_BLEND
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_context.c
152
fd_context_add_map(ctx, FD_DIRTY_ZSA |
FD_DIRTY_BLEND
| FD_DIRTY_PROG,
in setup_state_map()
161
fd_context_add_map(ctx,
FD_DIRTY_BLEND
| FD_DIRTY_SAMPLE_MASK,
in setup_state_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_emit.c
219
if (dirty & (
FD_DIRTY_BLEND
| FD_DIRTY_FRAMEBUFFER)) {
in fd2_emit_state_binning()
372
if (dirty & (
FD_DIRTY_BLEND
| FD_DIRTY_ZSA)) {
in fd2_emit_state()
378
if (dirty & (
FD_DIRTY_BLEND
| FD_DIRTY_FRAMEBUFFER)) {
in fd2_emit_state()
H
A
D
fd2_draw.c
631
FD_DIRTY_BLEND
| FD_DIRTY_FRAMEBUFFER | FD_DIRTY_SCISSOR;
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_draw.c
156
emit.dirty = dirty & ~(
FD_DIRTY_BLEND
);
H
A
D
fd3_emit.c
758
if (dirty & (
FD_DIRTY_BLEND
| FD_DIRTY_FRAMEBUFFER)) {
in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_context.h
147
FD_DIRTY_BLEND
= BIT(0),
enumerator
577
* -
FD_DIRTY_BLEND
needs to update GMEM reason
588
return dirty & (FD_DIRTY_FRAMEBUFFER | FD_DIRTY_ZSA |
FD_DIRTY_BLEND
|
in fd_context_dirty_resource()
H
A
D
freedreno_draw.c
128
if (ctx->dirty &
FD_DIRTY_BLEND
) {
H
A
D
freedreno_state.c
430
fd_context_dirty(ctx,
FD_DIRTY_BLEND
);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_draw.c
169
emit.dirty = dirty & ~(
FD_DIRTY_BLEND
);
H
A
D
fd4_emit.c
853
if ((dirty &
FD_DIRTY_BLEND
)) {
in fd4_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_emit.c
567
if (dirty & (FD_DIRTY_ZSA |
FD_DIRTY_BLEND
| FD_DIRTY_PROG)) {
in fd5_emit_state()
787
if (dirty &
FD_DIRTY_BLEND
) {
in fd5_emit_state()
817
if (dirty & (
FD_DIRTY_BLEND
| FD_DIRTY_SAMPLE_MASK)) {
in fd5_emit_state()
H
A
D
fd5_draw.c
132
emit.dirty = dirty & ~(
FD_DIRTY_BLEND
);
Completed in 10 milliseconds