Home
last modified time | relevance | path

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

12345678910>>...35

/external/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 …]
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dchild.h29 #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/
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()
/external/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()
/external/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
/external/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 …]
/external/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()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_sync.h36 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()
Dgl_sync.cc32 GlSync sync; in GlSyncWait() local
53 GlSync sync; in GlActiveSyncWait() local
85 GlShaderSync sync; in NewSync() local
/external/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
/external/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
/external/linux-kselftest/tools/testing/selftests/kvm/
Dmemslot_perf_test.c253 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/android-crates-io/crates/crossbeam-utils/src/
Dlib.rs51 pub(crate) mod sync { module
74 pub(crate) mod sync { module
106 pub mod sync; module
/external/angle/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
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/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
/external/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()
/external/coreboot/src/soc/mediatek/common/dp/
Ddp_intf.c28 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_hsync()
39 struct mtk_dpintf_sync_param *sync, in mtk_dpintf_config_vsync()
57 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_lodd()
64 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_leven()
71 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_rodd()
78 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_reven()
/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Dlib.rs75 pub(crate) mod sync { module
121 pub(crate) mod sync { module
151 mod sync; module
/external/compiler-rt/test/lsan/TestCases/
Duse_registers.cc16 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local
46 int sync = 0; in main() local
Duse_stacks_threaded.cc16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local
26 int sync = 0; in main() local

12345678910>>...35