mesa/src/amd/vulkan/nir
Samuel Pitoiset 66eaca3a0a radv: introduce radv_shader_layout for per-stage descriptor layout
With pipelines, the shader layout is inherited from the pipeline layout
but with shader objects, the layout is passed through
VkCreateShaderInfoEXT.

This basically replaces uses of radv_pipeline_layout by
radv_shader_layout during shaders compilation. This will avoid
creating a pipeline layout with ESO.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24562>
2023-08-10 08:51:05 +00:00
..
radv_nir.h radv: introduce radv_shader_layout for per-stage descriptor layout 2023-08-10 08:51:05 +00:00
radv_nir_apply_pipeline_layout.c radv: introduce radv_shader_layout for per-stage descriptor layout 2023-08-10 08:51:05 +00:00
radv_nir_export_multiview.c nir: Use nir_builder_create 2023-06-27 18:13:02 +00:00
radv_nir_lower_abi.c radv: add support for dynamic TCS vertices out for TES 2023-07-28 08:21:40 +00:00
radv_nir_lower_fs_barycentric.c amd: use imm-helpers 2023-06-29 07:08:19 +00:00
radv_nir_lower_fs_intrinsics.c radv: rename radv_pipeline_stage to radv_shader_stage 2023-07-26 07:44:49 +00:00
radv_nir_lower_intrinsics_early.c nir: Use nir_builder_create 2023-06-27 18:13:02 +00:00
radv_nir_lower_io.c radv: do not write tess factors in main TCS when it has an epilog 2023-08-02 16:59:18 +00:00
radv_nir_lower_poly_line_smooth.c treewide: Remove unused builders 2023-06-27 18:13:02 +00:00
radv_nir_lower_primitive_shading_rate.c nir: Use nir_builder_create 2023-06-27 18:13:02 +00:00
radv_nir_lower_ray_queries.c nir: Use nir_builder_create 2023-06-27 18:13:02 +00:00
radv_nir_lower_view_index.c nir: Use nir_builder_create 2023-06-27 18:13:02 +00:00
radv_nir_lower_viewport_to_zero.c nir: Use nir_builder_create 2023-06-27 18:13:02 +00:00
radv_nir_lower_vs_inputs.c radv: rename radv_pipeline_stage to radv_shader_stage 2023-07-26 07:44:49 +00:00