Lines Matching defs:formats
41 * Userspace can refer to these structure definitions and UAPI formats
321 * To retrieve the number of formats supported, set @count_format_types to zero
324 * To retrieve these formats, allocate an array with the memory needed to store
325 * @count_format_types formats. Point @format_type_ptr to this array and call
351 /** @count_format_types: Number of formats. */
354 * @format_type_ptr: Pointer to ``__u32`` array of formats that are
355 * supported by the plane. These formats do not require modifiers.
674 * In case of planar formats, this ioctl allows up to 4
687 * To accommodate tiled, compressed, etc formats, a
694 * multi plane formats must be enumerated as separate
1036 /* Number of fourcc formats supported */
1039 /* Where in this blob the formats exist (in bytes) */
1048 /* __u32 formats[] */
1053 /* Bitmask of formats in get_plane format list this info applies to. The
1054 * offset allows a sliding window of which 64 formats (bits).
1057 * In today's world with < 65 formats, and formats 0, and 2 are
1060 * ^-offset = 0, formats = 5
1062 * If the number formats grew to 128, and formats 98-102 are
1067 * |__offset = 64, formats = 0x7c00000000
1070 __u64 formats;