OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_mad
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_depth.c
107
} else if ((
is_mad
(consumer->opc) || is_madsh(consumer->opc)) &&
ir3_cp.c
413
if ((n == 1) &&
is_mad
(instr->opc) &&
487
(
is_mad
(instr->opc) && (n == 0)));
instr-a3xx.h
878
static inline bool
is_mad
(opc_t opc)
function
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_delay.c
102
if ((
is_mad
(consumer->opc) || is_madsh(consumer->opc)) && (n == 2)) {
ir3_cp.c
276
if (!
is_mad
(instr->opc))
461
(
is_mad
(instr->opc) && (n == 0)));
instr-a3xx.h
541
is_mad
(opc_t opc)
function
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp
292
bool
is_mad
() { return label & label_mad; }
function in struct:aco::ssa_info
2845
assert(!ctx.info[instr->definitions[0].tempId()].
is_mad
());
2881
assert(!ctx.info[instr->definitions[0].tempId()].
is_mad
());
3699
if (!instr->definitions.empty() && ctx.info[instr->definitions[0].tempId()].
is_mad
()) {
3925
if (!instr->definitions.empty() && ctx.info[instr->definitions[0].tempId()].
is_mad
()) {
Completed in 13 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026