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

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c1170 ovr.format_type_ptr = VOID2U64(drmMalloc(ovr.count_format_types *
1172 if (!ovr.format_type_ptr)
1180 drmFree(U642VOID(ovr.format_type_ptr));
1193 r->formats = drmAllocCpy(U642VOID(ovr.format_type_ptr),
1202 drmFree(U642VOID(ovr.format_type_ptr));
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h325 * @count_format_types formats. Point @format_type_ptr to this array and call
354 * @format_type_ptr: Pointer to ``__u32`` array of formats that are
357 __u64 format_type_ptr; member in struct:drm_mode_get_plane
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h296 __u64 format_type_ptr; member in struct:drm_mode_get_plane
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h325 * @count_format_types formats. Point @format_type_ptr to this array and call
354 * @format_type_ptr: Pointer to ``__u32`` array of formats that are
357 __u64 format_type_ptr; member in struct:drm_mode_get_plane
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c158 uint64_t format_type_ptr; member in struct:local_mode_get_plane
3607 p.format_type_ptr = (uintptr_t)formats;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2642 uint64_t format_type_ptr; member in struct:sna_crtc_find_planes::local_mode_get_plane

Completed in 29 milliseconds