~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/amd/vulkan/radv_nir_lower_ycbcr_textures.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:
130
130
               nir_src_for_ssa(implicit_downsampled_coords(state, old_tex->src[i].src.ssa));
131
131
            break;
132
132
         }
133
 
      /* fall through */
 
133
      FALLTHROUGH;
134
134
      default:
135
135
         nir_src_copy(&tex->src[i].src, &old_tex->src[i].src, tex);
136
136
         break;