mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 10:40:22 +01:00
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:
parent
9c66ae9b36
commit
2220044ca2
1 changed files with 0 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue