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:fau_idx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
disassemble.c
189
if (srcs.
fau_idx
)
in dump_regs()
190
fprintf(fp, "fau %X ", srcs.
fau_idx
);
in dump_regs()
306
if (srcs.
fau_idx
& 0x80) {
in dump_fau_src()
307
unsigned uniform = (srcs.
fau_idx
& 0x7f);
in dump_fau_src()
309
} else if (srcs.
fau_idx
>= 0x20) {
in dump_fau_src()
310
unsigned idx = const_fau_to_idx(srcs.
fau_idx
>> 4);
in dump_fau_src()
312
imm |= (srcs.
fau_idx
& 0xf);
in dump_fau_src()
320
switch (srcs.
fau_idx
) {
in dump_fau_src()
350
fprintf(fp, "blend_descriptor_%u", (unsigned) srcs.
fau_idx
- 8);
in dump_fau_src()
353
fprintf(fp, "XXX - reserved%u", (unsigned) srcs.
fau_idx
);
in dump_fau_src()
[all...]
H
A
D
bi_pack.c
269
s.
fau_idx
= regs.
fau_idx
;
in bi_pack_registers()
324
tuple->regs.
fau_idx
= tuple->
fau_idx
;
in bi_pack_tuple()
726
unsigned loc = tuple->regs.
fau_idx
- BIR_FAU_BLEND_0;
in bi_collect_blend_ret_addr()
H
A
D
bi_opt_push_ubo.c
172
unsigned
fau_idx
= (base >> 1);
in bi_opt_push_ubo()
local
175
vec->src[w] = bi_fau(BIR_FAU_UNIFORM |
fau_idx
, fau_hi);
in bi_opt_push_ubo()
H
A
D
bifrost.h
227
unsigned
fau_idx
: 8;
member
H
A
D
bi_schedule.c
1767
tuple->
fau_idx
= tuple_state.fau;
in bi_schedule_clause()
1832
assert(tuple->
fau_idx
== BIR_FAU_ZERO);
in bi_schedule_clause()
1854
assert(!tuple->
fau_idx
);
in bi_schedule_clause()
1864
tuple->
fau_idx
= bi_constant_field(word_idx) | lo;
in bi_schedule_clause()
H
A
D
compiler.h
563
uint8_t
fau_idx
;
575
uint8_t
fau_idx
;
Completed in 10 milliseconds