mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 19:50:11 +01:00
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:
parent
0accbe03e8
commit
abd7ea2a88
1 changed files with 0 additions and 7 deletions
|
|
@ -39,13 +39,6 @@
|
||||||
|
|
||||||
#define MAX_DYNAMIC_STATES 72
|
#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
|
void
|
||||||
lvp_pipeline_destroy(struct lvp_device *device, struct lvp_pipeline *pipeline)
|
lvp_pipeline_destroy(struct lvp_device *device, struct lvp_pipeline *pipeline)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue