Searched refs:driconf_count (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/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)
|
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | drm_driver.h | 28 unsigned driconf_count; member
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 259 *count = ddev->dd->driconf_count; in pipe_loader_drm_get_driconf() 283 *count = dd->driconf_count; in pipe_loader_drm_get_driconf_by_name()
|
Completed in 3 milliseconds