Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DValidate.h629 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…
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_fb.h212 void igt_format_array_fill(uint32_t **formats_array, unsigned int *count,
H A Digt_fb.c3677 void igt_format_array_fill(uint32_t **formats_array, unsigned int *count, in igt_format_array_fill() argument
3692 *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()