Searched refs:driconf (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Ddrm_driver.h22 * 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 Dxmlconfig.cpp25 #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 Ddrm_driver.h23 * 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 D00-test.conf2 <!DOCTYPE driconf [
3 <!ELEMENT driconf (device+)>
26 <driconf>
51 </driconf>
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c260 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 Diris_screen.h63 /** driconf options and application workarounds */
67 } driconf; member in struct:iris_screen
H A Diris_screen.c592 screen->driconf.dual_color_blend_by_location =
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/
H A Ddrm_helper.h8 #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 Ddriconf_static.py154 %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 D00-mesa-defaults.conf31 <!DOCTYPE driconf [
32 <!ELEMENT driconf (device+)>
56 <driconf>
933 </driconf>
/xsrc/external/mit/MesaLib/dist/docs/
H A Dapplication-issues.rst16 `driconf <https://dri.freedesktop.org/wiki/DriConf>`__ tool, set the
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dpostprocess.rst9 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 Diris_screen.c365 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 Diris_screen.h175 /** driconf options and application workarounds */
182 } driconf; member in struct:iris_screen
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A D00-mesa-defaults.conf31 <!DOCTYPE driconf [
32 <!ELEMENT driconf (device+)>
43 <driconf>
484 </driconf>
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c382 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 Dcrocus_screen.h196 /** driconf options and application workarounds */
202 } driconf; member in struct:crocus_screen
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.6.rst52 - driconf: Support selection by Vulkan applicationName.
83 - driconf: fix force_gl_vendor description
H A D21.1.5.rst105 - radeonsi/driconf: add workaround for SpaceEngine
132 - util/driconf: add new ignore_write_to_readonly_var workaround
H A D21.3.5.rst87 - driconf: Fix unhandled tags in static conf
113 - driconf: enable vs_position_always_invariant for Dirt Rally
H A D18.3.5.rst178 - radeonsi: add driconf option radeonsi_enable_nir
180 - driconf: add Civ6Sub executable for Civilization 6
H A D19.1.7.rst75 - anv: add support for driconf
H A D20.1.7.rst142 - radeonsi,driconf: add clamp_div_by_zero option
H A D21.1.6.rst98 - v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h163 } driconf; member in struct:zink_screen

Completed in 19 milliseconds

123