lavapipe: drop unused macro
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20630>
This commit is contained in:
@@ -39,13 +39,6 @@
|
||||
|
||||
#define MAX_DYNAMIC_STATES 72
|
||||
|
||||
#define LVP_PIPELINE_DUP(dst, src, type, count) do { \
|
||||
type *temp = ralloc_array(mem_ctx, type, count); \
|
||||
if (!temp) return VK_ERROR_OUT_OF_HOST_MEMORY; \
|
||||
memcpy(temp, (src), sizeof(type) * count); \
|
||||
dst = temp; \
|
||||
} while(0)
|
||||
|
||||
void
|
||||
lvp_pipeline_destroy(struct lvp_device *device, struct lvp_pipeline *pipeline)
|
||||
{
|
||||
|
Reference in New Issue
Block a user