Skip to content

nv50/ir: Initialize GCRA::RIG_Node members.

Vinson Lee requested to merge vlee/mesa:fix-cid-742271 into main

Fix defects reported by Coverity Scan.

uninit_member: Non-static class member degree is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member degreeLimit is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member maxReg is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member f is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member reg is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member weight is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports