mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
nir: update docs for nir_get_io_arrayed_index_src
Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31704>
This commit is contained in:
parent
76b28c19fa
commit
b01afd06cd
1 changed files with 2 additions and 2 deletions
|
|
@ -2887,7 +2887,7 @@ nir_get_io_offset_src(nir_intrinsic_instr *instr)
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the vertex index source number for a load/store per_vertex intrinsic or -1 if there's no offset.
|
||||
* Return the array index source number for an arrayed load/store intrinsic or -1 if there's no offset.
|
||||
*/
|
||||
int
|
||||
nir_get_io_arrayed_index_src_number(const nir_intrinsic_instr *instr)
|
||||
|
|
@ -2908,7 +2908,7 @@ nir_get_io_arrayed_index_src_number(const nir_intrinsic_instr *instr)
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the vertex index source for a load/store per_vertex intrinsic.
|
||||
* Return the array index source for an arrayed load/store intrinsic.
|
||||
*/
|
||||
nir_src *
|
||||
nir_get_io_arrayed_index_src(nir_intrinsic_instr *instr)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue