nir: Rename nir_lower_cl_images_to_tex, replace 'cl' with 'readonly'

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10356>
This commit is contained in:
Jesse Natalie
2021-04-20 07:43:18 -07:00
committed by Marge Bot
parent 1c41f63e26
commit 29c9731400
6 changed files with 9 additions and 9 deletions

View File

@@ -133,7 +133,6 @@ files_libnir = files(
'nir_lower_bool_to_bitsize.c',
'nir_lower_bool_to_float.c',
'nir_lower_bool_to_int32.c',
'nir_lower_cl_images_to_tex.c',
'nir_lower_clamp_color_outputs.c',
'nir_lower_clip.c',
'nir_lower_clip_cull_distance_arrays.c',
@@ -182,6 +181,7 @@ files_libnir = files(
'nir_lower_point_size_mov.c',
'nir_lower_printf.c',
'nir_lower_regs_to_ssa.c',
'nir_lower_readonly_images_to_tex.c',
'nir_lower_returns.c',
'nir_lower_samplers.c',
'nir_lower_scratch.c',