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:reg_saved
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_build_pm4.h
170
if (((sctx->tracked_regs.
reg_saved
>> (reg)) & 0x1) != 0x1 || \
173
sctx->tracked_regs.
reg_saved
|= 0x1ull << (reg); \
186
if (((sctx->tracked_regs.
reg_saved
>> (reg)) & 0x3) != 0x3 || \
194
sctx->tracked_regs.
reg_saved
|= 0x3ull << (reg); \
203
if (((sctx->tracked_regs.
reg_saved
>> (reg)) & 0x7) != 0x7 || \
214
sctx->tracked_regs.
reg_saved
|= 0x7ull << (reg); \
223
if (((sctx->tracked_regs.
reg_saved
>> (reg)) & 0xf) != 0xf || \
237
sctx->tracked_regs.
reg_saved
|= 0xfull << (reg); \
254
if (((sctx->tracked_regs.
reg_saved
>> (reg)) & 0x1) != 0x1 || \
257
sctx->tracked_regs.
reg_saved
|
[all...]
H
A
D
si_gfx_cs.c
244
STATIC_ASSERT(SI_NUM_TRACKED_REGS <= sizeof(ctx->tracked_regs.
reg_saved
) * 8);
in si_set_tracked_regs_to_clear_state()
307
ctx->tracked_regs.
reg_saved
= BITFIELD64_MASK(SI_TRACKED_GE_PC_ALLOC);
in si_set_tracked_regs_to_clear_state()
531
ctx->tracked_regs.
reg_saved
= 0;
in si_begin_new_gfx_cs()
H
A
D
si_state.h
345
uint64_t
reg_saved
;
member
H
A
D
si_state_shaders.cpp
993
sctx->tracked_regs.
reg_saved
&= ~BITFIELD64_BIT(SI_TRACKED_SPI_SHADER_PGM_RSRC3_GS);
in si_emit_shader_gs()
1001
sctx->tracked_regs.
reg_saved
&= ~BITFIELD64_BIT(SI_TRACKED_SPI_SHADER_PGM_RSRC4_GS);
in si_emit_shader_gs()
1232
sctx->tracked_regs.
reg_saved
&= ~BITFIELD64_BIT(SI_TRACKED_SPI_SHADER_PGM_RSRC4_GS) &
Completed in 9 milliseconds