Home | History | Annotate | Download | only in r600

Lines Matching defs:noutput

822 		i = ctx->shader->noutput++;
1172 unsigned output_done, noutput;
1420 noutput = shader->noutput;
1426 memset(&shader->output[noutput], 0, 2*sizeof(struct r600_shader_io));
1427 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
1428 shader->output[noutput].gpr = ctx.temp_reg;
1429 noutput++;
1430 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
1431 shader->output[noutput].gpr = ctx.temp_reg+1;
1432 noutput++;
1532 for (i = 0, j = 0; i < noutput; i++, j++) {
1673 noutput = j;
1676 for (i = noutput - 1, output_done = 0; i >= 0; i--) {
1678 if (i == (noutput - 1)) {
1688 for (i = 0; i < noutput; i++) {