/external/mesa3d/src/util/tests/ |
D | xmlconfig.cpp | 51 driOptionDescription driconf[] = { in TEST_F() local 56 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F() 64 driOptionDescription driconf[] = { in TEST_F() local 68 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F() 75 driOptionDescription driconf[] = { in TEST_F() local 79 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F() 86 driOptionDescription driconf[] = { in TEST_F() local 90 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F() 97 driOptionDescription driconf[] = { in TEST_F() local 101 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf)); in TEST_F() [all …]
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 255 return ddev->dd->driconf; in pipe_loader_drm_get_driconf() 270 driOptionDescription *driconf = NULL; in pipe_loader_drm_get_driconf_by_name() local 279 size_t size = sizeof(*driconf) * *count; in pipe_loader_drm_get_driconf_by_name() 280 driconf = malloc(size); in pipe_loader_drm_get_driconf_by_name() 281 memcpy(driconf, dd->driconf, size); in pipe_loader_drm_get_driconf_by_name() 286 return driconf; in pipe_loader_drm_get_driconf_by_name()
|
/external/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, \
|
/external/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
|
/external/mesa3d/src/gallium/include/frontend/ |
D | drm_driver.h | 25 const struct driOptionDescription *driconf; member
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 369 return screen->driconf.disable_throttling ? 0 : 1; in iris_get_param() 810 screen->driconf.dual_color_blend_by_location = in iris_screen_create() 812 screen->driconf.disable_throttling = in iris_screen_create() 814 screen->driconf.always_flush_cache = in iris_screen_create()
|
D | iris_screen.h | 180 } driconf; member
|
D | iris_context.h | 844 if (unlikely(batch->screen->driconf.always_flush_cache)) \
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_driinfo.h.in | 3 // 1. Define the tweak in util/driconf.h and also add
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.6.rst | 52 - driconf: Support selection by Vulkan applicationName. 83 - driconf: fix force_gl_vendor description
|
D | 18.3.5.rst | 178 - radeonsi: add driconf option radeonsi_enable_nir 180 - driconf: add Civ6Sub executable for Civilization 6
|
D | 19.1.7.rst | 75 - anv: add support for driconf
|
D | 20.1.7.rst | 142 - radeonsi,driconf: add clamp_div_by_zero option
|
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 …]
|
D | 13.0.6.rst | 188 - i965: Support the force_glsl_version driconf option.
|
D | 19.2.0.rst | 203 - anv: add support for driconf
|
D | 20.2.0.rst | 915 - driconf: Support selection by Vulkan applicationName. 1945 - driconf: drop 28% catalan translation 1946 - driconf: drop 15% german translation 1947 - driconf: drop 26% spanish translation 1948 - driconf: drop 6% french translation 1949 - driconf: drop 8% dutch translation 1950 - driconf: drop 9% swedish translation 1951 - driconf: drop now unused translation facility 1952 - util: rename xmlpool.h to driconf.h 2018 - driconf: fix force_gl_vendor description [all …]
|
D | 19.1.0.rst | 769 - radv: Add support for driconf. 1531 - driconf: drop unused macro 1559 - driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be 3346 - iris: Add mechanism for iris-specific driconf options 3347 - iris: Enable the dual_color_blend_by_location driconf option. 3655 - radeonsi: add driconf option radeonsi_enable_nir 3657 - driconf: add Civ6Sub executable for Civilization 6
|
D | 19.3.0.rst | 1194 - anv: add support for driconf 2067 - iris: Actually describe bo_reuse driconf option 2074 - iris: Support the disable_throttling=true driconf option. 2132 - driconf, glsl: Add a vs_position_always_invariant option 3198 - iris: use driconf for 'bo_reuse' parameter
|
D | 20.0.0.rst | 155 - Create a way to prefer iris vs i965 via driconf 1628 - anv: Respect the always_flush_cache driconf option 1692 - vulkan/wsi: Add a driconf option to force WSI to advertise 1941 - driconf, glsl: Add a vs_position_always_invariant option
|
D | 19.0.0.rst | 1822 - radeonsi: add driconf option radeonsi_enable_nir 1824 - driconf: add Civ6Sub executable for Civilization 6 1957 - util: Add adaptive_sync driconf option
|
D | 20.1.0.rst | 3072 - driconf: enable glthread for "From The Depths" 3127 - driconf: whilelist more games for glthread 3418 - driconf: add force_integer_tex_nearest option
|
/external/mesa3d/docs/gallium/ |
D | postprocess.rst | 9 The filters can be toggled per-app via driconf, or per-session via the
|
/external/mesa3d/docs/ |
D | application-issues.rst | 16 `driconf <https://dri.freedesktop.org/wiki/DriConf>`__ tool, set the
|
/external/mesa3d/src/util/ |
D | 00-mesa-defaults.conf | 31 <!DOCTYPE driconf [ 32 <!ELEMENT driconf (device+)> 55 <driconf>
|