Searched refs:formats_array (Results 1 – 2 of 2) sorted by relevance
208 void igt_format_array_fill(uint32_t **formats_array, unsigned int *count,
3677 void igt_format_array_fill(uint32_t **formats_array, unsigned int *count, in igt_format_array_fill() argument3692 *formats_array = calloc(*count, sizeof(uint32_t)); in igt_format_array_fill()3693 igt_assert(*formats_array); in igt_format_array_fill()3699 (*formats_array)[index++] = format->drm_id; in igt_format_array_fill()