mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
nir: Add a better comment for INTRINSIC_RANGE
This commit is contained in:
parent
add8c837b5
commit
b50f7f0011
1 changed files with 2 additions and 2 deletions
|
|
@ -986,8 +986,8 @@ typedef enum {
|
|||
NIR_INTRINSIC_UCP_ID = 4,
|
||||
|
||||
/**
|
||||
* The range of a load operation. This specifies the maximum amount of
|
||||
* data starting at the base offset (if any) that can be accessed.
|
||||
* The ammount of data, starting from BASE, that this instruction may
|
||||
* access. This is used to provide bounds if the offset is not constant.
|
||||
*/
|
||||
NIR_INTRINSIC_RANGE = 5,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue