| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DGpu.cpp | 147 bool GrD3DGpu::submitDirectCommandList(SyncQueue sync) { in submitDirectCommandList() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv3.cpp | 2811 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 D | Renderer.hpp | 455 Resource *sync; member in sw::Renderer
|
| H A D | Surface.cpp | 3110 void Surface::sync() in sync() function in sw::Surface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerMIPS32.cpp | 1149 void AssemblerMIPS32::sync() { in sync() function in Ice::MIPS32::AssemblerMIPS32
|
| /third_party/rust/crates/nix/src/ |
| H A D | unistd.rs | 1353 pub fn sync() { in sync() functions
|
| /device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 1235 u8 sync = 1;
in hdmi_config_CVTEM() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 1061 u8 sync = 1; in hdmi_config_CVTEM() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
| H A D | grid_scroll_layout_algorithm.cpp | 96 const bool sync = gridLayoutProperty->GetShowCachedItemsValue(false); in Measure() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ssp/ |
| H A D | ssp-internal.h | 95 struct ssp_aux_config_sync sync; member
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 3355 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 D | aco_ir.h | 1395 memory_sync_info sync; member
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_device.c | 1736 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 D | wsi_common_display.c | 164 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 D | assembler-riscv64.h | 1163 void sync() { fence(0b1111, 0b1111); } in sync() function
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_3_autogen.cpp | 2707 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 D | validationEGL.cpp | 1045 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.c | 571 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 D | mali_kbase_core_linux.c | 1473 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 D | mali_kbase_core_linux.c | 1158 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 D | mali_kbase_core_linux.c | 1042 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 D | mali_kbase_core_linux.c | 1520 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 D | render_backend_gles.cpp | 880 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in RenderProcessEndCommandLists() local
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg_opt.c | 414 char *p, *sync; in opt_map() local [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 3576 struct qinst *sync = in ntq_emit_intrinsic() local
|