mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 09:31:03 +00:00
fa717a202c
Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11775>
15 lines
442 B
ReStructuredText
15 lines
442 B
ReStructuredText
NIR Intermediate Representation (NIR)
|
|
=====================================
|
|
|
|
The NIR Intermediate Representation (NIR) is the optimizing compiler stack that
|
|
sits at the core of most Mesa drivers' shader compilers. It consists of a set
|
|
of enums and data structures that make up the IR as well as a suite of helper
|
|
functions, optimization passes, and lowering passes for building a compiler
|
|
stack.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
alu
|
|
tex
|