Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dthreadpool.h37 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool,
H A Dthreadpool.c124 _mesa_threadpool_queue_task(struct threadpool *pool, in _mesa_threadpool_queue_task() function
H A Dswapchain9.c694 This->tasks[0] = _mesa_threadpool_queue_task(This->pool, work_present, work); in pend_present()