Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dthreadpool.h35 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain);
H A Dthreadpool.c70 _mesa_threadpool_create(struct NineSwapChain9 *swapchain) in _mesa_threadpool_create() function
H A Dswapchain9.c316 This->pool = _mesa_threadpool_create(This); in NineSwapChain9_Resize()