diff --git a/.pick_status.json b/.pick_status.json index ec0c1f5213e..286b66b0e10 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2893,7 +2893,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 c7df8f2e9fc..dca449c958a 100644 --- a/src/amd/compiler/tests/helpers.cpp +++ b/src/amd/compiler/tests/helpers.cpp @@ -667,6 +667,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;