HomeSort by: relevance | last modified time | path
    Searched defs:driconf (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
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/
xmlconfig.cpp 25 #include <driconf.h>
69 driOptionDescription driconf[] = { local
74 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf));
82 driOptionDescription driconf[] = { local
86 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf));
93 driOptionDescription driconf[] = { local
97 driParseOptionInfo(&options, driconf, ARRAY_SIZE(driconf));
104 driOptionDescription driconf[] = { local
115 driOptionDescription driconf[] = { local
128 driOptionDescription driconf[] = { local
139 driOptionDescription driconf[] = { local
158 driOptionDescription driconf[] = { local
201 driOptionDescription driconf[] = { local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_screen.h 63 /** driconf options and application workarounds */
67 } driconf; member in struct:iris_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 260 return ddev->dd->driconf;
275 driOptionDescription *driconf = NULL; local
284 size_t size = sizeof(*driconf) * *count;
285 driconf = malloc(size);
286 memcpy(driconf, dd->driconf, size);
291 return driconf;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_screen.h 196 /** driconf options and application workarounds */
202 } driconf; member in struct:crocus_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_screen.h 175 /** driconf options and application workarounds */
182 } driconf; member in struct:iris_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_screen.h 163 } driconf; member in struct:zink_screen
  /xsrc/external/mit/MesaLib/src/util/
driconf_static.h 2242 static const struct driconf_device *driconf[] = { variable in typeref:struct:driconf_device

Completed in 83 milliseconds