mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
Fix defects reported by Coverity Scan. Uninitialized scalar field (UNINIT_CTOR) uninit_member: Non-static class member alu_temp_gprs is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member max_fetch is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member has_trans is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member vtx_src_num is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member num_slots is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member uses_mova_gpr is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member r6xx_gpr_index_workaround is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member stack_workaround_8xx is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member stack_workaround_9xx is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member wavefront_size is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member stack_entry_size is not initialized in this constructor nor in any functions that it calls. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7413> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| broadcom | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| hgl | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| panfrost | ||
| util | ||
| virtio | ||
| vulkan | ||
| meson.build | ||
| SConscript | ||