agx: Rename agx_pack to agx_pack_binary

Conflicts with GenXML.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
This commit is contained in:
Alyssa Rosenzweig
2021-06-12 20:46:51 -04:00
committed by Marge Bot
parent bf8d1734fd
commit 32f4be5dd7
3 changed files with 3 additions and 3 deletions

View File

@@ -589,6 +589,6 @@ void agx_print_shader(agx_context *ctx, FILE *fp);
void agx_optimizer(agx_context *ctx);
void agx_dce(agx_context *ctx);
void agx_ra(agx_context *ctx);
void agx_pack(agx_context *ctx, struct util_dynarray *emission);
void agx_pack_binary(agx_context *ctx, struct util_dynarray *emission);
#endif