xref: /aosp_15_r20/external/mesa3d/docs/nir/index.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1NIR Intermediate Representation (NIR)
2=====================================
3
4The NIR Intermediate Representation (NIR) is the optimizing compiler stack that
5sits at the core of most Mesa drivers' shader compilers.  It consists of a set
6of enums and data structures that make up the IR as well as a suite of helper
7functions, optimization passes, and lowering passes for building a compiler
8stack.
9
10.. toctree::
11   :maxdepth: 2
12
13   alu
14   tex
15