Searched refs:threadpool (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | threadpool.h | 33 struct threadpool { struct 53 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain); 54 void _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool); 55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool, 58 void _mesa_threadpool_wait_for_task(struct threadpool *pool,
|
| H A D | threadpool.c | 38 #include "threadpool.h" 44 struct threadpool *pool = data; 87 struct threadpool * 90 struct threadpool *pool = calloc(1, sizeof(*pool)); 109 _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool) 142 _mesa_threadpool_queue_task(struct threadpool *pool, 184 _mesa_threadpool_wait_for_task(struct threadpool *pool,
|
| H A D | Makefile.sources | 71 threadpool.c \ 72 threadpool.h \
|
| H A D | swapchain9.h | 31 #include "threadpool.h" 74 struct threadpool *pool;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | threadpool.h | 33 struct threadpool { struct 53 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain); 54 void _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool); 55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool, 58 void _mesa_threadpool_wait_for_task(struct threadpool *pool,
|
| H A D | threadpool.c | 38 #include "threadpool.h" 44 struct threadpool *pool = data; 87 struct threadpool * 90 struct threadpool *pool = calloc(1, sizeof(*pool)); 109 _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool) 142 _mesa_threadpool_queue_task(struct threadpool *pool, 184 _mesa_threadpool_wait_for_task(struct threadpool *pool,
|
| H A D | swapchain9.h | 31 #include "threadpool.h" 74 struct threadpool *pool;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 886 - llvmpipe: add compute threadpool + mutex
|
| H A D | 21.3.0.rst | 1201 - llvmpipe/cs: change submission pattern for threadpool
|
Completed in 15 milliseconds