~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/freedreno/ir3/ir3_validate.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
         validate_reg_size(ctx, instr->dsts[0], instr->cat6.type);
342
342
         break;
343
343
      case OPC_STC:
 
344
      case OPC_STSC:
344
345
         validate_reg_size(ctx, instr->srcs[0], instr->cat6.type);
345
346
         validate_assert(ctx, !(instr->srcs[1]->flags & IR3_REG_HALF));
346
347
         break;