mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 10:10:09 +01:00
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:
parent
05a081f7ee
commit
d2b3ebf0d8
1 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue