OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:driver_descriptors
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c
90
static const struct drm_driver_descriptor
driver_descriptors
[] = {
variable in typeref:struct:drm_driver_descriptor
194
for (int i = 0; i < ARRAY_SIZE(
driver_descriptors
); i++) {
195
if (strcmp(
driver_descriptors
[i].driver_name, ddev->base.driver_name) == 0) {
196
ddev->dd = &
driver_descriptors
[i];
pipe_loader_sw.c
56
static const struct sw_driver_descriptor
driver_descriptors
= {
variable in typeref:struct:sw_driver_descriptor
99
sdev->dd = &
driver_descriptors
;
Completed in 62 milliseconds