Searched refs:throttling_value (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c249 ctx->base.throttling_value = 2;
250 ctx->base.throttling = ctx->base.throttling_value > 0;
260 ctx->base.throttling_value = throttling_value_user;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c254 ctx->base.throttling_value = 2;
255 ctx->base.throttling = ctx->base.throttling_value > 0;
267 ctx->base.throttling_value = throttling_value_user;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dadapter9.h39 int throttling_value; member in struct:d3dadapter9_context
H A Dswapchain9.c239 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0;
1274 /* thread_submit's can have maximum count or This->actx->throttling_value + 1
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dadapter9.h39 int throttling_value; member in struct:d3dadapter9_context
H A Dswapchain9.c239 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0;
1297 /* thread_submit's can have maximum count or This->actx->throttling_value + 1

Completed in 8 milliseconds