Skip to content

nir: Initialize evaluate_cube_face_index_amd dst.x.

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

Fix defect reported by Coverity Scan.

Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value dst.x.

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

Merge request reports