Lines Matching defs:out
601 /* work out gpr and base_chan from index */
989 // pick largest array and spill it, repeat until the number of temps is under limit or we run out of arrays
2629 struct r600_shader_io *out = &ctx.shader->output[i];
2631 out->gpr = i + 1;
2632 out->ring_offset = i * 16;
2639 vtx.offset = out->ring_offset;
2640 vtx.dst_gpr = out->gpr;
2711 /* XXX factor out common code with r600_shader_from_tgsi ? */
2713 struct r600_shader_io *out = &ctx.shader->output[i];
2715 if (out->name == TGSI_SEMANTIC_CLIPVERTEX)
2729 output.gpr = out->gpr;
2738 switch (out->name) {
2756 if (out->spi_sid) {
2774 if (out->spi_sid) {
2797 if (out->spi_sid) {
2919 struct r600_shader_io *out = &ctx->shader->output[i];
2920 if (in->name == out->name && in->sid == out->sid)
3369 * We have to work out the thread ID for load and atomic
8284 tex.dst_sel_x = 7; /* mask out these components */
8863 /* have to work out the offset into the RAT immediate return buffer */
8918 /* have to work out the offset into the RAT immediate return buffer */
9247 /* have to work out the offset into the RAT immediate return buffer */
10594 /* XXX work out offset */
10908 /* note: no need to mask out the high bits */