Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dthreadpool.h53 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain);
Dthreadpool.c88 _mesa_threadpool_create(struct NineSwapChain9 *swapchain) in _mesa_threadpool_create() function
Dswapchain9.c333 This->pool = _mesa_threadpool_create(This); in NineSwapChain9_Resize()