Searched refs:draw_mutex (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h61 mtx_t draw_mutex; member in struct:rbug_context
H A Drbug_core.c339 mtx_lock(&rb_context->draw_mutex);
357 mtx_unlock(&rb_context->draw_mutex);
379 mtx_lock(&rb_context->draw_mutex);
381 mtx_unlock(&rb_context->draw_mutex);
404 mtx_lock(&rb_context->draw_mutex);
411 mtx_unlock(&rb_context->draw_mutex);
436 mtx_lock(&rb_context->draw_mutex);
444 mtx_unlock(&rb_context->draw_mutex);
469 mtx_lock(&rb_context->draw_mutex);
476 mtx_unlock(&rb_context->draw_mutex);
[all...]
H A Drbug_context.c111 cnd_wait(&rb_pipe->draw_cond, &rb_pipe->draw_mutex);
122 mtx_lock(&rb_pipe->draw_mutex);
134 mtx_unlock(&rb_pipe->draw_mutex);
1190 (void) mtx_init(&rb_pipe->draw_mutex, mtx_plain);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h61 mtx_t draw_mutex; member in struct:rbug_context
H A Drbug_core.c336 mtx_lock(&rb_context->draw_mutex);
354 mtx_unlock(&rb_context->draw_mutex);
376 mtx_lock(&rb_context->draw_mutex);
378 mtx_unlock(&rb_context->draw_mutex);
401 mtx_lock(&rb_context->draw_mutex);
408 mtx_unlock(&rb_context->draw_mutex);
433 mtx_lock(&rb_context->draw_mutex);
441 mtx_unlock(&rb_context->draw_mutex);
466 mtx_lock(&rb_context->draw_mutex);
473 mtx_unlock(&rb_context->draw_mutex);
[all...]
H A Drbug_context.c111 cnd_wait(&rb_pipe->draw_cond, &rb_pipe->draw_mutex);
131 mtx_lock(&rb_pipe->draw_mutex);
143 mtx_unlock(&rb_pipe->draw_mutex);
1286 (void) mtx_init(&rb_pipe->draw_mutex, mtx_plain);

Completed in 15 milliseconds