OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_submit
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/targets/d3dadapter9/
drm.c
271
if (driCheckOption(&userInitOptions, "
thread_submit
", DRI_BOOL))
272
ctx->base.
thread_submit
= driQueryOptionb(&userInitOptions, "
thread_submit
");
274
ctx->base.
thread_submit
= !!different_device;
276
if (ctx->base.
thread_submit
&& (throttling_value_user == -2 || throttling_value_user == 0)) {
278
} else if (ctx->base.
thread_submit
) {
279
DBG("You have set a non standard throttling value in combination with
thread_submit
."
282
if (ctx->base.
thread_submit
&& !different_device)
283
DBG("You have set
thread_submit
but do not use a different device than the server."
/external/mesa3d/src/gallium/state_trackers/nine/
adapter9.h
41
BOOL
thread_submit
;
member in struct:d3dadapter9_context
swapchain9.c
68
if (!This->actx->
thread_submit
&&
282
This->enable_threadpool = This->actx->
thread_submit
&& (pParams->SwapEffect != D3DSWAPEFFECT_COPY);
823
!This->actx->
thread_submit
) {
859
/* Path not yet compatible with
thread_submit
*/
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h
371
DRI_CONF_OPT_BEGIN_B(
thread_submit
, def) \
382
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).")) \
Completed in 199 milliseconds