OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttle_ret
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/targets/pipe-loader/
pipe_i915.c
26
static const struct drm_conf_ret
throttle_ret
= {
variable in typeref:struct:drm_conf_ret
40
return &
throttle_ret
;
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_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_vmwgfx.c
26
static const struct drm_conf_ret
throttle_ret
= {
variable in typeref:struct:drm_conf_ret
40
return &
throttle_ret
;
pipe_radeonsi.c
23
static const struct drm_conf_ret
throttle_ret
= {
variable in typeref:struct:drm_conf_ret
43
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/target-helpers/
drm_helper.h
10
static const struct drm_conf_ret
throttle_ret
= {
variable in typeref:struct:drm_conf_ret
25
return &
throttle_ret
;
/external/mesa3d/src/gallium/state_trackers/dri/
dri2.c
2045
const struct drm_conf_ret *
throttle_ret
;
local
[
all
...]
Completed in 481 milliseconds