/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.h | 73 vk_fence_get_active_sync(struct vk_fence *fence) vk_fence_get_active_sync() argument [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DSemaphore.h | 26 ID3D12Fence* fence() const { return fFenceInfo.fFence.get(); } in fence() function in GrD3DSemaphore
|
/foundation/graphic/graphic_surface/sync_fence/test/unittest/ |
H A D | sync_fence_tracker_test.cpp | 49 sptr<SyncFence> fence = new SyncFence(0);
in HWTEST_F() local 138 sptr<SyncFence> fence = new SyncFence(0);
in HWTEST_F() local [all...] |
H A D | frame_sched_test.cpp | 98 sptr<SyncFence> fence = new SyncFence(0);
in HWTEST_F() local
|
/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | acquire_fence_manager.cpp | 31 void AcquireFenceTracker::TrackFence(const sptr<SyncFence>& fence, bool traceTag)
in TrackFence() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_frame_sync_gles.cpp | 36 GLsync fence = (GLsync)ref.aFence; in ~RenderFrameSyncGLES() local 52 GLsync fence = (GLsync)(frameFences_[bufferingIndex_].aFence); in WaitForFrameFence() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_fence.c | 35 softpipe_fence_reference(struct pipe_screen *screen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) softpipe_fence_reference() argument 44 softpipe_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) softpipe_fence_finish() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_query.h | 47 struct lp_fence *fence; /* fence from last scene this was binned in */ member
|
H A D | lp_fence.c | 50 struct lp_fence *fence = CALLOC_STRUCT(lp_fence); in lp_fence_create() local 72 lp_fence_destroy(struct lp_fence *fence) lp_fence_destroy() argument 88 lp_fence_signal(struct lp_fence *fence) lp_fence_signal() argument [all...] |
H A D | lp_fence.h | 92 lp_fence_issued(const struct lp_fence *fence) in lp_fence_issued() argument
|
/third_party/libdrm/tegra/ |
H A D | syncpt.c | 85 drm_tegra_fence_wait(struct drm_tegra_fence *fence, unsigned long timeout) in drm_tegra_fence_wait() argument
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_flush.c | 40 i915_flush_pipe(struct pipe_context *pipe, struct pipe_fence_handle **fence, in i915_flush_pipe() argument 75 i915_flush(struct i915_context *i915, struct pipe_fence_handle **fence, in i915_flush() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_flush.c | 36 r300_flush_and_cleanup(struct r300_context *r300, unsigned flags, struct pipe_fence_handle **fence) r300_flush_and_cleanup() argument 74 r300_flush(struct pipe_context *pipe, unsigned flags, struct pipe_fence_handle **fence) r300_flush() argument 127 r300_flush_wrapped(struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) r300_flush_wrapped() argument [all...] |
/drivers/peripheral/location/geofence/hdi_service/ |
H A D | geofence_interface_impl.cpp | 39 int32_t GeofenceInterfaceImpl::AddGnssGeofence(const GeofenceInfo& fence, int monitorEvent) in AddGnssGeofence() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_frame_sync_vk.cpp | 74 VkFence fence = frameFences_[bufferingIndex_].fence; in WaitForFrameFence() local [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_frame_ohos.h | 39 void SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdiframebuffersurface_test.cpp | 56 sptr<SyncFence> fence = new SyncFence(10);
in HWTEST_F() local 107 sptr<SyncFence> fence = new SyncFence(10);
in HWTEST_F() local
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.h | 43 struct amdgpu_cs_fence fence; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_flush.c | 35 svga_flush( struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) svga_flush() argument 86 svga_create_fence_fd(struct pipe_context *pipe, struct pipe_fence_handle **fence, int fd, enum pipe_fd_type type) svga_create_fence_fd() argument 105 svga_fence_server_sync(struct pipe_context *pipe, struct pipe_fence_handle *fence) svga_fence_server_sync() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_fence.h | 48 struct zink_fence *fence; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_helpers.h | 107 struct pipe_fence_handle *fence; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_batch.h | 38 struct d3d12_fence *fence; member
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
H A D | i915_drm_fence.c | 23 struct i915_drm_fence *fence = CALLOC_STRUCT(i915_drm_fence); in i915_drm_fence_create() local 36 i915_drm_fence_reference(struct i915_winsys *iws, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) i915_drm_fence_reference() argument 52 i915_drm_fence_signalled(struct i915_winsys *iws, struct pipe_fence_handle *fence) i915_drm_fence_signalled() argument 65 i915_drm_fence_finish(struct i915_winsys *iws, struct pipe_fence_handle *fence) i915_drm_fence_finish() argument [all...] |
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | buffer_producer_wrapper.cpp | 37 int fence = 0; in BufferProducerRequestBuffer() local
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_dyna_buffer.cpp | 85 int fence = codecBuffer.fenceFd; in EmptyOmxBuffer() local
|