spirv/nir: parse function control and store in nir.
authorDave Airlie <airlied@redhat.com>
Mon, 26 Oct 2020 04:35:55 +0000 (14:35 +1000)
committerMarge Bot <emma+marge@anholt.net>
Tue, 12 Sep 2023 01:57:50 +0000 (01:57 +0000)
commit8a95b438806b8f1521de6934287da667c47aa695
tree7e5306102fd217d6e8f9f263a52b5fbffb6b94a4
parentb8e93abd113941debba723b1b1284c581505e6f1
spirv/nir: parse function control and store in nir.

This just lets the nir access the inline/dont inline attributes

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24687>
src/compiler/nir/nir.c
src/compiler/nir/nir.h
src/compiler/nir/nir_clone.c
src/compiler/nir/nir_print.c
src/compiler/nir/nir_serialize.c
src/compiler/spirv/vtn_cfg.c