Home
last modified time | relevance | path

Searched refs:gallium_count (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c92 unsigned gallium_count = ARRAY_SIZE(gallium_driconf); in merge_driconf() local
93 driOptionDescription *merged = malloc((driver_count + gallium_count) * in merge_driconf()
100 memcpy(merged, gallium_driconf, sizeof(*merged) * 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()