Home
last modified time | relevance | path

Searched refs:is_mad (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_depth.c81 } else if ((is_mad(consumer->opc) || is_madsh(consumer->opc)) && in ir3_delayslots()
Dir3_cp.c380 if ((n == 1) && is_mad(instr->opc) && in reg_cp()
Dinstr-a3xx.h783 static inline bool is_mad(opc_t opc) in is_mad() function