Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c144 simple_mtx_lock(&ctx->batch_mtx); in zink_batch_reset_all()
152 simple_mtx_unlock(&ctx->batch_mtx); in zink_batch_reset_all()
268 simple_mtx_lock(&ctx->batch_mtx); in get_batch_state()
279 simple_mtx_unlock(&ctx->batch_mtx); in get_batch_state()
585 simple_mtx_lock(&ctx->batch_mtx); in zink_end_batch()
615 simple_mtx_unlock(&ctx->batch_mtx); in zink_end_batch()
Dzink_context.h198 simple_mtx_t batch_mtx; member
Dzink_context.c106 simple_mtx_destroy(&ctx->batch_mtx); in zink_context_destroy()
3138 simple_mtx_lock(&ctx->batch_mtx); in zink_wait_on_batch()
3152 simple_mtx_unlock(&ctx->batch_mtx); in zink_wait_on_batch()
3163 simple_mtx_unlock(&ctx->batch_mtx); in zink_wait_on_batch()
3189 simple_mtx_lock(&ctx->batch_mtx); in zink_check_batch_completion()
3203 simple_mtx_unlock(&ctx->batch_mtx); in zink_check_batch_completion()
3210 simple_mtx_unlock(&ctx->batch_mtx); in zink_check_batch_completion()
4219 simple_mtx_init(&ctx->batch_mtx, mtx_plain); in zink_context_create()