Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dthreadpool.h55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool,
Dthreadpool.c132 _mesa_threadpool_queue_task(struct threadpool *pool, in _mesa_threadpool_queue_task() function
Dswapchain9.c644 This->tasks[0] = _mesa_threadpool_queue_task(This->pool, work_present, work); in pend_present()