Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/third_party/mesa3d/src/intel/compiler/tests/gen12/
Dsync.asm1 sync nop(16) null<0,1,0>UB { align1 WE_all 1H @1 }; label
2 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @1 }; label
3 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @2 }; label
4 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @3 }; label
5 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @4 }; label
6 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @5 }; label
7 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @6 }; label
8 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @7 }; label
9 sync nop(1) null<0,1,0>UB { align1 WE_all 3N @1 }; label
10 sync nop(1) null<0,1,0>UB { align1 WE_all 3N @2 }; label
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync.c82 struct vk_sync *sync, in vk_sync_init()
104 struct vk_sync *sync) in vk_sync_finish()
116 struct vk_sync *sync; in vk_sync_create() local
136 struct vk_sync *sync) in vk_sync_destroy()
144 struct vk_sync *sync, in vk_sync_signal()
159 struct vk_sync *sync, in vk_sync_get_value()
168 struct vk_sync *sync) in vk_sync_reset()
187 assert_valid_wait(struct vk_sync *sync, in assert_valid_wait()
215 struct vk_sync *sync, in __vk_sync_wait()
241 struct vk_sync *sync, in vk_sync_wait()
[all …]
Dvk_drm_syncobj.c38 to_drm_syncobj(struct vk_sync *sync) in to_drm_syncobj()
46 struct vk_sync *sync, in vk_drm_syncobj_init()
77 struct vk_sync *sync) in vk_drm_syncobj_finish()
88 struct vk_sync *sync, in vk_drm_syncobj_signal()
109 struct vk_sync *sync, in vk_drm_syncobj_get_value()
126 struct vk_sync *sync) in vk_drm_syncobj_reset()
141 sync_has_sync_file(struct vk_device *device, struct vk_sync *sync) in sync_has_sync_file()
295 struct vk_sync *sync, in vk_drm_syncobj_import_opaque_fd()
318 struct vk_sync *sync, in vk_drm_syncobj_export_opaque_fd()
335 struct vk_sync *sync, in vk_drm_syncobj_import_sync_file()
[all …]
Dvk_sync_binary.c29 to_vk_sync_binary(struct vk_sync *sync) in to_vk_sync_binary()
38 struct vk_sync *sync, in vk_sync_binary_init()
57 struct vk_sync *sync) in vk_sync_binary_finish()
66 struct vk_sync *sync) in vk_sync_binary_reset()
77 struct vk_sync *sync, in vk_sync_binary_signal()
Dvk_sync_binary.h33 struct vk_sync_type sync; member
49 struct vk_sync sync; member
67 vk_sync_as_binary(struct vk_sync *sync) in vk_sync_as_binary()
Dvk_sync_timeline.h38 struct vk_sync_type sync; member
57 struct vk_sync sync; member
80 struct vk_sync sync; member
122 vk_sync_as_timeline(struct vk_sync *sync) in vk_sync_as_timeline()
Dvk_sync_dummy.c28 struct vk_sync *sync, in vk_sync_dummy_init()
36 struct vk_sync *sync) in vk_sync_dummy_finish()
Dvk_semaphore.c322 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreCounterValue() local
379 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_SignalSemaphore() local
436 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreWin32HandleKHR() local
508 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreWin32HandleKHR() local
551 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreFdKHR() local
638 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreFdKHR() local
Dvk_sync_timeline.c36 to_vk_sync_timeline(struct vk_sync *sync) in to_vk_sync_timeline()
58 struct vk_sync *sync, in vk_sync_timeline_init()
88 struct vk_sync *sync) in vk_sync_timeline_finish()
393 struct vk_sync *sync, in vk_sync_timeline_signal()
407 struct vk_sync *sync, in vk_sync_timeline_get_value()
481 struct vk_sync *sync, in vk_sync_timeline_wait()
/third_party/mesa3d/src/egl/main/
Deglsync.h60 _eglGetSync(_EGLSync *sync) in _eglGetSync()
71 _eglPutSync(_EGLSync *sync) in _eglPutSync()
81 _eglLinkSync(_EGLSync *sync) in _eglLinkSync()
91 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync()
103 _EGLSync *sync = (_EGLSync *)handle; in _eglLookupSync() local
113 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
Deglsync.c40 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList()
83 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, in _eglInitSync()
119 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, EGLint attribute, in _eglGetSyncAttrib()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipe_sync.c29 lvp_pipe_sync_validate(ASSERTED struct lvp_pipe_sync *sync) in lvp_pipe_sync_validate()
40 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_init() local
55 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_finish() local
66 struct lvp_pipe_sync *sync, in lvp_pipe_sync_signal_with_fence()
83 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_signal() local
101 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_reset() local
145 struct lvp_pipe_sync *sync, in lvp_pipe_sync_wait_locked()
231 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_wait() local
250 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_import_sync_file() local
270 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_export_sync_file() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_sync.c40 struct vk_sync *sync, in dzn_sync_init()
60 struct vk_sync *sync) in dzn_sync_finish()
74 struct vk_sync *sync, in dzn_sync_signal()
90 struct vk_sync *sync, in dzn_sync_get_value()
101 struct vk_sync *sync) in dzn_sync_reset()
158 struct dzn_sync *sync = container_of(waits[i].sync, struct dzn_sync, vk); in dzn_sync_wait() local
226 dzn_sync_import_win32_handle(struct vk_device *device, struct vk_sync *sync, in dzn_sync_import_win32_handle()
250 dzn_sync_export_win32_handle(struct vk_device *device, struct vk_sync *sync, HANDLE *handle) in dzn_sync_export_win32_handle()
269 dzn_sync_prep_win32_export(struct vk_device *device, struct vk_sync *sync, in dzn_sync_prep_win32_export()
283 dzn_sync_import_opaque_fd(struct vk_device *device, struct vk_sync *sync, in dzn_sync_import_opaque_fd()
[all …]
/third_party/mesa3d/src/mesa/main/
Dsyncobj.c177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync()
217 _mesa_IsSync(GLsync sync) in _mesa_IsSync()
227 delete_sync(struct gl_context *ctx, GLsync sync, bool no_error) in delete_sync()
259 _mesa_DeleteSync_no_error(GLsync sync) in _mesa_DeleteSync_no_error()
267 _mesa_DeleteSync(GLsync sync) in _mesa_DeleteSync()
372 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error()
382 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync()
440 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error()
450 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync()
478 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, in _mesa_GetSynciv()
/third_party/mesa3d/src/intel/vulkan/
Danv_bo_sync.c30 to_anv_bo_sync(struct vk_sync *sync) in to_anv_bo_sync()
42 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_init() local
60 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_finish() local
69 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_reset() local
117 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
174 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_bo_sync.c29 to_anv_bo_sync(struct vk_sync *sync) in to_anv_bo_sync()
41 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_init() local
58 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_finish() local
67 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_reset() local
114 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
171 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
/third_party/rust/rust/tests/rustdoc/
Dnamespaces.rs4 pub mod sync { module
8 pub fn sync() {} in sync() function
/third_party/skia/src/gpu/gl/
DGrGLSemaphore.h24 GrGLsync sync, in MakeWrapped()
34 GrGLsync sync() const { return fSync; } in sync() function
35 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_sync.c43 struct vk_sync *sync, in pvr_srv_sync_init()
54 void pvr_srv_sync_finish(struct vk_device *device, struct vk_sync *sync) in pvr_srv_sync_finish()
83 struct vk_sync *sync, in pvr_srv_sync_signal()
94 struct vk_sync *sync) in pvr_srv_sync_reset()
231 struct vk_sync *sync, in pvr_srv_sync_import_sync_file()
249 struct vk_sync *sync, in pvr_srv_sync_export_sync_file()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_knl_drm.cc180 tu_syncobj_from_vk_sync(struct vk_sync *sync) in tu_syncobj_from_vk_sync()
200 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_init() local
222 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_finish() local
234 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_reset() local
294 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local
317 struct tu_timeline_sync *sync = submitted_syncs[i]; in tu_timeline_sync_wait() local
338 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local
Dtu_knl_drm.h55 vk_sync_is_tu_timeline_sync(const struct vk_sync *sync) in vk_sync_is_tu_timeline_sync()
61 to_tu_timeline_sync(struct vk_sync *sync) in to_tu_timeline_sync()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFenceSyncTests.cpp146 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
156 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
215 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
235 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
293 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/
Dtensorrt_allocator.cc83 bool sync, size_t size) { in SyncMemHostToDevice()
89 bool sync) { in SyncMemDeviceToHost()
126 bool sync) { in SyncMemDeviceToHost()
158 bool is_host2device, bool sync) { in SyncMemInHostAndDevice()
189 bool is_host2device, bool sync) { in SyncMemInHostAndDevice()
/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLSemaphore.h28 GrGLsync sync() const { return fSync; } in sync() function
29 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwImplExt.inl7 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
55 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
71 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)
95 EGLBoolean eglwSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
119 EGLint eglwWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags)

12345678910>>...12