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:gen_dirty
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_context.h
369
/* Bitmask of all possible
gen_dirty
bits: */
373
uint32_t
gen_dirty
;
member
600
ctx->
gen_dirty
|= ctx->gen_dirty_map[ffs(dirty) - 1];
627
ctx->
gen_dirty
|= ctx->gen_dirty_shader_map[shader][ffs(dirty) - 1];
640
/* NOTE: don't use ~0 for
gen_dirty
, because the gen specific
643
ctx->
gen_dirty
= ctx->gen_all_dirty;
654
ctx->
gen_dirty
= 0;
673
uint32_t
gen_dirty
)
in fd_context_add_map()
676
ctx->gen_dirty_map[b] |=
gen_dirty
;
in fd_context_add_map()
678
ctx->gen_all_dirty |=
gen_dirty
;
in fd_context_add_map()
672
fd_context_add_map(struct fd_context *ctx, enum fd_dirty_3d_state dirty, uint32_t
gen_dirty
)
fd_context_add_map()
argument
686
fd_context_add_shader_map(struct fd_context *ctx, enum pipe_shader_type shader, enum fd_dirty_shader_state dirty, uint32_t
gen_dirty
)
fd_context_add_shader_map()
argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_draw.c
180
ctx->
gen_dirty
|= BIT(FD6_GROUP_PRIMITIVE_PARAMS);
191
ctx->
gen_dirty
|= BIT(FD6_GROUP_PRIMITIVE_PARAMS);
199
if (!(ctx->
gen_dirty
& BIT(FD6_GROUP_PROG))) {
213
emit.dirty_groups = ctx->
gen_dirty
;
Completed in 3 milliseconds