Searched refs:driver_count (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader.c | 89 merge_driconf(const driOptionDescription *driver_driconf, unsigned driver_count, in merge_driconf() argument 93 driOptionDescription *merged = malloc((driver_count + gallium_count) * in merge_driconf() 101 memcpy(&merged[gallium_count], driver_driconf, sizeof(*merged) * driver_count); in merge_driconf() 103 *merged_count = driver_count + gallium_count; in merge_driconf() 113 unsigned driver_count, merged_count; in pipe_loader_load_options() local 115 dev->ops->get_driconf(dev, &driver_count); in pipe_loader_load_options() 118 merge_driconf(driver_driconf, driver_count, &merged_count); in pipe_loader_load_options() 129 unsigned driver_count = 0; in pipe_loader_get_driinfo_xml() local 134 &driver_count); in pipe_loader_get_driinfo_xml() 139 merge_driconf(driver_driconf, driver_count, &merged_count); in pipe_loader_get_driinfo_xml()
|