From d2b3ebf0d8ed6da0b4e3a7956e00eaa5e50dbf43 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Oct 2022 13:07:47 +0200 Subject: [PATCH] docs/isl: put emphasis on unit names This convinces the spell-checker that this is something meaniningful, it seems... Reviewed-by: Eric Engestrom Reviewed-by: Jason Ekstrand Part-of: --- docs/isl/units.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/isl/units.rst b/docs/isl/units.rst index 190f70303cf..4ec3045dcb1 100644 --- a/docs/isl/units.rst +++ b/docs/isl/units.rst @@ -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 (_rows) + * Pixels (*px*) + * Samples (*sa*) + * Elements (*el*) + * Tiles (*tl*) + * Bytes (*B*) + * Rows of some other unit size (*_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.