Searched refs:thread_submit (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dadapter9.h41 BOOL thread_submit; member in struct:d3dadapter9_context
H A Dswapchain9.c328 This->enable_threadpool = This->actx->thread_submit && (pParams->SwapEffect != D3DSWAPEFFECT_COPY);
872 /* Present now for thread_submit, because we have the fence.
1274 /* thread_submit's can have maximum count or This->actx->throttling_value + 1
1277 if (This->actx->thread_submit && count < This->desired_fences)
1289 if (This->actx->thread_submit && count < 4)
1291 /* When thread_submit is not used, 5 buffers are actually needed,
1294 else if (!This->actx->thread_submit && count < 5)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dadapter9.h41 BOOL thread_submit; member in struct:d3dadapter9_context
H A Dswapchain9.c328 This->enable_threadpool = This->actx->thread_submit && (pParams->SwapEffect != D3DSWAPEFFECT_COPY);
893 /* Present now for thread_submit, because we have the fence.
1297 /* thread_submit's can have maximum count or This->actx->throttling_value + 1
1300 if (This->actx->thread_submit && count < This->desired_fences)
1312 if (This->actx->thread_submit && count < 4)
1314 /* When thread_submit is not used, 5 buffers are actually needed,
1317 else if (!This->actx->thread_submit && count < 5)
1319 /* Somehow this cases needs 5 with thread_submit, or else you get a small performance hit */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c269 if (driCheckOption(&userInitOptions, "thread_submit", DRI_BOOL))
270 ctx->base.thread_submit = driQueryOptionb(&userInitOptions, "thread_submit");
272 ctx->base.thread_submit = different_device;
/xsrc/external/mit/MesaLib.old/src/util/xmlpool/
H A Doptions.h310 DRI_CONF_OPT_BEGIN_B(thread_submit, def) \
321 DRI_CONF_DESC(en,"Whether to allow the display server to release buffers with a delay when using d3d's presentation mode DISCARD. Default to true. Set to false if suffering from lag (thread_submit=true can also help in this situation).") \
/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dt_options.h308 DRI_CONF_OPT_BEGIN_B(thread_submit, def) \
319 DRI_CONF_DESC(en,gettext("Whether to allow the display server to release buffers with a delay when using d3d's presentation mode DISCARD. Default to true. Set to false if suffering from lag (thread_submit=true can also help in this situation).")) \
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c272 ctx->base.thread_submit = driQueryOptionb(&userInitOptions, "thread_submit"); /* TODO: default to TRUE if different_device */
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddriconf.h400 DRI_CONF_OPT_B(thread_submit, def, \
409 "Whether to allow the display server to release buffers with a delay when using d3d's presentation mode DISCARD. Default to true. Set to false if suffering from lag (thread_submit=true can also help in this situation).")
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst334 - st/nine: Allow 'triple buffering' with thread_submit
335 - st/nine: Remove thread_submit warning
H A D21.1.0.rst907 - st/nine: Bump num of backbuffers for tearfree thread_submit
908 - st/nine: Improve performance with thread_submit
909 - st/nine: Default thread_submit to true
H A D19.1.0.rst682 - st/nine: Throttle rendering similarly for thread_submit

Completed in 26 milliseconds