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