summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-02-21 14:15:36 +0000
committerEric Engestrom <eric@engestrom.ch>2017-02-22 00:00:51 +0000
commit3ae77c912e7999fd05d12f929aed2791fe632adc (patch)
tree86ac6bcae2c6044368199ccc762f799e7a11f557
parent3a0d2c54cff5fa1ef1bff1960e6e5ce7c012ae88 (diff)
gallium/docs: add missing math formatting
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
-rw-r--r--src/gallium/docs/source/tgsi.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index c296447b5c5..b9b9d6ca341 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -1803,6 +1803,8 @@ two-component vectors with doubled precision in each component.
.. opcode:: DABS - Absolute
+.. math::
+
dst.xy = |src0.xy|
dst.zw = |src0.zw|
@@ -2055,6 +2057,8 @@ two-component vectors with 64-bits in each component.
.. opcode:: I64ABS - 64-bit Integer Absolute Value
+.. math::
+
dst.xy = |src0.xy|
dst.zw = |src0.zw|