Home
last modified time | relevance | path

Searched refs:gallium_driconf (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c54 const driOptionDescription gallium_driconf[] = { variable
92 unsigned gallium_count = ARRAY_SIZE(gallium_driconf); in merge_driconf()
100 memcpy(merged, gallium_driconf, sizeof(*merged) * gallium_count); in merge_driconf()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c108 const driOptionDescription gallium_driconf[] = { in init_options() local
113 driParseOptionInfo(&stw_dev->option_info, gallium_driconf, ARRAY_SIZE(gallium_driconf)); in init_options()