mesa/src/compiler/spirv
Alyssa Rosenzweig 09d31922de nir: Drop "SSA" from NIR language
Everything is SSA now.

   sed -e 's/nir_ssa_def/nir_def/g' \
       -e 's/nir_ssa_undef/nir_undef/g' \
       -e 's/nir_ssa_scalar/nir_scalar/g' \
       -e 's/nir_src_rewrite_ssa/nir_src_rewrite/g' \
       -e 's/nir_gather_ssa_types/nir_gather_types/g' \
       -i $(git grep -l nir | grep -v relnotes)

   git mv src/compiler/nir/nir_gather_ssa_types.c \
          src/compiler/nir/nir_gather_types.c

   ninja -C build/ clang-format
   cd src/compiler/nir && find *.c *.h -type f -exec clang-format -i \{} \;

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Acked-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24585>
2023-08-12 16:44:41 -04:00
..
tests nir: Rename scoped_barrier -> barrier 2023-08-01 23:18:29 +00:00
gl_spirv.c mesa/spirv: Provide more specific error message for glSpecializeShader() 2023-05-22 15:26:40 +00:00
GLSL.ext.AMD.h
GLSL.std.450.h
meson.build compiler: Move spirv into a module of its own 2023-06-20 16:18:08 +00:00
nir_spirv.h compiler/clc: Move related NIR passes to the common mesa clc 2023-06-20 03:43:41 +00:00
OpenCL.std.h spirv: Update the OpenCL.std.h header 2019-06-04 12:12:51 -07:00
spir-v.xml spirv: Update headers and metadata to SPIR-V 1.6, revision 1 2021-12-17 16:37:14 -08:00
spirv.core.grammar.json spirv: update to latest headers 2023-05-04 11:25:41 +00:00
spirv.h spirv: update to latest headers 2023-05-04 11:25:41 +00:00
spirv2nir.c spirv: Use NIR_PASS for spirv2nir --optimize 2023-05-11 19:53:17 +00:00
spirv_info.h spirv: vtn_fail with a nice message on unsupported rounding modes 2020-09-25 01:43:28 +00:00
spirv_info_c.py spirv: vtn_fail with a nice message on unsupported rounding modes 2020-09-25 01:43:28 +00:00
spirv_to_nir.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_alu.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_amd.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_cfg.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_gather_types_c.py vulkan: Spec update to 1.3.216 2022-06-08 20:20:21 +00:00
vtn_generator_ids_h.py android: fix SPIR-V -> NIR build 2020-10-12 22:26:05 +00:00
vtn_glsl450.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_opencl.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_private.h nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_structured_cfg.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_subgroup.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
vtn_variables.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00