HomeSort by: relevance | last modified time | path
    Searched defs:count_format_types (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 295 __u32 count_format_types; member in struct:drm_mode_get_plane
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 321 * 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/libdrm/dist/include/drm/
drm_mode.h 321 * 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-2014/dist/src/sna/
sna_display.c 2641 uint32_t count_format_types; member in struct:local_mode_get_plane
2648 p.count_format_types = 0;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 157 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;

Completed in 36 milliseconds