Lines Matching defs:local
636 boolean local )
645 if (util_bitmask_get(ureg->local_temps, i) == local)
654 if (local)
657 /* Start a new declaration when the local flag changes */
658 if (!i || util_bitmask_get(ureg->local_temps, i - 1) != local)
679 boolean local )
684 if (local)
1629 boolean local,
1640 out[0].decl.Local = local;
2047 boolean local = util_bitmask_get(ureg->local_temps, i);
2054 emit_decl_temps( ureg, first, i - 1, local, ++array );
2056 emit_decl_temps( ureg, first, i - 1, local, 0 );