mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
nir: Improve comments for a couple poly intrinsics
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Reviewed-by: Mary Guillemard <mary@mary.zone> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38404>
This commit is contained in:
parent
735b4ec9c7
commit
05aaa7df65
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue