Home
last modified time | relevance | path

Searched defs:sync (Results 226 - 250 of 891) sorted by relevance

12345678910>>...36

/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-jack.c38 unsigned int sync = 0; in snd_soc_jack_report() local
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/
H A Dsst_pvt.c220 sst_prepare_and_post_msg(struct intel_sst_drv *sst, int task_id, int ipc_msg, int cmd_id, int pipe_id, size_t mbox_data_len, const void *mbox_data, void **data, bool large, bool fill_dsp, bool sync, bool response) sst_prepare_and_post_msg() argument
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java279 private void sync() { sync() method in CalendarICU
[all...]
/third_party/mesa3d/src/egl/main/
H A Degldisplay.c349 _EGLSync *sync = (_EGLSync *) list; in _eglReleaseDisplayResources() local
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c332 virtio_execbuf(struct fd_device *dev, struct msm_ccmd_req *req, bool sync) in virtio_execbuf() argument
/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c230 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync, in disasm_alu() argument
475 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) in disasm_fetch() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_queue.c290 struct vk_sync *sync; in pvr_process_compute_cmd() local
331 struct vk_sync *sync; in pvr_process_transfer_cmds() local
370 struct vk_sync *sync; pvr_set_semaphore_payloads() local
429 struct vk_sync *sync; pvr_set_fence_payload() local
609 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); pvr_QueueSubmit() local
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddevice.h112 int (*sync)(struct ntfs_device *dev); member
/third_party/mesa3d/src/mesa/main/
H A Dsyncobj.c174 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) _mesa_get_and_ref_sync() argument
214 _mesa_IsSync(GLsync sync) _mesa_IsSync() argument
224 delete_sync(struct gl_context *ctx, GLsync sync, bool no_error) delete_sync() argument
256 _mesa_DeleteSync_no_error(GLsync sync) _mesa_DeleteSync_no_error() argument
264 _mesa_DeleteSync(GLsync sync) _mesa_DeleteSync() argument
369 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) _mesa_ClientWaitSync_no_error() argument
379 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) _mesa_ClientWaitSync() argument
437 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) _mesa_WaitSync_no_error() argument
447 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) _mesa_WaitSync() argument
475 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) _mesa_GetSynciv() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c360 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportFenceFdKHR() local
426 struct vk_sync *sync = vk_fence_get_active_sync(fence); in vk_common_GetFenceFdKHR() local
[all...]
H A Dvk_drm_syncobj.c38 to_drm_syncobj(struct vk_sync *sync) in to_drm_syncobj() argument
45 vk_drm_syncobj_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_drm_syncobj_init() argument
76 vk_drm_syncobj_finish(struct vk_device *device, struct vk_sync *sync) vk_drm_syncobj_finish() argument
87 vk_drm_syncobj_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_drm_syncobj_signal() argument
108 vk_drm_syncobj_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_drm_syncobj_get_value() argument
125 vk_drm_syncobj_reset(struct vk_device *device, struct vk_sync *sync) vk_drm_syncobj_reset() argument
141 sync_has_sync_file(struct vk_device *device, struct vk_sync *sync) sync_has_sync_file() argument
294 vk_drm_syncobj_import_opaque_fd(struct vk_device *device, struct vk_sync *sync, int fd) vk_drm_syncobj_import_opaque_fd() argument
317 vk_drm_syncobj_export_opaque_fd(struct vk_device *device, struct vk_sync *sync, int *fd) vk_drm_syncobj_export_opaque_fd() argument
334 vk_drm_syncobj_import_sync_file(struct vk_device *device, struct vk_sync *sync, int sync_file) vk_drm_syncobj_import_sync_file() argument
351 vk_drm_syncobj_export_sync_file(struct vk_device *device, struct vk_sync *sync, int *sync_file) vk_drm_syncobj_export_sync_file() argument
[all...]
H A Dvk_sync_timeline.c36 to_vk_sync_timeline(struct vk_sync *sync) in to_vk_sync_timeline() argument
57 vk_sync_timeline_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_timeline_init() argument
87 vk_sync_timeline_finish(struct vk_device *device, struct vk_sync *sync) vk_sync_timeline_finish() argument
392 vk_sync_timeline_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_sync_timeline_signal() argument
406 vk_sync_timeline_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_sync_timeline_get_value() argument
504 vk_sync_timeline_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_timeline_wait() argument
[all...]
H A Dvk_semaphore.c288 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_GetSemaphoreCounterValue() local
343 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); in vk_common_SignalSemaphore() local
399 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreFdKHR() local
486 struct vk_sync *sync = vk_semaphore_get_active_sync(semaphore); vk_common_GetSemaphoreFdKHR() local
[all...]
H A Dvk_sync.h295 struct vk_sync *sync; global() member
302 struct vk_sync *sync; global() member
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE); in handleSHFL() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c525 unsigned sync = 0; in r600_cp_dma_copy_buffer() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDebugTest.cpp530 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
H A DMultithreadingTest.cpp765 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); local
814 EGLSyncKHR sync = EGL_NO_SYNC_KHR; local
[all...]
/third_party/skia/tests/
H A DSurfaceSemaphoreTest.cpp259 GrGLsync sync = semaphore.glSync(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.h59 unsigned int sync; /* protocol instance variable: Sync */ member
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp371 void ServiceDevAuth::ActCallback(int32_t objIdx, int32_t callbackId, bool sync, in ActCallback() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool.c652 kbase_mem_pool_add_array(struct kbase_mem_pool *pool, size_t nr_pages, struct tagged_addr *pages, bool zero, bool sync) kbase_mem_pool_add_array() argument
692 kbase_mem_pool_add_array_locked(struct kbase_mem_pool *pool, size_t nr_pages, struct tagged_addr *pages, bool zero, bool sync) kbase_mem_pool_add_array_locked() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool.c656 kbase_mem_pool_add_array(struct kbase_mem_pool *pool, size_t nr_pages, struct tagged_addr *pages, bool zero, bool sync) kbase_mem_pool_add_array() argument
696 kbase_mem_pool_add_array_locked(struct kbase_mem_pool *pool, size_t nr_pages, struct tagged_addr *pages, bool zero, bool sync) kbase_mem_pool_add_array_locked() argument
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_audio_sink.cpp434 void AudioSink::SetSync(PlayerSync *sync) in SetSync() argument
H A Dplayer_video_sink.cpp429 void VideoSink::SetSync(PlayerSync *sync) in SetSync() argument

Completed in 17 milliseconds

12345678910>>...36