summaryrefslogtreecommitdiff
path: root/docs/nir
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2021-06-18 08:17:14 -0500
committerMarge Bot <eric+marge@anholt.net>2021-06-21 16:47:00 +0000
commit1a14d98fa247ef33c0787b07ff8d5f663cdc4408 (patch)
tree63800771ca93fc061f17c612f3e74cc351c51a55 /docs/nir
parent73188c6954299d57c5b3eb30c514977895283b66 (diff)
nir: Document all the ALU opcodes
Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11438>
Diffstat (limited to 'docs/nir')
-rw-r--r--docs/nir/alu.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/nir/alu.rst b/docs/nir/alu.rst
index 315b99cf29e..d926f1b6b02 100644
--- a/docs/nir/alu.rst
+++ b/docs/nir/alu.rst
@@ -67,3 +67,8 @@ use in other instruction types like intrinsics or texture ops.
.. doxygenstruct:: nir_alu_dest
:members:
+
+NIR ALU Opcode Reference:
+-------------------------
+
+.. nir:alu-opcodes::