Home
last modified time | relevance | path

Searched refs:flush_queue (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c300 if (!util_queue_is_initialized(&batch->ctx->flush_queue)) in batch_flush()
301 util_queue_init(&batch->ctx->flush_queue, "flush_queue", 16, 1, 0); in batch_flush()
303 util_queue_add_job(&batch->ctx->flush_queue, in batch_flush()
Dfreedreno_context.c126 if (ctx->screen->reorder && util_queue_is_initialized(&ctx->flush_queue)) in fd_context_destroy()
127 util_queue_destroy(&ctx->flush_queue); in fd_context_destroy()
Dfreedreno_context.h168 struct util_queue flush_queue; member