Searched refs:patch_output_range (Results 1 – 1 of 1) sorted by relevance
147 struct vrend_io_range patch_output_range; member1117 …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()[all …]