Skip to content

r600/sfn: Initialize ShaderInputVarying members in constructors.

Vinson Lee requested to merge vlee/mesa:fix-cid-1470344 into master

Fix defects reported by Coverity Scan.

uninit_member: Non-static class member m_interpolate is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member m_lds_pos is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member m_mask is not initialized in this constructor nor in any functions that it calls.

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

cc: @gerddie

Merge request reports