HomeSort by relevance Sort by last modified time
    Searched full:throttle_ret (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/targets/pipe-loader/
pipe_msm.c 20 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
34 return &throttle_ret;
pipe_nouveau.c 20 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
34 return &throttle_ret;
pipe_i915.c 26 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
40 return &throttle_ret;
pipe_i965.c 24 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
38 return &throttle_ret;
pipe_r300.c 16 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
30 return &throttle_ret;
pipe_r600.c 16 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
30 return &throttle_ret;
pipe_radeonsi.c 22 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
36 return &throttle_ret;
pipe_vmwgfx.c 26 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
40 return &throttle_ret;
  /external/mesa3d/src/gallium/targets/d3dadapter9/
drm.c 208 const struct drm_conf_ret *throttle_ret = NULL; local
240 throttle_ret = pipe_loader_configuration(ctx->dev, DRM_CONF_THROTTLE);
248 if (throttle_ret && throttle_ret->val.val_int != -1) {
250 ctx->base.throttling_value = throttle_ret->val.val_int;
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 66 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
81 return &throttle_ret;
  /external/mesa3d/src/gallium/state_trackers/dri/
dri2.c 1919 const struct drm_conf_ret *throttle_ret; local
    [all...]

Completed in 286 milliseconds