mesa/src/amd/vulkan
Timur Kristóf dbfb96f08f radv: Remove I/O variables after nir_lower_io.
They are not needed anymore.

Both NIR and RADV shader info can be fully deduced from I/O
intrinsics, so there is no need to keep the variables.

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/28506>
2024-04-04 15:43:56 +00:00
..
bvh radv/rt: Optimize update shader VGPR usage 2024-02-05 21:14:45 +01:00
layers radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
meta radv: add radv_pipeline_graphics.h 2024-04-03 13:32:54 +00:00
nir radv: Remove I/O variables after nir_lower_io. 2024-04-04 15:43:56 +00:00
radix_sort radv: remove radv_cmd_buffer::device 2024-04-01 16:35:09 +00:00
tests radv: Add radv_nir_lower_hit_attrib_derefs_tests 2023-11-02 15:48:36 +00:00
winsys radv: rename radeon_info variables to gpu_info everywhere 2024-04-01 16:35:09 +00:00
.clang-format radv/clang-format: Do not indent C++ modifiers 2023-11-02 15:48:36 +00:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
meson.build radv: add radv_wsi.h 2024-04-03 13:32:54 +00:00
radv_acceleration_structure.c radv: remove radv_cmd_buffer::device 2024-04-01 16:35:09 +00:00
radv_aco_shader_info.h radv: implement alpha-to-one 2024-04-01 10:50:51 +00:00
radv_android.c radv: add radv_device.h 2024-04-03 13:32:54 +00:00
radv_buffer.c radv: add radv_device_memory.h 2024-04-03 13:32:53 +00:00
radv_buffer.h radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_buffer_view.c radv: add radv_image.h 2024-04-02 21:04:53 +00:00
radv_buffer_view.h radv: add radv_buffer_view.h 2024-04-02 21:04:53 +00:00
radv_check_va.py
radv_cmd_buffer.c radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_constants.h radv: move SI_GS_PER_ES to radv_constants.h 2023-12-19 09:48:35 +00:00
radv_cp_reg_shadowing.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_cs.h radv: rename radv_physical_device::rad_info to info 2024-04-01 16:35:09 +00:00
radv_debug.c radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_debug.h radv: remove radv_physical_device::instance 2024-04-01 16:35:09 +00:00
radv_descriptor_set.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_descriptor_set.h radv: move some VK_DEFINE_NONDISP_HANDLE_CASTS to radv_descriptor_set.h 2024-04-02 13:55:52 +00:00
radv_device.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_device.h radv: add radv_device.h 2024-04-03 13:32:54 +00:00
radv_device_generated_commands.c radv: add radv_device_generated_commands.h 2024-04-02 21:04:53 +00:00
radv_device_generated_commands.h radv: add radv_device_generated_commands.h 2024-04-02 21:04:53 +00:00
radv_device_memory.c radv: add radv_device_memory.h 2024-04-03 13:32:53 +00:00
radv_device_memory.h radv: add radv_device_memory.h 2024-04-03 13:32:53 +00:00
radv_event.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_event.h radv: add radv_event.h 2024-04-02 21:04:53 +00:00
radv_formats.c radv: add radv_image.h 2024-04-02 21:04:53 +00:00
radv_formats.h radv: declare format related functions in radv_formats.h 2024-04-02 13:55:52 +00:00
radv_image.c radv: add radv_device_memory.h 2024-04-03 13:32:53 +00:00
radv_image.h radv: add radv_device.h 2024-04-03 13:32:54 +00:00
radv_image_view.c radv: add radv_image_view.h 2024-04-02 21:04:53 +00:00
radv_image_view.h radv: add radv_image_view.h 2024-04-02 21:04:53 +00:00
radv_instance.c radv: add radv_instance.h 2024-04-03 13:32:54 +00:00
radv_instance.h radv: add radv_instance.h 2024-04-03 13:32:54 +00:00
radv_llvm_helper.cpp radv/clang-format: Do not indent C++ modifiers 2023-11-02 15:48:36 +00:00
radv_llvm_helper.h radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_nir_to_llvm.c radv/llvm: Remove dead code. 2024-03-27 23:02:26 +00:00
radv_perfcounter.c radv: add radv_perfcounter.h 2024-04-02 21:04:53 +00:00
radv_perfcounter.h radv: add radv_perfcounter.h 2024-04-02 21:04:53 +00:00
radv_physical_device.c radv: add radv_wsi.h 2024-04-03 13:32:54 +00:00
radv_physical_device.h radv: add radv_physical_device.h 2024-04-03 13:32:54 +00:00
radv_pipeline.c radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_pipeline.h radv: add radv_pipeline.h 2024-04-03 13:32:54 +00:00
radv_pipeline_cache.c radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_pipeline_cache.h radv: add radv_pipeline_cache.h 2024-04-03 13:32:54 +00:00
radv_pipeline_compute.c radv: add radv_pipeline_cache.h 2024-04-03 13:32:54 +00:00
radv_pipeline_compute.h radv: add radv_pipeline_compute.h 2024-04-03 13:32:54 +00:00
radv_pipeline_graphics.c radv: Use NIR IO semantics to determine FS input info. 2024-04-04 15:43:56 +00:00
radv_pipeline_graphics.h radv: add radv_pipeline_graphics.h 2024-04-03 13:32:54 +00:00
radv_pipeline_rt.c radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_pipeline_rt.h radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_printf.c radv: remove radv_device::physical_device 2024-04-01 16:35:09 +00:00
radv_private.h radv: add radv_wsi.h 2024-04-03 13:32:54 +00:00
radv_query.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_query.h radv: add radv_query.h 2024-04-02 21:04:53 +00:00
radv_queue.c radv: add radv_queue.h 2024-04-03 13:32:54 +00:00
radv_queue.h radv: add radv_queue.h 2024-04-03 13:32:54 +00:00
radv_radeon_winsys.h radv: rename radeon_info variables to gpu_info everywhere 2024-04-01 16:35:09 +00:00
radv_rmv.c radv: add radv_pipeline_rt.h 2024-04-03 13:32:54 +00:00
radv_rra.c radv: add radv_rra.h 2024-04-03 13:32:54 +00:00
radv_rra.h radv: add radv_rra.h 2024-04-03 13:32:54 +00:00
radv_sampler.c radv: add radv_sampler.h 2024-04-02 21:04:53 +00:00
radv_sampler.h radv: add radv_sampler.h 2024-04-02 21:04:53 +00:00
radv_sdma.c radv: add radv_buffer.h 2024-04-02 21:04:53 +00:00
radv_sdma.h radv: add radv_image.h 2024-04-02 21:04:53 +00:00
radv_shader.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_shader.h radv: Remove unused VS input usage mask. 2024-04-03 23:40:33 +00:00
radv_shader_args.c radv: Reuse TCS offchip layout between TCS and TES. 2024-04-02 16:54:09 +00:00
radv_shader_args.h radv: move radv_userdata_locations to radv_shader_args.h 2024-04-03 13:32:53 +00:00
radv_shader_info.c radv: Use NIR IO semantics to determine FS input info. 2024-04-04 15:43:56 +00:00
radv_shader_object.c radv: add radv_pipeline_cache.h 2024-04-03 13:32:54 +00:00
radv_spm.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_sqtt.c radv: implement VK_EXT_device_address_binding_report 2024-04-03 08:48:36 +00:00
radv_video.c radv: add radv_device_memory.h 2024-04-03 13:32:53 +00:00
radv_video.h radv: add radv_video.h 2024-04-02 21:04:53 +00:00
radv_wsi.c radv: add radv_wsi.h 2024-04-03 13:32:54 +00:00
radv_wsi.h radv: add radv_wsi.h 2024-04-03 13:32:54 +00:00
si_cmd_buffer.c radv: move radv_prim_vertex_count to si_cmd_buffer.c 2024-04-03 13:32:53 +00:00