Home
last modified time | relevance | path

Searched refs:driconf (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp69 driOptionDescription driconf[] = { in TEST_F() local
74 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
82 driOptionDescription driconf[] = { in TEST_F() local
86 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
93 driOptionDescription driconf[] = { in TEST_F() local
97 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
104 driOptionDescription driconf[] = { in TEST_F() local
108 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
115 driOptionDescription driconf[] = { in TEST_F() local
121 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c260 return ddev->dd->driconf; in pipe_loader_drm_get_driconf()
275 driOptionDescription *driconf = NULL; in pipe_loader_drm_get_driconf_by_name() local
284 size_t size = sizeof(*driconf) * *count; in pipe_loader_drm_get_driconf_by_name()
285 driconf = malloc(size); in pipe_loader_drm_get_driconf_by_name()
286 memcpy(driconf, dd->driconf, size); in pipe_loader_drm_get_driconf_by_name()
291 return driconf; in pipe_loader_drm_get_driconf_by_name()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h16 .driconf = _driconf, \
36 #define DRM_DRIVER_DESCRIPTOR(driver, driconf, driconf_count) \ argument
37 …PUBLIC DEFINE_DRM_DRIVER_DESCRIPTOR(driver_descriptor, driver, driconf, driconf_count, pipe_##driv…
41 #define DRM_DRIVER_DESCRIPTOR_ALIAS(driver, alias, driconf, driconf_count) argument
45 #define DRM_DRIVER_DESCRIPTOR(driver, driconf, driconf_count) \ argument
46 …DEFINE_DRM_DRIVER_DESCRIPTOR(driver##_driver_descriptor, driver, driconf, driconf_count, pipe_##dr…
57 #define DRM_DRIVER_DESCRIPTOR_ALIAS(driver, alias, driconf, driconf_count) \ argument
58 DEFINE_DRM_DRIVER_DESCRIPTOR(alias##_driver_descriptor, alias, driconf, \
/third_party/mesa3d/src/util/tests/drirc_configdir/
D00-test.conf2 <!DOCTYPE driconf [
3 <!ELEMENT driconf (device+)>
27 <driconf>
59 </driconf>
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
DADDING19 3. Make it known to driconf
46 Name is the config option your filter will be enabled by, both in driconf and as an env var.
60 3. Make it known to driconf
64 src/util/driconf.h.
67 With driconf aware of the option, make Gallium aware of it too. Add it to
/third_party/mesa3d/src/amd/vulkan/
D00-radv-defaults.conf10 <!DOCTYPE driconf [
11 <!ELEMENT driconf (device+)>
36 <driconf>
203 </driconf>
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c380 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param()
836 screen->driconf.dual_color_blend_by_location = in iris_screen_create()
838 screen->driconf.disable_throttling = in iris_screen_create()
840 screen->driconf.always_flush_cache = in iris_screen_create()
842 screen->driconf.sync_compile = in iris_screen_create()
844 screen->driconf.limit_trig_input_range = in iris_screen_create()
Diris_screen.h186 } driconf; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c376 return screen->driconf.disable_throttling ? 0 : 1; in crocus_get_param()
761 screen->driconf.dual_color_blend_by_location = in crocus_screen_create()
763 screen->driconf.disable_throttling = in crocus_screen_create()
765 screen->driconf.always_flush_cache = in crocus_screen_create()
767 screen->driconf.limit_trig_input_range = in crocus_screen_create()
Dcrocus_screen.h203 } driconf; member
/third_party/mesa3d/src/gallium/include/frontend/
Ddrm_driver.h25 const struct driOptionDescription *driconf; member
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_driinfo.h.in3 // 1. Define the tweak in util/driconf.h and also add
/third_party/mesa3d/docs/relnotes/
D20.1.6.rst52 - driconf: Support selection by Vulkan applicationName.
83 - driconf: fix force_gl_vendor description
D21.3.5.rst87 - driconf: Fix unhandled tags in static conf
113 - driconf: enable vs_position_always_invariant for Dirt Rally
D21.1.5.rst105 - radeonsi/driconf: add workaround for SpaceEngine
132 - util/driconf: add new ignore_write_to_readonly_var workaround
D18.3.5.rst178 - radeonsi: add driconf option radeonsi_enable_nir
180 - driconf: add Civ6Sub executable for Civilization 6
D21.2.5.rst59 - driconf: set vk_x11_strict_image_count for Wolfenstein: Youngblood
D19.1.7.rst75 - anv: add support for driconf
D21.1.6.rst98 - v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
D20.3.0.rst56 - driconf: add glx_extension_override
58 - driconf: add indirect_gl_extension_override
837 - driconf: Support selection by Vulkan applicationName.
850 - radv,gallium: Add driconf option to reduce advertised VRAM size.
1551 - gallium/drm: Make the pipe loader handle the driconf merging.
1553 - virgl: Clean up the driconf definition of GLES_SAMPLES_PASSED_VALUE.
1554 - driconf: Use nesting macros for defining options.
1571 - driconf: Eliminate the DRI_CONF_OPT_BEGIN_B macro.
1572 - driconf: Fix extra quoting on "Jimenez'".
1574 - driconf: Make a DRI_CONF_OPT_S() for string options.
[all …]
/third_party/mesa3d/docs/gallium/
Dpostprocess.rst9 The filters can be toggled per-app via driconf, or per-session via the
/third_party/mesa3d/src/util/
Ddriconf_static.py232 f.write(Template(template, output_encoding='utf-8').render(driconf=DriConf(xml)))
D00-mesa-defaults.conf31 <!DOCTYPE driconf [
32 <!ELEMENT driconf (device+)>
57 <driconf>
996 </driconf>
/third_party/mesa3d/docs/
Dapplication-issues.rst16 `driconf <https://dri.freedesktop.org/wiki/DriConf>`__ tool, set the
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h199 } driconf; member

123