Home | History | Annotate | Download | only in r600

Lines Matching defs:out

20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
118 fprintf(stderr, " %i: MEM_STREAM%d_BUF%i[%i..%i] <- OUT[%i].%s%s%s%s%s\n",
486 /* work out gpr and base_chan from index */
2192 struct r600_shader_io *out = &ctx.shader->output[i];
2194 out->gpr = i + 1;
2195 out->ring_offset = i * 16;
2202 vtx.offset = out->ring_offset;
2203 vtx.dst_gpr = out->gpr;
2274 /* XXX factor out common code with r600_shader_from_tgsi ? */
2276 struct r600_shader_io *out = &ctx.shader->output[i];
2278 if (out->name == TGSI_SEMANTIC_CLIPVERTEX)
2292 output.gpr = out->gpr;
2301 switch (out->name) {
2319 if (out->spi_sid) {
2337 if (out->spi_sid) {
2358 if (out->spi_sid) {
2479 struct r600_shader_io *out = &ctx->shader->output[i];
2480 if (in->name == out->name && in->sid == out->sid)
7308 tex.dst_sel_x = 7; /* mask out these components */
8663 /* XXX work out offset */
9012 /* note: no need to mask out the high bits */