radv: Move radv_nir_lower_fs_intrinsics to new file.
Also ran clang-format on the affected code. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21971>
This commit is contained in:
@@ -3013,7 +3013,7 @@ radv_postprocess_nir(struct radv_device *device, const struct radv_pipeline_layo
|
||||
if (!pipeline_key->optimisations_disabled) {
|
||||
NIR_PASS(_, stage->nir, nir_opt_cse);
|
||||
}
|
||||
NIR_PASS(_, stage->nir, radv_lower_fs_intrinsics, stage, pipeline_key);
|
||||
NIR_PASS(_, stage->nir, radv_nir_lower_fs_intrinsics, stage, pipeline_key);
|
||||
}
|
||||
|
||||
enum nir_lower_non_uniform_access_type lower_non_uniform_access_types =
|
||||
|
Reference in New Issue
Block a user