lavapipe: Fix struct initialization
What does this MR do and why?
lavapipe: Fix struct initialization
Fix defect reported by Coverity Scan.
Evaluation order violation (EVALUATION_ORDER) write_write_typo: In box.x = box.x = copy->imageOffset.x, box.x is written twice with the same value.
Fixes: 9e9d90c6 ("lavapipe: VK_EXT_host_image_copy") Signed-off-by: Vinson Lee vlee@freedesktop.org