Searched refs:throttling_value_user (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c212 int throttling_value_user = -2; local in function:drm_create_adapter
255 throttling_value_user = driQueryOptioni(&userInitOptions, "throttle_value");
256 if (throttling_value_user == -1)
258 else if (throttling_value_user >= 0) {
260 ctx->base.throttling_value = throttling_value_user;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c216 int throttling_value_user = -2; local in function:drm_create_adapter
262 throttling_value_user = driQueryOptioni(&userInitOptions, "throttle_value");
263 if (throttling_value_user == -1)
265 else if (throttling_value_user >= 0) {
267 ctx->base.throttling_value = throttling_value_user;

Completed in 7 milliseconds