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.c274 if (!util_queue_is_initialized(&batch->ctx->flush_queue)) in batch_flush()
275 util_queue_init(&batch->ctx->flush_queue, "flush_queue", 16, 1); in batch_flush()
277 util_queue_add_job(&batch->ctx->flush_queue, in batch_flush()
Dfreedreno_context.h117 struct util_queue flush_queue; member
Dfreedreno_context.c115 util_queue_destroy(&ctx->flush_queue); in fd_context_destroy()