pan/mdg: Implement texture gathers
[mesa.git] / src / panfrost / bifrost / bifrost_nir.h
1 #include <stdbool.h>
2 #include "nir.h"
3
4 bool bifrost_nir_lower_algebraic_late(nir_shader *shader);