Searched refs:thread_submit (Results 1 – 7 of 7) sorted by relevance
271 ctx->base.thread_submit = driQueryOptionb(&userInitOptions, "thread_submit"); in drm_create_adapter()273 ctx->base.thread_submit = different_device; in drm_create_adapter()
41 BOOL thread_submit; member
328 …This->enable_threadpool = This->actx->thread_submit && (pParams->SwapEffect != D3DSWAPEFFECT_COPY); in NineSwapChain9_Resize()1296 if (This->actx->thread_submit && count < This->desired_fences) in NineSwapChain9_GetBackBufferCountForParams()1308 if (This->actx->thread_submit && count < 4) in NineSwapChain9_GetBackBufferCountForParams()1313 else if (!This->actx->thread_submit && count < 5) in NineSwapChain9_GetBackBufferCountForParams()
383 DRI_CONF_OPT_B(thread_submit, def, \
620 DRI_CONF_OPT_BEGIN_B(thread_submit, def) \
334 - st/nine: Allow 'triple buffering' with thread_submit335 - st/nine: Remove thread_submit warning
682 - st/nine: Throttle rendering similarly for thread_submit