Home
last modified time | relevance | path

Searched defs:dsync (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_sync.c43 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_init() local
62 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_finish() local
77 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_signal() local
93 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_get_value() local
103 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_reset() local
229 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_import_win32_handle() local
252 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_export_win32_handle() local
273 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_prep_win32_export() local
286 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_import_opaque_fd() local
300 struct dzn_sync *dsync = container_of(sync, struct dzn_sync, vk); in dzn_sync_export_opaque_fd() local
/third_party/rust/rust/library/std/src/os/wasi/
Dfs.rs323 fn dsync(&mut self, dsync: bool) -> &mut Self; in dsync() method
376 fn dsync(&mut self, enabled: bool) -> &mut OpenOptions { in dsync() method
/third_party/rust/rust/library/std/src/sys/wasi/
Dfs.rs312 pub fn dsync(&mut self, set: bool) { in dsync() method