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:quadword_count
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
disassemble.h
19
unsigned
quadword_count
;
member
H
A
D
midgard_schedule.c
1452
block->
quadword_count
= 0;
in schedule_block()
1469
ctx->
quadword_count
+ block->
quadword_count
;
in schedule_block()
1472
block->
quadword_count
+= midgard_tag_props[bundle.tag].size;
in schedule_block()
1486
ctx->
quadword_count
+= block->
quadword_count
;
in schedule_block()
H
A
D
mir.c
400
block->
quadword_count
+= midgard_tag_props[new.tag].size;
in mir_insert_instruction_before_scheduled()
427
block->
quadword_count
+= midgard_tag_props[new.tag].size;
in mir_insert_instruction_after_scheduled()
H
A
D
compiler.h
199
unsigned
quadword_count
;
member
297
unsigned
quadword_count
;
member
H
A
D
midgard_emit.c
765
quadword_offset += blk->
quadword_count
;
in emit_branch()
774
quadword_offset -= blk->
quadword_count
;
in emit_branch()
H
A
D
midgard_compile.c
3070
if (v->
quadword_count
) {
in midgard_get_first_tag_from_block()
3378
nr_ins, nr_bundles, ctx->
quadword_count
,
in midgard_compile_shader_nir()
H
A
D
disassemble.c
1997
ctx.midg_stats.
quadword_count
+= num_quad_words;
in disassemble_midgard()
/third_party/mesa3d/src/panfrost/lib/genxml/
H
A
D
decode.c
616
stats.instruction_count, stats.bundle_count, stats.
quadword_count
,
in pandecode_shader_disassemble()
Completed in 15 milliseconds