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

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c1169 if (ovr.count_format_types) {
1170 ovr.format_type_ptr = VOID2U64(drmMalloc(ovr.count_format_types *
1179 if (counts.count_format_types < ovr.count_format_types) {
1187 r->count_formats = ovr.count_format_types;
1194 ovr.count_format_types, sizeof(uint32_t));
1195 if (ovr.count_format_types && !r->formats) {
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h321 * To retrieve the number of formats supported, set @count_format_types to zero
322 * and call the ioctl. @count_format_types will be updated with the value.
325 * @count_format_types formats. Point @format_type_ptr to this array and call
326 * the ioctl again (with @count_format_types still set to the value returned in
351 /** @count_format_types: Number of formats. */
352 __u32 count_format_types; member in struct:drm_mode_get_plane
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h295 __u32 count_format_types; member in struct:drm_mode_get_plane
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h321 * To retrieve the number of formats supported, set @count_format_types to zero
322 * and call the ioctl. @count_format_types will be updated with the value.
325 * @count_format_types formats. Point @format_type_ptr to this array and call
326 * the ioctl again (with @count_format_types still set to the value returned in
351 /** @count_format_types: Number of formats. */
352 __u32 count_format_types; member in struct:drm_mode_get_plane
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c157 uint32_t count_format_types; member in struct:local_mode_get_plane
3525 p.count_format_types = 0;
3595 p.count_format_types = 0;
3600 count_formats = p.count_format_types;
3606 p.count_format_types = count_formats;
3615 assert(p.count_format_types == count_formats);
8453 p.count_format_types = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2641 uint32_t count_format_types; member in struct:sna_crtc_find_planes::local_mode_get_plane
2648 p.count_format_types = 0;

Completed in 29 milliseconds