broadcom/compiler: rename v3d_nir_lower_robust_buffer_access.c

We are going to add code to handle image robustness shortly, so
better rename this to v3d_nir_lower_robust_access.c

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18820>
This commit is contained in:
Iago Toral Quiroga 2022-09-23 11:01:45 +02:00 committed by Marge Bot
parent c816081eea
commit 5e5eaa3f1a
2 changed files with 1 additions and 1 deletions

View file

@ -41,7 +41,7 @@ libbroadcom_compiler_files = files(
'v3d_nir_lower_line_smooth.c',
'v3d_nir_lower_load_store_bitsize.c',
'v3d_nir_lower_logic_ops.c',
'v3d_nir_lower_robust_buffer_access.c',
'v3d_nir_lower_robust_access.c',
'v3d_nir_lower_scratch.c',
'v3d_nir_lower_txf_ms.c',
)