Lines Matching refs:scan
1989 * - Exclusive scan result (interferes with source)
1990 * - Inclusive scan result
1996 struct ir3_instruction *scan =
1998 scan->cat1.reduce_op = reduce_op;
2000 struct ir3_register *exclusive = __ssa_dst(scan);
2002 struct ir3_register *inclusive = __ssa_dst(scan);
2004 struct ir3_register *reduce = __ssa_dst(scan);
2014 __ssa_src(scan, src, 0);
2017 struct ir3_register *reduce_init = __ssa_src(scan, identity, IR3_REG_SHARED);
4001 * stages we scan the shader to see which components are actually used, and
4013 * First Step: scan shader to find which bary.f/ldlv remain: