Home
last modified time | relevance | path

Searched refs:threadpool_task (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dthreadpool.h21 struct threadpool_task *workqueue;
27 struct threadpool_task { struct
30 struct threadpool_task *next; argument
37 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool, argument
41 struct threadpool_task **task);
H A Dthreadpool.c31 struct threadpool_task *task; in threadpool_worker()
123 struct threadpool_task *
127 struct threadpool_task *task, *previous; in _mesa_threadpool_queue_task()
167 struct threadpool_task **task_handle) in _mesa_threadpool_wait_for_task()
169 struct threadpool_task *task = *task_handle; in _mesa_threadpool_wait_for_task()
H A Dswapchain9.h58 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
H A Dswapchain9.c936 struct threadpool_task *task_temp; in NineSwapChain9_Present()