Searched refs:formats_array (Results 1 – 3 of 3) sorted by relevance
629 const std::array<F, sizeof...(Fs)> formats_array{ { std::forward<Fs>(formats)... } };630 ARM_COMPUTE_UNUSED(formats_array);632 …_ERROR_ON_LOC_MSG(object_format != format && std::none_of(formats_array.begin(), formats_array.end…
212 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()