Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
H A Dxmlconfig.cpp25 #include <driconf.h>
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[] = { TEST_F() local
115 driOptionDescription driconf[] = { TEST_F() local
128 driOptionDescription driconf[] = { TEST_F() local
139 driOptionDescription driconf[] = { TEST_F() local
158 driOptionDescription driconf[] = { TEST_F() local
201 driOptionDescription driconf[] = { drirc_init() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A 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/
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, \
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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()
H A Dcrocus_screen.h196 /** driconf options and application workarounds */
203 } driconf; member
H A Dcrocus_context.h830 if (unlikely(batch->screen->driconf.always_flush_cache)) \
H A Dcrocus_program.c56 .base.limit_trig_input_range = screen->driconf.limit_trig_input_range, \
H A Dcrocus_state.c4849 screen->driconf.dual_color_blend_by_location && in crocus_populate_fs_key()
/third_party/mesa3d/src/gallium/drivers/iris/
H A 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()
H A Diris_screen.h178 /** driconf options and application workarounds */
186 } driconf; member
H A Diris_context.h941 if (unlikely(batch->screen->driconf.always_flush_cache)) \
H A Diris_program.c53 .prefix.limit_trig_input_range = screen->driconf.limit_trig_input_range
1293 if (screen->driconf.sync_compile || dbg) in iris_schedule_compile()
H A Diris_state.c4447 screen->driconf.dual_color_blend_by_location && in iris_populate_fs_key()
/third_party/mesa3d/src/gallium/include/frontend/
H A Ddrm_driver.h23 * driver-specific driconf options.
25 const struct driOptionDescription *driconf; member
27 /* Number of entries in the driconf array. */
/third_party/mesa3d/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 Dxmlconfig.c340 /* for driconf xml generation, options must always be preceded by a in driParseOptionInfo()
837 [OC_DRICONF] = "driconf",
867 XML_WARNING1("nested <driconf> elements."); in optConfStartElem()
869 XML_WARNING1("attributes specified on <driconf> element."); in optConfStartElem()
874 XML_WARNING1("<device> should be inside <driconf>."); in optConfStartElem()
1093 for (unsigned i = 0; i < ARRAY_SIZE(driconf); i++) { in parseStaticConfig()
1094 const struct driconf_device *d = driconf[i]; in parseStaticConfig()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h199 } driconf; member
H A Dzink_state.c423 bool force_dual_color_blend = zink_screen(pctx->screen)->driconf.dual_color_blend_by_location && in zink_bind_blend_state()
H A Dzink_screen.c2167 screen->driconf.dual_color_blend_by_location = driQueryOptionb(config->options, "dual_color_blend_by_location"); in zink_internal_create_screen()
2168 //screen->driconf.inline_uniforms = driQueryOptionb(config->options, "radeonsi_inline_uniforms"); in zink_internal_create_screen()
2335 screen->driconf.inline_uniforms = debug_get_bool_option("ZINK_INLINE_UNIFORMS", screen->is_cpu); in zink_internal_create_screen()
H A Dzink_compiler.c2157 if (screen->driconf.inline_uniforms) { in zink_shader_compile()
3084 if (!screen->driconf.inline_uniforms) { in zink_shader_create()
3240 if (screen->driconf.inline_uniforms) in zink_shader_finalize()

Completed in 53 milliseconds