mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 12:48:13 +02:00
More efficient than the 32-bit version in NIR. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5265>
7 lines
257 B
C
7 lines
257 B
C
#include <stdbool.h>
|
|
#include "nir.h"
|
|
|
|
bool midgard_nir_lower_algebraic_early(nir_shader *shader);
|
|
bool midgard_nir_lower_algebraic_late(nir_shader *shader);
|
|
bool midgard_nir_scale_trig(nir_shader *shader);
|
|
bool midgard_nir_cancel_inot(nir_shader *shader);
|