radv: remove unused num_tess_patches assignment for VS

This is never used.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18184>
This commit is contained in:
Samuel Pitoiset 2022-08-22 15:22:30 +02:00 committed by Marge Bot
parent 068891a383
commit 7b94ca287b

View file

@ -3613,7 +3613,6 @@ gather_tess_info(struct radv_device *device, struct radv_pipeline_stage *stages,
stages[MESA_SHADER_TESS_EVAL].info.num_tess_patches = num_patches;
stages[MESA_SHADER_GEOMETRY].info.num_tess_patches = num_patches;
stages[MESA_SHADER_VERTEX].info.num_tess_patches = num_patches;
if (!radv_use_llvm_for_stage(device, MESA_SHADER_VERTEX)) {
/* When the number of TCS input and output vertices are the same (typically 3):