Searched refs:tc_batch_execute (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c83 tc_batch_execute(void *job, UNUSED int thread_index) function in typeref:typename:void
118 util_queue_add_job(&tc->queue, next, &next->fence, tc_batch_execute,
207 tc_batch_execute(next, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c193 tc_batch_execute(void *job, UNUSED void *gdata, int thread_index) function in typeref:typename:void
277 util_queue_add_job(&tc->queue, next, &next->fence, tc_batch_execute,
364 tc_batch_execute(next, NULL, 0);
4175 /* Signal fences set by tc_batch_execute. */

Completed in 19 milliseconds