Lines Matching refs:noutput
952 i = ctx->shader->noutput++;
1130 i = ctx->shader->noutput + j;
1171 ctx->shader->noutput += count;
2578 unsigned ocnt = gs_shader->noutput;
2595 cshader->shader.noutput = ocnt;
2911 for (i = 0; i < ctx->shader->noutput; i++) {
3069 for (i = 0; i < ctx->shader->noutput; i++) {
3276 for (j = 0; j < ctx->shader->noutput; j++) {
3442 unsigned output_done, noutput;
4004 noutput = shader->noutput;
4015 memset(&shader->output[noutput], 0, 2*sizeof(struct r600_shader_io));
4016 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
4017 shader->output[noutput].gpr = clipdist_temp[0];
4018 noutput++;
4019 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
4020 shader->output[noutput].gpr = clipdist_temp[1];
4021 noutput++;
4074 if (ctx.shader->noutput)
4090 for (i = 0, j = 0; i < noutput; i++, j++) {
4325 noutput = j;
4328 for (k = noutput - 1, output_done = 0; k >= 0; k--) {
4335 for (i = 0; i < noutput; i++) {