Lines Matching refs:patch_output_range
147 struct vrend_io_range patch_output_range; member
1117 …if (ctx->outputs[i].sid < ctx->patch_output_range.first || ctx->patch_output_range.used == false) { in iter_declaration()
1118 ctx->patch_output_range.array_id = i; in iter_declaration()
1119 ctx->patch_output_range.first = ctx->outputs[i].sid; in iter_declaration()
1120 ctx->patch_output_range.used = true; in iter_declaration()
1122 if (ctx->outputs[i].sid > ctx->patch_output_range.last) in iter_declaration()
1123 ctx->patch_output_range.last = ctx->outputs[i].sid; in iter_declaration()
2786 …fix(ctx->prog_type), ctx->patch_output_range.first, dst_reg->Indirect.Index, dst_reg->Register.Ind… in get_destination_info()
2788 …tput_name_prefix(ctx->prog_type), ctx->patch_output_range.first, dst_reg->Register.Index - ctx->pa… in get_destination_info()
3026 …_prefix(ctx->prog_type), ctx->patch_output_range.first, src->Indirect.Index, src->Register.Index -… in get_source_info()
3028 …output_name_prefix(ctx->prog_type), ctx->patch_output_range.first, src->Register.Index - ctx->patc… in get_source_info()
4491 if (ctx->patch_output_range.used) { in emit_ios()
4492 …c4 %sp%d[%d];\n", name_prefix, ctx->patch_output_range.first, ctx->patch_output_range.last - ctx->… in emit_ios()
5023 if (ctx.patch_output_range.used) in vrend_convert_shader()
5024 …sinfo->num_indirect_patch_outputs = ctx.patch_output_range.last - ctx.patch_output_range.first + 1; in vrend_convert_shader()