nir: Introduce new intrinsics for AMD specific mesh shader task ring.
authorTimur Kristóf <timur.kristof@gmail.com>
Wed, 1 Jun 2022 12:32:39 +0000 (14:32 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Jun 2022 08:43:51 +0000 (08:43 +0000)
commit02c87e66e9d359c91a51d1b263073ee555627a93
treef283a1baa6d196df480ec1667a22733738638779
parentb730f91247844515aea0b7079738c690c4d0ca93
nir: Introduce new intrinsics for AMD specific mesh shader task ring.

The mesh shader task ring is a buffer in VRAM which we will use to
store some mesh shader outputs that don't fit into LDS.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16737>
src/compiler/nir/nir_divergence_analysis.c
src/compiler/nir/nir_intrinsics.py