Home
last modified time | relevance | path

Searched defs:drm_syncobj_wait (Results 1 – 5 of 5) sorted by relevance

/external/igt-gpu-tools/include/drm-uapi/
Ddrm.h734 struct drm_syncobj_wait { struct
735 __u64 handles;
737 __s64 timeout_nsec;
738 __u32 count_handles;
739 __u32 flags;
740 __u32 first_signaled; /* only valid when not waiting all */
741 __u32 pad;
/external/mesa3d/include/drm-uapi/
Ddrm.h746 struct drm_syncobj_wait { struct
747 __u64 handles;
749 __s64 timeout_nsec;
750 __u32 count_handles;
751 __u32 flags;
752 __u32 first_signaled; /* only valid when not waiting all */
753 __u32 pad;
/external/kernel-headers/original/uapi/drm/
Ddrm.h753 struct drm_syncobj_wait { struct
754 __u64 handles;
756 __s64 timeout_nsec;
757 __u32 count_handles;
758 __u32 flags;
759 __u32 first_signaled; /* only valid when not waiting all */
760 __u32 pad;
/external/libdrm/include/drm/
Ddrm.h746 struct drm_syncobj_wait { struct
747 __u64 handles;
749 __s64 timeout_nsec;
750 __u32 count_handles;
751 __u32 flags;
752 __u32 first_signaled; /* only valid when not waiting all */
753 __u32 pad;
/external/mesa3d/src/freedreno/vulkan/
Dtu_drm.c788 drm_syncobj_wait(struct tu_device *device, in drm_syncobj_wait() function