docs/isl: put emphasis on unit names
This convinces the spell-checker that this is something meaniningful, it seems... Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19461>
This commit is contained in:

committed by
Marge Bot

parent
05a081f7ee
commit
d2b3ebf0d8
@@ -5,12 +5,12 @@ Almost every variable, function parameter, or struct field in ISL that carries
|
|||||||
a numeric value has explicit units associated with it. The units used in ISL
|
a numeric value has explicit units associated with it. The units used in ISL
|
||||||
are as follows:
|
are as follows:
|
||||||
|
|
||||||
* Pixels (px)
|
* Pixels (*px*)
|
||||||
* Samples (sa)
|
* Samples (*sa*)
|
||||||
* Elements (el)
|
* Elements (*el*)
|
||||||
* Tiles (tl)
|
* Tiles (*tl*)
|
||||||
* Bytes (B)
|
* Bytes (*B*)
|
||||||
* Rows of some other unit size (<unit>_rows)
|
* Rows of some other unit size (*<unit>_rows*)
|
||||||
|
|
||||||
These units are fundamental to ISL because they allow us to specify information
|
These units are fundamental to ISL because they allow us to specify information
|
||||||
about a surface in a canonical way that isn't dependent on hardware generation.
|
about a surface in a canonical way that isn't dependent on hardware generation.
|
||||||
|
Reference in New Issue
Block a user