OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALU_ENAB_BR_COMPACT
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
helpers.h
117
#define
ALU_ENAB_BR_COMPACT
(1 << 26)
412
return (unit == ALU_ENAB_BRANCH) || (unit ==
ALU_ENAB_BR_COMPACT
);
midgard_print.c
102
case
ALU_ENAB_BR_COMPACT
:
172
else if (ins->unit ==
ALU_ENAB_BR_COMPACT
&&
midgard_schedule.c
705
bool branch = alu && (unit ==
ALU_ENAB_BR_COMPACT
);
1181
mir_choose_alu(&branch, instructions, liveness, worklist, len, &predicate,
ALU_ENAB_BR_COMPACT
);
midgard_emit.c
742
bool is_compact = ins->unit ==
ALU_ENAB_BR_COMPACT
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
helpers.h
47
#define
ALU_ENAB_BR_COMPACT
(1 << 26)
midgard_compile.c
113
return (unit == ALU_ENAB_BRANCH) || (unit ==
ALU_ENAB_BR_COMPACT
);
361
.unit =
ALU_ENAB_BR_COMPACT
,
2956
if (ins->unit ==
ALU_ENAB_BR_COMPACT
) {
3966
bool is_compact = ins->unit ==
ALU_ENAB_BR_COMPACT
;
Completed in 11 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026