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

  /external/mesa3d/src/gallium/targets/dri-r600/
target.c 24 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
33 return &throttle_ret;
  /external/mesa3d/src/gallium/targets/dri-radeonsi/
target.c 24 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
33 return &throttle_ret;
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
target.c 29 static const struct drm_conf_ret throttle_ret = { variable in typeref:struct:drm_conf_ret
38 return &throttle_ret;
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 782 const struct drm_conf_ret *throttle_ret = NULL; local
795 throttle_ret = driver_descriptor.configuration(DRM_CONF_THROTTLE);
797 if (throttle_ret && throttle_ret->val.val_int != -1) {
799 screen->default_throttle_frames = throttle_ret->val.val_int;

Completed in 209 milliseconds