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