Searched refs:driver_count (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader.c | 90 merge_driconf(const driOptionDescription *driver_driconf, unsigned driver_count, argument 94 driOptionDescription *merged = malloc((driver_count + gallium_count) * 102 memcpy(&merged[gallium_count], driver_driconf, sizeof(*merged) * driver_count); 104 *merged_count = driver_count + gallium_count; 121 unsigned driver_count, merged_count; local in function:pipe_loader_load_options 123 dev->ops->get_driconf(dev, &driver_count); 126 merge_driconf(driver_driconf, driver_count, &merged_count); 143 unsigned driver_count = 0; local in function:pipe_loader_get_driinfo_xml 148 &driver_count); 153 merge_driconf(driver_driconf, driver_count, [all...] |
Completed in 2 milliseconds