diff --git a/src/intel/vulkan/genX_query.c b/src/intel/vulkan/genX_query.c index c65ce036197..ef1a7a424b7 100644 --- a/src/intel/vulkan/genX_query.c +++ b/src/intel/vulkan/genX_query.c @@ -1380,6 +1380,7 @@ void genX(CmdCopyQueryPoolResults)( */ if (cmd_buffer->state.pending_pipe_bits & ANV_PIPE_RENDER_TARGET_BUFFER_WRITES) { anv_add_pending_pipe_bits(cmd_buffer, + ANV_PIPE_TILE_CACHE_FLUSH_BIT | ANV_PIPE_RENDER_TARGET_CACHE_FLUSH_BIT, "CopyQueryPoolResults"); }