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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user