Searched refs:gallium_count (Results 1 – 1 of 1) sorted by relevance
93 unsigned gallium_count = ARRAY_SIZE(gallium_driconf); in merge_driconf() local94 driOptionDescription *merged = malloc((driver_count + gallium_count) * in merge_driconf()101 memcpy(merged, gallium_driconf, sizeof(*merged) * gallium_count); in merge_driconf()102 memcpy(&merged[gallium_count], driver_driconf, sizeof(*merged) * driver_count); in merge_driconf()104 *merged_count = driver_count + gallium_count; in merge_driconf()