HomeSort by relevance Sort by last modified time
    Searched refs:enable_threadpool (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.h 75 BOOL enable_threadpool; member in struct:NineSwapChain9
swapchain9.c 282 This->enable_threadpool = This->actx->thread_submit && (pParams->SwapEffect != D3DSWAPEFFECT_COPY);
283 if (This->enable_threadpool)
286 This->enable_threadpool = FALSE;
759 if (!This->enable_threadpool) {
    [all...]

Completed in 247 milliseconds