nir: Add a better comment for INTRINSIC_RANGE

This commit is contained in:
Jason Ekstrand 2016-03-25 10:12:52 -07:00
parent add8c837b5
commit b50f7f0011

View file

@ -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,