mesa/src/amd/vulkan/nir
Chia-I Wu 063e2e8ed8 radv: fix gl_SampleMaskIn for sample shading
When sample shading, we need

  gl_SampleMaskIn = SampleCoverage & (PsIterMask << gl_SampleID);

Add a new shader arg, ps_iter_mask, to pass PsIterMask to ps.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23265>
2023-05-30 16:35:31 +00:00
..
radv_nir.h radv: add support for smooth lines 2023-05-22 07:58:35 +00:00
radv_nir_apply_pipeline_layout.c aco,radv: Use unified atomics 2023-05-12 20:39:46 +00:00
radv_nir_export_multiview.c radv: Move radv_nir_export_multiview to new file. 2023-03-30 05:59:13 +00:00
radv_nir_lower_abi.c radv: lower nir_intrinsic_load_poly_line_smooth_enabled_amd 2023-05-22 07:58:35 +00:00
radv_nir_lower_fs_intrinsics.c radv: fix gl_SampleMaskIn for sample shading 2023-05-30 16:35:31 +00:00
radv_nir_lower_intrinsics_early.c radv: Move radv_nir_lower_intrinsics_early to new file. 2023-03-30 05:59:13 +00:00
radv_nir_lower_io.c radv: Move I/O lowering functions into a new file. 2023-03-30 05:59:13 +00:00
radv_nir_lower_poly_line_smooth.c radv: add support for smooth lines 2023-05-22 07:58:35 +00:00
radv_nir_lower_primitive_shading_rate.c
radv_nir_lower_ray_queries.c radv: Stop running constant folding during ray query lowering 2023-05-14 17:28:40 +00:00
radv_nir_lower_view_index.c radv: Move radv_nir_lower_view_index to new file. 2023-03-30 05:59:13 +00:00
radv_nir_lower_viewport_to_zero.c radv: Move radv_nir_lower_viewport_to_zero to new file. 2023-03-30 05:59:13 +00:00
radv_nir_lower_vs_inputs.c amd: fix typos 2023-04-13 23:08:22 +00:00