diff --git a/.pick_status.json b/.pick_status.json index da41e151e46..9bbdfa1d809 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1111,7 +1111,7 @@ "description": "aco: Initialize ds_state.front.writeMask.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "d488d0fd7baff77204dbd3fd0d625b5974728534" }, diff --git a/src/amd/compiler/tests/helpers.cpp b/src/amd/compiler/tests/helpers.cpp index 05395cdfa89..148ab1bb23c 100644 --- a/src/amd/compiler/tests/helpers.cpp +++ b/src/amd/compiler/tests/helpers.cpp @@ -647,6 +647,7 @@ void PipelineBuilder::create_graphics_pipeline() { ds_state.front.depthFailOp = VK_STENCIL_OP_REPLACE; ds_state.front.compareOp = VK_COMPARE_OP_ALWAYS; ds_state.front.compareMask = 0xffffffff, + ds_state.front.writeMask = 0; ds_state.front.reference = 0; ds_state.back = ds_state.front;