OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bundle_count
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
disassemble.h
18
unsigned
bundle_count
;
member in struct:midgard_disasm_stats
midgard_compile.c
3193
int
bundle_count
= 0;
local
3196
bundle_count
+= block->bundles.size / sizeof(midgard_bundle);
3198
midgard_bundle **source_order_bundles = malloc(sizeof(midgard_bundle *) *
bundle_count
);
3218
if (!bundle->last_writeout && (current_bundle + 1 <
bundle_count
))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard_compile.c
4080
int
bundle_count
= 0;
local
4082
bundle_count
+= block->bundles.size / sizeof(midgard_bundle);
4084
midgard_bundle **source_order_bundles = malloc(sizeof(midgard_bundle *) *
bundle_count
);
4098
if (current_bundle + 1 <
bundle_count
) {
4101
if (!(current_bundle + 2 <
bundle_count
) && IS_ALU(next)) {
Completed in 16 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026