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:bundle_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
disassemble.h
18
unsigned
bundle_count
;
member
H
A
D
midgard_compile.c
3288
int
bundle_count
= 0;
in midgard_compile_shader_nir()
local
3291
bundle_count
+= block->bundles.size / sizeof(midgard_bundle);
in midgard_compile_shader_nir()
3293
midgard_bundle **source_order_bundles = malloc(sizeof(midgard_bundle *) *
bundle_count
);
in midgard_compile_shader_nir()
3313
if (!bundle->last_writeout && (current_bundle + 1 <
bundle_count
))
in midgard_compile_shader_nir()
H
A
D
disassemble.c
1996
ctx.midg_stats.
bundle_count
++;
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 13 milliseconds