Home
last modified time | relevance | path

Searched defs:sync (Results 126 - 150 of 865) sorted by relevance

12345678910>>...35

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync.c116 struct vk_sync *sync; in vk_sync_create() local
81 vk_sync_init(struct vk_device *device, struct vk_sync *sync, const struct vk_sync_type *type, enum vk_sync_flags flags, uint64_t initial_value) vk_sync_init() argument
103 vk_sync_finish(struct vk_device *device, struct vk_sync *sync) vk_sync_finish() argument
135 vk_sync_destroy(struct vk_device *device, struct vk_sync *sync) vk_sync_destroy() argument
143 vk_sync_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_sync_signal() argument
158 vk_sync_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_sync_get_value() argument
167 vk_sync_reset(struct vk_device *device, struct vk_sync *sync) vk_sync_reset() argument
187 assert_valid_wait(struct vk_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags) assert_valid_wait() argument
214 __vk_sync_wait(struct vk_device *device, struct vk_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) __vk_sync_wait() argument
240 vk_sync_wait(struct vk_device *device, struct vk_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) vk_sync_wait() argument
349 vk_sync_import_opaque_fd(struct vk_device *device, struct vk_sync *sync, int fd) vk_sync_import_opaque_fd() argument
364 vk_sync_export_opaque_fd(struct vk_device *device, struct vk_sync *sync, int *fd) vk_sync_export_opaque_fd() argument
380 vk_sync_import_sync_file(struct vk_device *device, struct vk_sync *sync, int sync_file) vk_sync_import_sync_file() argument
396 vk_sync_export_sync_file(struct vk_device *device, struct vk_sync *sync, int *sync_file) vk_sync_export_sync_file() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.c54 void pvr_srv_sync_finish(struct vk_device *device, struct vk_sync *sync) in pvr_srv_sync_finish() argument
42 pvr_srv_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) pvr_srv_sync_init() argument
82 pvr_srv_sync_signal(struct vk_device *device, struct vk_sync *sync, UNUSED uint64_t value) pvr_srv_sync_signal() argument
93 pvr_srv_sync_reset(struct vk_device *device, struct vk_sync *sync) pvr_srv_sync_reset() argument
267 pvr_srv_sync_import_sync_file(struct vk_device *device, struct vk_sync *sync, int sync_file) pvr_srv_sync_import_sync_file() argument
285 pvr_srv_sync_export_sync_file(struct vk_device *device, struct vk_sync *sync, int *sync_file) pvr_srv_sync_export_sync_file() argument
[all...]
/third_party/python/Lib/
H A Dshelve.py164 def sync(self): member in Shelf
/third_party/python/Lib/dbm/
H A Ddumb.py138 sync = _commit variable in _Database
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSyncTest.cpp64 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
143 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); TEST_P() local
170 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); TEST_P() local
207 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); global() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h60 void sync() const { in sync() function in llvm::parallel::detail::Latch
76 void sync() const { L.sync(); } in sync() function in llvm::parallel::detail::TaskGroup
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp433 GLsync sync = ctx.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in wait_sync() local
455 GLsync sync = ctx.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in client_wait_sync() local
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSpinBarrier.cpp76 void SpinBarrier::sync (WaitMode requestedMode) in sync() function in de::SpinBarrier
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp123 void RenderThread::sync (void) in sync() function in tcu::Android::RenderThread
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
H A DTorusBufferStorage.cpp169 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in updateHues() local
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp206 int gzfilebuf::sync() { in sync() function in gzfilebuf
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc299 gzfilebuf::sync() in sync() function in gzfilebuf
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c404 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) in autoremove_wake_function() argument
466 __sched int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) in woken_wake_function() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_pool.c470 kbase_mem_pool_add_array(struct kbase_mem_pool *pool, size_t nr_pages, phys_addr_t *pages, bool zero, bool sync) kbase_mem_pool_add_array() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_pool.c488 kbase_mem_pool_add_array(struct kbase_mem_pool *pool, size_t nr_pages, phys_addr_t *pages, bool zero, bool sync) kbase_mem_pool_add_array() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c196 amdgpu_vmid_grab_idle(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct amdgpu_vmid **idle) amdgpu_vmid_grab_idle() argument
269 amdgpu_vmid_grab_reserved(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct dma_fence *fence, struct amdgpu_job *job, struct amdgpu_vmid **id) amdgpu_vmid_grab_reserved() argument
338 amdgpu_vmid_grab_used(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct dma_fence *fence, struct amdgpu_job *job, struct amdgpu_vmid **id) amdgpu_vmid_grab_used() argument
409 amdgpu_vmid_grab(struct amdgpu_vm *vm, struct amdgpu_ring *ring, struct amdgpu_sync *sync, struct dma_fence *fence, struct amdgpu_job *job) amdgpu_vmid_grab() argument
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-iso.c161 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) fw_iso_context_start() argument
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsleep43xx.S147 sync: label
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-tegra-audio.c128 tegra_audio_sync_clk_init(void __iomem *clk_base, struct tegra_clk *tegra_clks, struct tegra_audio_clk_initdata *sync, int num_sync_clks, const char * const *mux_names, int num_mux_inputs) tegra_audio_sync_clk_init() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c676 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtimestamping.c72 static const unsigned char sync[] = { variable
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsleep43xx.S147 sync: label
/kernel/linux/linux-5.10/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c135 struct dma_buf_sync sync = { in dmabuf_sync() local
/kernel/linux/linux-5.10/drivers/mfd/
H A Ducb1x00-core.c237 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) in ucb1x00_adc_read() argument
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dmacio-adb.c170 static int macio_send_request(struct adb_request *req, int sync) in macio_send_request() argument

Completed in 17 milliseconds

12345678910>>...35