mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 12:08:24 +02:00
Signed-off-by: Karol Herbst <kherbst@redhat.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15439>
7 lines
215 B
C
7 lines
215 B
C
struct rusticl_lower_state {
|
|
nir_variable *base_global_invoc_id;
|
|
nir_variable *const_buf;
|
|
nir_variable *printf_buf;
|
|
};
|
|
|
|
bool rusticl_lower_intrinsics(nir_shader *nir, struct rusticl_lower_state *state);
|