Home
last modified time | relevance | path

Searched refs:drm_v3d_sem (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c577 static struct drm_v3d_sem *
615 struct drm_v3d_sem *syncs = in set_in_syncs()
616 vk_zalloc(&device->vk.alloc, *count * sizeof(struct drm_v3d_sem), in set_in_syncs()
640 static struct drm_v3d_sem *
657 struct drm_v3d_sem *syncs = in set_out_syncs()
658 vk_zalloc(&device->vk.alloc, *count * sizeof(struct drm_v3d_sem), in set_out_syncs()
703 struct drm_v3d_sem *out_syncs = NULL, *in_syncs = NULL; in set_multisync()
/third_party/mesa3d/include/drm-uapi/
Dv3d_drm.h81 struct drm_v3d_sem { struct
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c454 struct drm_v3d_sem *out_syncs = (void *)(uintptr_t)ms->out_syncs; in v3d_simulator_signal_syncobjs()