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 D | adapter9.h | 41 BOOL thread_submit; member in struct:d3dadapter9_context
|
| H A D | swapchain9.c | 328 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 D | adapter9.h | 41 BOOL thread_submit; member in struct:d3dadapter9_context
|
| H A D | swapchain9.c | 328 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 D | drm.c | 269 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 D | options.h | 310 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 D | t_options.h | 308 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 D | drm.c | 272 ctx->base.thread_submit = driQueryOptionb(&userInitOptions, "thread_submit"); /* TODO: default to TRUE if different_device */
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | driconf.h | 400 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 D | 19.0.0.rst | 334 - st/nine: Allow 'triple buffering' with thread_submit 335 - st/nine: Remove thread_submit warning
|
| H A D | 21.1.0.rst | 907 - 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 D | 19.1.0.rst | 682 - st/nine: Throttle rendering similarly for thread_submit
|
Completed in 26 milliseconds