Searched refs:drm_syncobj_wait (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_gem.c40 struct drm_syncobj_wait wait = {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c267 drm_syncobj_wait(struct panvk_device *device, function in typeref:typename:VkResult
272 struct drm_syncobj_wait wait = {
336 return drm_syncobj_wait(device, handles, fenceCount, absolute_timeout(timeout), waitAll);
376 result = drm_syncobj_wait(device, &handle, 1, 0, false);
H A Dpanvk_device.c1074 struct drm_syncobj_wait wait = {
1460 struct drm_syncobj_wait wait = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_fence.c150 struct drm_syncobj_wait args = {
244 struct drm_syncobj_wait args = {
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem.c578 struct drm_syncobj_wait wait = {
602 struct drm_syncobj_wait args = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fence.c201 struct drm_syncobj_wait args = {
363 struct drm_syncobj_wait args = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.c224 struct drm_syncobj_wait args = {
430 struct drm_syncobj_wait args = {
H A Diris_bufmgr.c458 struct drm_syncobj_wait args = {
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c1512 drm_syncobj_wait(struct tu_device *device, function in typeref:typename:VkResult
1516 int ret = drmIoctl(device->fd, DRM_IOCTL_SYNCOBJ_WAIT, &(struct drm_syncobj_wait) {
1573 return drm_syncobj_wait(device, handles, fenceCount, absolute_timeout(timeout), waitAll);
1608 result = drm_syncobj_wait(device, (uint32_t[]){fence->binary.temporary ?: fence->binary.permanent}, 1, 0, false);
1659 result = drm_syncobj_wait(dev, (uint32_t[]){point->syncobj}, 1, 0, true);
1715 result = drm_syncobj_wait(device, (uint32_t[]){point->syncobj}, 1,
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h927 struct drm_syncobj_wait { struct
1222 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h734 struct drm_syncobj_wait { struct
897 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h884 struct drm_syncobj_wait { struct
1079 #define DRM_IOCTL_SYNCOBJ_WAIT DRM_IOWR(0xC3, struct drm_syncobj_wait)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c154 struct drm_syncobj_wait args = {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem.c709 struct drm_syncobj_wait args = {
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c5162 struct drm_syncobj_wait args;

Completed in 30 milliseconds