mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 22:40:34 +01:00
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:
parent
068891a383
commit
7b94ca287b
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue