Home
last modified time | relevance | path

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

12345678910>>...13

/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.h37 struct vk_sync_type sync; member
56 struct vk_sync sync; member
79 struct vk_sync sync; member
121 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_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()
505 struct vk_sync *sync, in vk_sync_timeline_wait()
/third_party/mesa3d/src/egl/main/
Deglsync.h67 _eglGetSync(_EGLSync *sync) in _eglGetSync()
79 _eglPutSync(_EGLSync *sync) in _eglPutSync()
90 _eglLinkSync(_EGLSync *sync) in _eglLinkSync()
101 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync()
114 _EGLSync *sync = (_EGLSync *) handle; in _eglLookupSync() local
125 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList()
86 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, in _eglInitSync()
123 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, in _eglGetSyncAttrib()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipe_sync.c28 lvp_pipe_sync_validate(ASSERTED struct lvp_pipe_sync *sync) in lvp_pipe_sync_validate()
39 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_init() local
54 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_finish() local
65 struct lvp_pipe_sync *sync, in lvp_pipe_sync_signal_with_fence()
82 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_signal() local
100 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_reset() local
144 struct lvp_pipe_sync *sync, in lvp_pipe_sync_wait_locked()
230 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_wait() local
/third_party/mesa3d/src/mesa/main/
Dsyncobj.c174 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync()
214 _mesa_IsSync(GLsync sync) in _mesa_IsSync()
224 delete_sync(struct gl_context *ctx, GLsync sync, bool no_error) in delete_sync()
256 _mesa_DeleteSync_no_error(GLsync sync) in _mesa_DeleteSync_no_error()
264 _mesa_DeleteSync(GLsync sync) in _mesa_DeleteSync()
369 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error()
379 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync()
437 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error()
447 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync()
475 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, in _mesa_GetSynciv()
/third_party/mesa3d/src/intel/vulkan/
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/mesa3d/src/microsoft/vulkan/
Ddzn_sync.c40 struct vk_sync *sync, in dzn_sync_init()
59 struct vk_sync *sync) in dzn_sync_finish()
68 struct vk_sync *sync, in dzn_sync_signal()
84 struct vk_sync *sync, in dzn_sync_get_value()
95 struct vk_sync *sync) in dzn_sync_reset()
152 struct dzn_sync *sync = container_of(waits[i].sync, struct dzn_sync, vk); in dzn_sync_wait() local
/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()
268 struct vk_sync *sync, in pvr_srv_sync_import_sync_file()
286 struct vk_sync *sync, in pvr_srv_sync_export_sync_file()
/third_party/flutter/skia/src/gpu/gl/
DGrGLSemaphore.h24 GrGLsync sync, in MakeWrapped()
32 GrGLsync sync() const { return fSync; } in sync() function
33 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
/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()
DGrGLAssembleWebGLInterfaceAutogen.cpp32 void emscripten_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glWaitSync()
39 GLenum emscripten_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glClientWaitSync()
/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/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncTest.cpp58 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
137 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
164 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
201 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFenceSyncTests.cpp142 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
152 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
211 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
231 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
/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)
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c407 vk_sync_is_tu_timeline_sync(const struct vk_sync *sync) in vk_sync_is_tu_timeline_sync()
413 to_tu_timeline_sync(struct vk_sync *sync) in to_tu_timeline_sync()
420 tu_syncobj_from_vk_sync(struct vk_sync *sync) in tu_syncobj_from_vk_sync()
440 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_init() local
462 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_finish() local
474 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_reset() local
534 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local
557 struct tu_timeline_sync *sync = submitted_syncs[i]; in tu_timeline_sync_wait() local
578 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local
1074 struct tu_timeline_sync *sync = in tu_queue_submit_locked() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c125 _gl_sync_ref (struct gl_sync *sync) in _gl_sync_ref()
137 _gl_sync_unref (struct gl_sync *sync) in _gl_sync_unref()
159 const struct gl_sync *sync = a; in _queue_compare_gl_sync() local
901 _gl_sync_release_buffer (struct gl_sync *sync, gboolean render) in _gl_sync_release_buffer()
951 _gl_sync_release_next_buffer (struct gl_sync *sync, gboolean render) in _gl_sync_release_next_buffer()
1035 _gl_sync_render_unlocked (struct gl_sync *sync) in _gl_sync_render_unlocked()
1115 _amc_gl_possibly_wait_for_gl_sync (struct gl_sync *sync, gint64 end_time) in _amc_gl_possibly_wait_for_gl_sync()
1166 struct gl_sync *sync = sync_meta->data; in _amc_gl_iterate_queue_unlocked() local
1206 struct gl_sync *sync = wait->sync_meta->data; in _amc_gl_wait_gl() local
1216 struct gl_sync *sync = sync_meta->data; in _amc_gl_wait() local
[all …]
/third_party/node/benchmark/streams/
Dwritable-manywrites.js8 sync: ['yes', 'no'], property
14 function main({ n, sync, writev, callback, len }) { property
/third_party/node/deps/npm/node_modules/mkdirp/
Dindex.js56 mkdirP.sync = function sync (p, opts, made) { function

12345678910>>...13