Searched refs:DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_gem.c44 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
54 * DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT flag.
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dsyncobj_tests.c157 syncobj_data.flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT;
279 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
290 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem.c582 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
592 * DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT flag.
606 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem.c713 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
735 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fence.c377 args.flags |= DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.c244 /* We require DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (kernel 5.2+) for
445 args.flags |= DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c276 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT |
H A Dpanvk_device.c1464 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT,
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h924 #define DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (1 << 1) macro
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1363 sem->flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT;
1454 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT);
1697 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT | (wait_all ? DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL : 0),
1721 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT | (wait_all ? DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL : 0) |
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h733 #define DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (1 << 1) macro
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h882 #define DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT (1 << 1) macro
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_queue.c1426 0, DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT, NULL);
1530 unsigned flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT;
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c864 uint32_t flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1554 DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT |
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c1520 .flags = DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT |
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2952 - iris: Detect DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT kernel support

Completed in 44 milliseconds