From c618e2a2d4f49a83bb35ac686b173c946da69ca6 Mon Sep 17 00:00:00 2001 From: Danylo Piliaiev Date: Tue, 7 Mar 2023 16:22:22 +0100 Subject: [PATCH] tu: C++-proofing: Initialize tu_reg_value in-order by pack funcs Signed-off-by: Danylo Piliaiev Part-of: --- src/freedreno/vulkan/tu_cs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/vulkan/tu_cs.h b/src/freedreno/vulkan/tu_cs.h index b921e20..3b90c9b 100644 --- a/src/freedreno/vulkan/tu_cs.h +++ b/src/freedreno/vulkan/tu_cs.h @@ -455,8 +455,8 @@ tu_cond_exec_end(struct tu_cs *cs) struct tu_reg_value { uint32_t reg; uint64_t value; - bool is_address; struct tu_bo *bo; + bool is_address; bool bo_write; uint32_t bo_offset; uint32_t bo_shift; -- 2.7.4