| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | drm_driver.h | 22 * Pointer to the XML string describing driver-specific driconf options. 42 #define DRM_DRIVER_DESCRIPTOR(driver_name_str, driconf, func) \ 45 .driconf_xml = driconf, \
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| H A D | xmlconfig.cpp | 25 #include <driconf.h> 69 driOptionDescription driconf[] = { local in function:TEST_F 74 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); 82 driOptionDescription driconf[] = { local in function:TEST_F 86 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); 93 driOptionDescription driconf[] = { local in function:TEST_F 97 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); 104 driOptionDescription driconf[] = { local in function:TEST_F 115 driOptionDescription driconf[] = { local in function:TEST_F 128 driOptionDescription driconf[] = { local in function:TEST_F 139 driOptionDescription driconf[] = { local in function:TEST_F 158 driOptionDescription driconf[] = { local in function:TEST_F 201 driOptionDescription driconf[] = { local in function:xmlconfig_test::drirc_init [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | drm_driver.h | 23 * driver-specific driconf options. 25 const struct driOptionDescription *driconf; member in struct:drm_driver_descriptor 27 /* Number of entries in the driconf array. */
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/drirc_configdir/ |
| H A D | 00-test.conf | 2 <!DOCTYPE driconf [ 3 <!ELEMENT driconf (device+)> 26 <driconf> 51 </driconf>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_drm.c | 260 return ddev->dd->driconf; 275 driOptionDescription *driconf = NULL; local in function:pipe_loader_drm_get_driconf_by_name 284 size_t size = sizeof(*driconf) * *count; 285 driconf = malloc(size); 286 memcpy(driconf, dd->driconf, size); 291 return driconf;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.h | 63 /** driconf options and application workarounds */ 67 } driconf; member in struct:iris_screen
|
| H A D | iris_screen.c | 592 screen->driconf.dual_color_blend_by_location =
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | drm_helper.h | 8 #include "util/driconf.h" 16 .driconf = _driconf, \ 36 #define DRM_DRIVER_DESCRIPTOR(driver, driconf, driconf_count) \ 37 PUBLIC DEFINE_DRM_DRIVER_DESCRIPTOR(driver_descriptor, driver, driconf, driconf_count, pipe_##driver##_create_screen) 41 #define DRM_DRIVER_DESCRIPTOR_ALIAS(driver, alias, driconf, driconf_count) 45 #define DRM_DRIVER_DESCRIPTOR(driver, driconf, driconf_count) \ 46 DEFINE_DRM_DRIVER_DESCRIPTOR(driver##_driver_descriptor, driver, driconf, driconf_count, pipe_##driver##_create_screen) 57 #define DRM_DRIVER_DESCRIPTOR_ALIAS(driver, alias, driconf, driconf_count) \ 58 DEFINE_DRM_DRIVER_DESCRIPTOR(alias##_driver_descriptor, alias, driconf, \
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | driconf_static.py | 154 %for device in driconf.devices: 221 static const struct driconf_device *driconf[] = { 222 %for device in driconf.devices: 232 f.write(Template(template, output_encoding='utf-8').render(driconf=DriConf(xml)))
|
| H A D | 00-mesa-defaults.conf | 31 <!DOCTYPE driconf [ 32 <!ELEMENT driconf (device+)> 56 <driconf> 933 </driconf>
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | application-issues.rst | 16 `driconf <https://dri.freedesktop.org/wiki/DriConf>`__ tool, set the
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | postprocess.rst | 9 The filters can be toggled per-app via driconf, or per-session via the
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.c | 365 return screen->driconf.disable_throttling ? 0 : 1; 814 screen->driconf.dual_color_blend_by_location = 816 screen->driconf.disable_throttling = 818 screen->driconf.always_flush_cache = 820 screen->driconf.sync_compile =
|
| H A D | iris_screen.h | 175 /** driconf options and application workarounds */ 182 } driconf; member in struct:iris_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | 00-mesa-defaults.conf | 31 <!DOCTYPE driconf [ 32 <!ELEMENT driconf (device+)> 43 <driconf> 484 </driconf>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_screen.c | 382 return screen->driconf.disable_throttling ? 0 : 1; 786 screen->driconf.dual_color_blend_by_location = 788 screen->driconf.disable_throttling = 790 screen->driconf.always_flush_cache =
|
| H A D | crocus_screen.h | 196 /** driconf options and application workarounds */ 202 } driconf; member in struct:crocus_screen
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.6.rst | 52 - driconf: Support selection by Vulkan applicationName. 83 - driconf: fix force_gl_vendor description
|
| H A D | 21.1.5.rst | 105 - radeonsi/driconf: add workaround for SpaceEngine 132 - util/driconf: add new ignore_write_to_readonly_var workaround
|
| H A D | 21.3.5.rst | 87 - driconf: Fix unhandled tags in static conf 113 - driconf: enable vs_position_always_invariant for Dirt Rally
|
| H A D | 18.3.5.rst | 178 - radeonsi: add driconf option radeonsi_enable_nir 180 - driconf: add Civ6Sub executable for Civilization 6
|
| H A D | 19.1.7.rst | 75 - anv: add support for driconf
|
| H A D | 20.1.7.rst | 142 - radeonsi,driconf: add clamp_div_by_zero option
|
| H A D | 21.1.6.rst | 98 - v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.h | 163 } driconf; member in struct:zink_screen
|