Lines Matching defs:consumer
52 * dependencies if the assigner is an array write and the consumer
57 struct ir3_instruction *consumer, unsigned n)
59 if (!__is_false_dep(consumer, n))
68 foreach_src(src, consumer) {
83 struct ir3_instruction *consumer, unsigned n)
85 if (ignore_dep(assigner, consumer, n))
93 if (is_meta(assigner) || is_meta(consumer))
104 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) ||
105 is_mem(consumer)) {
107 } else if ((is_mad(consumer->opc) || is_madsh(consumer->opc)) &&