/third_party/mesa3d/src/util/tests/ |
D | xmlconfig.cpp | 69 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/ |
D | pipe_loader_drm.c | 260 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/ |
D | drm_helper.h | 16 .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/ |
D | 00-test.conf | 2 <!DOCTYPE driconf [ 3 <!ELEMENT driconf (device+)> 27 <driconf> 59 </driconf>
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | ADDING | 19 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/ |
D | 00-radv-defaults.conf | 10 <!DOCTYPE driconf [ 11 <!ELEMENT driconf (device+)> 36 <driconf> 203 </driconf>
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 380 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()
|
D | iris_screen.h | 186 } driconf; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 376 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()
|
D | crocus_screen.h | 203 } driconf; member
|
/third_party/mesa3d/src/gallium/include/frontend/ |
D | drm_driver.h | 25 const struct driOptionDescription *driconf; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_driinfo.h.in | 3 // 1. Define the tweak in util/driconf.h and also add
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.6.rst | 52 - driconf: Support selection by Vulkan applicationName. 83 - driconf: fix force_gl_vendor description
|
D | 21.3.5.rst | 87 - driconf: Fix unhandled tags in static conf 113 - driconf: enable vs_position_always_invariant for Dirt Rally
|
D | 21.1.5.rst | 105 - radeonsi/driconf: add workaround for SpaceEngine 132 - util/driconf: add new ignore_write_to_readonly_var workaround
|
D | 18.3.5.rst | 178 - radeonsi: add driconf option radeonsi_enable_nir 180 - driconf: add Civ6Sub executable for Civilization 6
|
D | 21.2.5.rst | 59 - driconf: set vk_x11_strict_image_count for Wolfenstein: Youngblood
|
D | 19.1.7.rst | 75 - anv: add support for driconf
|
D | 21.1.6.rst | 98 - v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
|
D | 20.3.0.rst | 56 - 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/ |
D | postprocess.rst | 9 The filters can be toggled per-app via driconf, or per-session via the
|
/third_party/mesa3d/src/util/ |
D | driconf_static.py | 232 f.write(Template(template, output_encoding='utf-8').render(driconf=DriConf(xml)))
|
D | 00-mesa-defaults.conf | 31 <!DOCTYPE driconf [ 32 <!ELEMENT driconf (device+)> 57 <driconf> 996 </driconf>
|
/third_party/mesa3d/docs/ |
D | application-issues.rst | 16 `driconf <https://dri.freedesktop.org/wiki/DriConf>`__ tool, set the
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.h | 199 } driconf; member
|