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:
Erik Faye-Lund
2022-10-25 13:07:47 +02:00
committed by Marge Bot
parent 05a081f7ee
commit d2b3ebf0d8

View File

@@ -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
are as follows:
* Pixels (px)
* Samples (sa)
* Elements (el)
* Tiles (tl)
* Bytes (B)
* Rows of some other unit size (<unit>_rows)
* Pixels (*px*)
* Samples (*sa*)
* Elements (*el*)
* Tiles (*tl*)
* Bytes (*B*)
* Rows of some other unit size (*<unit>_rows*)
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.