Lines Matching defs:out
66 * Extract a single channel out of a vector source. We split vectors with
388 b->shader->out->reads_tib = true;
478 b->shader->out->writes_sample_mask = true;
981 * Note if an unconditional jump is emitted (for instance, to break out of a
1001 * By manipulating the nesting counter (r0l), we may break out of nested loops,
1003 * where break breaks out of the outer loop (2 layers) and continue breaks out
1016 /* Break out of either one or two loops */
1631 struct agx_shader_info *out)
1637 ctx->out = out;
1643 out->writes_psiz = nir->info.outputs_written &
1708 agx_remap_varyings_vs(nir, &out->varyings, ctx->varyings);
1710 agx_remap_varyings_fs(nir, &out->varyings, ctx->varyings);