• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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