From 05aaa7df65bff8da8176556549c9e27d0fa49d80 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Thu, 13 Nov 2025 16:38:23 -0500 Subject: [PATCH] nir: Improve comments for a couple poly intrinsics Acked-by: Alyssa Rosenzweig Reviewed-by: Mary Guillemard Part-of: --- src/compiler/nir/nir_intrinsics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_intrinsics.py b/src/compiler/nir/nir_intrinsics.py index 94f43af3b94..7b48caf50fd 100644 --- a/src/compiler/nir/nir_intrinsics.py +++ b/src/compiler/nir/nir_intrinsics.py @@ -1442,10 +1442,10 @@ system_value("vs_outputs_poly", 1, bit_sizes=[64]) # geometry shader. system_value("vertex_param_buffer_poly", 1, bit_sizes=[64]) -# Address of the parameter buffer for poly geometry shaders +# Address of poly_geometry_param for geometry shaders system_value("geometry_param_buffer_poly", 1, bit_sizes=[64]) -# Address of the parameter buffer for poly tessellation shaders +# Address of poly_tess_param for tessellation shaders system_value("tess_param_buffer_poly", 1, bit_sizes=[64]) # Address of the pipeline statistic query result indexed by BASE