Home
last modified time | relevance | path

Searched defs:sync (Results 176 - 200 of 228) sorted by relevance

12345678910

/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp147 bool GrD3DGpu::submitDirectCommandList(SyncQueue sync) { in submitDirectCommandList() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp2811 GLboolean GL_APIENTRY IsSync(GLsync sync) in IsSync() argument
2830 void GL_APIENTRY DeleteSync(GLsync sync) in DeleteSync() argument
2852 ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) ClientWaitSync() argument
2880 WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) WaitSync() argument
2968 GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) GetSynciv() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp455 Resource *sync; member in sw::Renderer
H A DSurface.cpp3110 void Surface::sync() in sync() function in sw::Surface
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.cpp1149 void AssemblerMIPS32::sync() { in sync() function in Ice::MIPS32::AssemblerMIPS32
/third_party/rust/crates/nix/src/
H A Dunistd.rs1353 pub fn sync() { in sync() functions
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1235 u8 sync = 1; in hdmi_config_CVTEM() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1061 u8 sync = 1; in hdmi_config_CVTEM() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp96 const bool sync = gridLayoutProperty->GetShowCachedItemsValue(false); in Measure() local
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-internal.h95 struct ssp_aux_config_sync sync; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3355 dri2_egl_ref_sync(struct dri2_egl_sync *sync) in dri2_egl_ref_sync() argument
3485 dri2_destroy_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_destroy_sync() argument
3514 dri2_dup_native_fence_fd(_EGLDisplay *disp, _EGLSync *sync) in dri2_dup_native_fence_fd() argument
3552 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, EGLint flags, EGLTime timeout) dri2_client_wait_sync() argument
3644 dri2_signal_sync(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode) dri2_signal_sync() argument
3669 dri2_server_wait_sync(_EGLDisplay *disp, _EGLSync *sync) dri2_server_wait_sync() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h1395 memory_sync_info sync; member
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1736 struct dzn_sync *sync = container_of(wait->sync, struct dzn_sync, vk); in dzn_queue_sync_wait() local
1756 struct dzn_sync *sync = container_of(signal->sync, struct dzn_sync, vk); dzn_queue_sync_signal() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c164 struct vk_sync sync; member
1713 struct wsi_display_sync *sync = in wsi_display_sync_create() local
1659 wsi_display_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) wsi_display_sync_init() argument
1668 wsi_display_sync_finish(struct vk_device *device, struct vk_sync *sync) wsi_display_sync_finish() argument
1678 wsi_display_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) wsi_display_sync_wait() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1163 void sync() { fence(0b1111, 0b1111); } in sync() function
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp2707 GLenum GL_APIENTRY GL_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in GL_ClientWaitSync() argument
2740 void GL_APIENTRY GL_DeleteSync(GLsync sync) in GL_DeleteSync() argument
3041 GL_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) GL_GetSynciv() argument
3066 GL_IsSync(GLsync sync) GL_IsSync() argument
3257 GL_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) GL_WaitSync() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp1045 Sync *sync = static_cast<Sync *>(object); in ValidateLabeledObject() local
2151 bool ValidateSync(const ValidationContext *val, const Display *display, const Sync *sync) in ValidateSync() argument
1345 ValidateGetSyncAttribBase(const ValidationContext *val, const Display *display, const Sync *sync, EGLint attribute) ValidateGetSyncAttribBase() argument
2203 GetSyncIfValid(const Display *display, const Sync *sync) GetSyncIfValid() argument
3860 ValidateDestroySync(const ValidationContext *val, const Display *display, const Sync *sync) ValidateDestroySync() argument
3873 ValidateClientWaitSync(const ValidationContext *val, const Display *display, const Sync *sync, EGLint flags, EGLTime timeout) ValidateClientWaitSync() argument
3892 ValidateWaitSync(const ValidationContext *val, const Display *display, const Sync *sync, EGLint flags) ValidateWaitSync() argument
3940 ValidateGetSyncAttrib(const ValidationContext *val, const Display *display, const Sync *sync, EGLint attribute, const EGLAttrib *value) ValidateGetSyncAttrib() argument
3954 ValidateGetSyncAttribKHR(const ValidationContext *val, const Display *display, const Sync *sync, EGLint attribute, const EGLint *value) ValidateGetSyncAttribKHR() argument
5864 ValidateDupNativeFenceFDANDROID(const ValidationContext *val, const Display *display, const Sync *sync) ValidateDupNativeFenceFDANDROID() argument
5899 ValidateSignalSyncKHR(const ValidationContext *val, const Display *display, const Sync *sync, EGLenum mode) ValidateSignalSyncKHR() argument
[all...]
/third_party/python/Modules/
H A D_tkinter.c571 Tkapp_New(const char *screenName, const char *className, int interactive, int wantobjects, int wantTk, int sync, const char *use) Tkapp_New() argument
3030 _tkinter_create_impl(PyObject *module, const char *screenName, const char *baseName, const char *className, int interactive, int wantobjects, int wantTk, int sync, const char *use) _tkinter_create_impl() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1473 static int kbase_api_mem_sync(struct kbase_context *kctx, struct kbase_ioctl_mem_sync *sync) in kbase_api_mem_sync() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1158 kbase_api_mem_sync(struct kbase_context *kctx, struct kbase_ioctl_mem_sync *sync) kbase_api_mem_sync() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1042 kbase_api_mem_sync(struct kbase_context *kctx, struct kbase_ioctl_mem_sync *sync) kbase_api_mem_sync() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1520 kbase_api_mem_sync(struct kbase_context *kctx, struct kbase_ioctl_mem_sync *sync) kbase_api_mem_sync() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp880 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in RenderProcessEndCommandLists() local
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c414 char *p, *sync; in opt_map() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c3576 struct qinst *sync = in ntq_emit_intrinsic() local

Completed in 101 milliseconds

12345678910