OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttle_ret
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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;
/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 2985 milliseconds