crocus: add a __gen_get_batch_address declaration

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25011>
This commit is contained in:
Rohan Garg
2023-09-01 13:29:53 +02:00
committed by Marge Bot
parent 86e8ba4d32
commit 802043018e
@@ -72,6 +72,12 @@ __gen_combine_address(struct crocus_batch *batch, void *location,
}
}
static inline struct crocus_address
__gen_get_batch_address(struct crocus_batch *batch, void *location)
{
unreachable("Not supported by crocus");
}
#define __gen_address_type struct crocus_address
#define __gen_user_data struct crocus_batch