Searched refs:driconf_count (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | drm_driver.h | 28 unsigned driconf_count; member in struct:drm_driver_descriptor
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | drm_helper.h | 17 .driconf_count = _driconf_count, \ 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) \ 59 driconf_count, pipe_##driver##_create_screen)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_drm.c | 259 *count = ddev->dd->driconf_count; 283 *count = dd->driconf_count;
|
Completed in 9 milliseconds