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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c93 unsigned gallium_count = ARRAY_SIZE(gallium_driconf); local in function:merge_driconf
94 driOptionDescription *merged = malloc((driver_count + gallium_count) *
101 memcpy(merged, gallium_driconf, sizeof(*merged) * gallium_count);
102 memcpy(&merged[gallium_count], driver_driconf, sizeof(*merged) * driver_count);
104 *merged_count = driver_count + gallium_count;

Completed in 3 milliseconds