Lines Matching refs:noutput
845 i = ctx->shader->noutput++; in vs_add_primid_output()
923 i = ctx->shader->noutput + j; in tgsi_declaration()
970 ctx->shader->noutput += count; in tgsi_declaration()
2244 unsigned ocnt = gs_shader->noutput; in generate_gs_copy_shader()
2261 cshader->shader.noutput = ocnt; in generate_gs_copy_shader()
2577 for (i = 0; i < ctx->shader->noutput; i++) { in emit_gs_ring_writes()
2735 for (i = 0; i < ctx->shader->noutput; i++) { in emit_lds_vs_writes()
2941 for (j = 0; j < ctx->shader->noutput; j++) { in r600_emit_tess_factor()
3111 unsigned output_done, noutput; in r600_shader_from_tgsi() local
3591 noutput = shader->noutput; in r600_shader_from_tgsi()
3602 memset(&shader->output[noutput], 0, 2*sizeof(struct r600_shader_io)); in r600_shader_from_tgsi()
3603 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST; in r600_shader_from_tgsi()
3604 shader->output[noutput].gpr = clipdist_temp[0]; in r600_shader_from_tgsi()
3605 noutput++; in r600_shader_from_tgsi()
3606 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST; in r600_shader_from_tgsi()
3607 shader->output[noutput].gpr = clipdist_temp[1]; in r600_shader_from_tgsi()
3608 noutput++; in r600_shader_from_tgsi()
3661 if (ctx.shader->noutput) in r600_shader_from_tgsi()
3677 for (i = 0, j = 0; i < noutput; i++, j++) { in r600_shader_from_tgsi()
3897 noutput = j; in r600_shader_from_tgsi()
3900 for (k = noutput - 1, output_done = 0; k >= 0; k--) { in r600_shader_from_tgsi()
3907 for (i = 0; i < noutput; i++) { in r600_shader_from_tgsi()