Skip to content

aco: Initialize ds_state.front.writeMask.

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

Fix defect reported by Coverity Scan.

Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value ds_state.front. Field ds_state.front.writeMask is uninitialized.

Fixes: d488d0fd ("aco: add framework for testing isel and integration tests") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports