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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_batch.c144 simple_mtx_lock(&ctx->batch_mtx);
152 simple_mtx_unlock(&ctx->batch_mtx);
268 simple_mtx_lock(&ctx->batch_mtx);
279 simple_mtx_unlock(&ctx->batch_mtx);
585 simple_mtx_lock(&ctx->batch_mtx);
615 simple_mtx_unlock(&ctx->batch_mtx);
H A Dzink_context.h198 simple_mtx_t batch_mtx; member in struct:zink_context
H A Dzink_context.c106 simple_mtx_destroy(&ctx->batch_mtx);
3111 simple_mtx_lock(&ctx->batch_mtx);
3125 simple_mtx_unlock(&ctx->batch_mtx);
3136 simple_mtx_unlock(&ctx->batch_mtx);
3162 simple_mtx_lock(&ctx->batch_mtx);
3176 simple_mtx_unlock(&ctx->batch_mtx);
3183 simple_mtx_unlock(&ctx->batch_mtx);
4197 simple_mtx_init(&ctx->batch_mtx, mtx_plain);

Completed in 10 milliseconds