Home
last modified time | relevance | path

Searched refs:drm_conf_ret (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/targets/pipe-loader/
Dpipe_radeonsi.c23 static const struct drm_conf_ret throttle_ret = {
28 static const struct drm_conf_ret share_fd_ret = {
33 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
35 static const struct drm_conf_ret xml_options_ret = { in drm_configuration()
Dpipe_nouveau.c20 static const struct drm_conf_ret throttle_ret = {
25 static const struct drm_conf_ret share_fd_ret = {
30 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
Dpipe_msm.c20 static const struct drm_conf_ret throttle_ret = {
25 static const struct drm_conf_ret share_fd_ret = {
30 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
Dpipe_r600.c16 static const struct drm_conf_ret throttle_ret = {
21 static const struct drm_conf_ret share_fd_ret = {
26 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
Dpipe_r300.c16 static const struct drm_conf_ret throttle_ret = {
21 static const struct drm_conf_ret share_fd_ret = {
26 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
Dpipe_vmwgfx.c26 static const struct drm_conf_ret throttle_ret = {
31 static const struct drm_conf_ret share_fd_ret = {
36 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
Dpipe_i915.c26 static const struct drm_conf_ret throttle_ret = {
31 static const struct drm_conf_ret share_fd_ret = {
36 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h10 static const struct drm_conf_ret throttle_ret = {
15 static const struct drm_conf_ret share_fd_ret = {
20 const struct drm_conf_ret *
179 const struct drm_conf_ret *
182 static const struct drm_conf_ret xml_options_ret = { in pipe_radeonsi_configuration_query()
206 const struct drm_conf_ret *
Ddrm_helper_public.h5 struct drm_conf_ret;
27 const struct drm_conf_ret *
54 const struct drm_conf_ret *
/external/mesa3d/src/gallium/include/state_tracker/
Ddrm_driver.h85 struct drm_conf_ret { struct
118 const struct drm_conf_ret *(*configuration) (enum drm_conf conf);
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c89 const struct drm_conf_ret *
103 const struct drm_conf_ret *xml_options_conf = in pipe_loader_load_options()
Dpipe_loader_priv.h37 const struct drm_conf_ret *(*configuration)(struct pipe_loader_device *dev,
Dpipe_loader_drm.c263 static const struct drm_conf_ret *
294 const struct drm_conf_ret *conf = dd->configuration(DRM_CONF_XML_OPTIONS); in pipe_loader_drm_get_driinfo_xml()
Dpipe_loader.h99 const struct drm_conf_ret *
Dpipe_loader_sw.c289 static const struct drm_conf_ret *
/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddrm.c208 const struct drm_conf_ret *throttle_ret = NULL; in drm_create_adapter()
209 const struct drm_conf_ret *dmabuf_ret = NULL; in drm_create_adapter()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c2045 const struct drm_conf_ret *throttle_ret; in dri2_init_screen()
2046 const struct drm_conf_ret *dmabuf_ret; in dri2_init_screen()