mesa/src/gallium/frontends/rusticl/rusticl_nir.h
Karol Herbst ea1250d0bf rusticl: add support for printf
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>
2022-09-12 05:58:12 +00:00

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);