~mmach/netext73/mesa_2004

« back to all changes in this revision

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

  • Committer: mmach
  • Date: 2021-07-26 20:24:44 UTC
  • Revision ID: netbit73@gmail.com-20210726202444-rxfuyveg93z05elx
2021-07-26 20:34:25

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
                                return false;
138
138
                }
139
139
        }
140
 
        /* fallthrough */
 
140
        FALLTHROUGH;
141
141
        case MESA_SHADER_FRAGMENT: {
142
142
                /* Check that doubling the threadsize wouldn't exceed the regfile size */
143
143
                return regs_count * 2 <= compiler->reg_size_vec4;