| /external/mesa3d/src/intel/compiler/tests/gen12/ |
| D | sync.asm | 1 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 …]
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
| D | child.h | 29 #define CHILD_FAIL_IF(x, sync) \ argument 40 #define PARENT_FAIL_IF(x, sync) \ argument 51 #define PARENT_SKIP_IF_UNSUPPORTED(x, sync) \ argument 60 int init_child_sync(struct child_sync *sync) in init_child_sync() 79 void destroy_child_sync(struct child_sync *sync) in destroy_child_sync() 85 int wait_child(struct child_sync *sync) in wait_child() 99 int prod_child(struct child_sync *sync) in prod_child() 113 int wait_parent(struct child_sync *sync) in wait_parent() 127 int prod_parent(struct child_sync *sync) in prod_parent()
|
| /external/mesa3d/src/vulkan/runtime/ |
| D | vk_sync.c | 82 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 …]
|
| D | vk_drm_syncobj.c | 38 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 …]
|
| D | vk_sync_binary.c | 29 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()
|
| D | vk_sync_binary.h | 33 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()
|
| D | vk_sync_timeline.h | 37 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()
|
| /external/mesa3d/src/egl/main/ |
| D | eglsync.h | 60 _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()
|
| D | eglsync.c | 40 _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()
|
| /external/mesa3d/src/microsoft/vulkan/ |
| D | dzn_sync.c | 40 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 …]
|
| /external/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_pipe_sync.c | 28 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
|
| /external/mesa3d/src/mesa/main/ |
| D | syncobj.c | 177 _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()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
| D | gl_sync.h | 36 GLsync sync; in NewSync() local 47 GlSync(GlSync&& sync) : sync_(sync.sync_) { sync.sync_ = nullptr; } in GlSync() function 62 const GLsync sync() const { return sync_; } in sync() function 65 explicit GlSync(GLsync sync) : sync_(sync) {} in GlSync()
|
| D | gl_sync.cc | 32 GlSync sync; in GlSyncWait() local 53 GlSync sync; in GlActiveSyncWait() local 85 GlShaderSync sync; in NewSync() local
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_bo_sync.c | 30 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 59 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_finish() local 68 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_reset() local 116 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local 173 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
|
| /external/mesa3d/src/intel/vulkan_hasvk/ |
| D | anv_bo_sync.c | 29 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
|
| /external/linux-kselftest/tools/testing/selftests/kvm/ |
| D | memslot_perf_test.c | 253 struct sync_area *sync; in prepare_vm() local 353 static void let_guest_run(struct sync_area *sync) in let_guest_run() 360 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start() local 366 static void make_guest_exit(struct sync_area *sync) in make_guest_exit() 373 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit() local 386 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync() 399 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync() local 417 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local 445 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local 474 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local [all …]
|
| /external/rust/crates/crossbeam-utils/src/ |
| D | lib.rs | 48 pub(crate) mod sync { module 71 pub(crate) mod sync { module 103 pub mod sync; module
|
| /external/angle/src/tests/gl_tests/ |
| D | FenceSyncTests.cpp | 146 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 234 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 245 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 318 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
|
| /external/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
| D | pvr_srv_sync.c | 43 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()
|
| /external/mesa3d/src/freedreno/vulkan/ |
| D | tu_knl_drm.cc | 224 tu_syncobj_from_vk_sync(struct vk_sync *sync) in tu_syncobj_from_vk_sync() 244 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_init() local 266 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_finish() local 278 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_reset() local 338 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local 361 struct tu_timeline_sync *sync = submitted_syncs[i]; in tu_timeline_sync_wait() local 382 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | lib.rs | 75 pub(crate) mod sync { module 121 pub(crate) mod sync { module 151 mod sync; module
|
| /external/compiler-rt/test/lsan/TestCases/ |
| D | use_stacks_threaded.cc | 16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local 26 int sync = 0; in main() local
|
| D | use_registers.cc | 16 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local 46 int sync = 0; in main() local
|
| /external/deqp/framework/egl/wrapper/ |
| D | eglwImplExt.inl | 7 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)
|