vk: Add missing DepthStallEnable to OQ pipe control

This commit is contained in:
Kristian Høgsberg Kristensen 2016-01-06 16:42:14 -08:00
parent 067dbd7a17
commit bbf3fc815b
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@ emit_ps_depth_count(struct anv_batch *batch,
anv_batch_emit(batch, GENX(PIPE_CONTROL),
.DestinationAddressType = DAT_PPGTT,
.PostSyncOperation = WritePSDepthCount,
.DepthStallEnable = true,
.Address = { bo, offset });
}