asahi: remove dead declarations

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26614>
This commit is contained in:
Alyssa Rosenzweig 2023-11-18 12:17:09 -04:00
parent 9c66ae9b36
commit 2220044ca2

View file

@ -800,14 +800,6 @@ bool agx_nir_layout_uniforms(nir_shader *shader,
bool agx_nir_lower_bindings(nir_shader *shader, bool *uses_bindless_samplers);
void agx_nir_lower_gs(nir_shader *gs, nir_shader *input_shader,
const nir_shader *libagx, struct agx_ia_key *ia,
bool rasterizer_discard, nir_shader **gs_count,
nir_shader **gs_copy, nir_shader **pre_gs,
enum mesa_prim *out_mode, unsigned *out_count_words);
nir_shader *agx_nir_prefix_sum_gs(const nir_shader *libagx, unsigned words);
bool agx_batch_is_active(struct agx_batch *batch);
bool agx_batch_is_submitted(struct agx_batch *batch);