Home
last modified time | relevance | path

Searched defs:fence (Results 1 - 25 of 456) sorted by relevance

12345678910>>...19

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.h73 vk_fence_get_active_sync(struct vk_fence *fence) vk_fence_get_active_sync() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DSemaphore.h26 ID3D12Fence* fence() const { return fFenceInfo.fFence.get(); } in fence() function in GrD3DSemaphore
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dsync_fence_tracker_test.cpp49 sptr<SyncFence> fence = new SyncFence(0); in HWTEST_F() local
138 sptr<SyncFence> fence = new SyncFence(0); in HWTEST_F() local
[all...]
H A Dframe_sched_test.cpp98 sptr<SyncFence> fence = new SyncFence(0); in HWTEST_F() local
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dacquire_fence_manager.cpp31 void AcquireFenceTracker::TrackFence(const sptr<SyncFence>& fence, bool traceTag) in TrackFence() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_frame_sync_gles.cpp36 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 Dsp_fence.c35 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 Dlp_query.h47 struct lp_fence *fence; /* fence from last scene this was binned in */ member
H A Dlp_fence.c50 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 Dlp_fence.h92 lp_fence_issued(const struct lp_fence *fence) in lp_fence_issued() argument
/third_party/libdrm/tegra/
H A Dsyncpt.c85 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 Di915_flush.c40 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 Dr300_flush.c36 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 Dgeofence_interface_impl.cpp39 int32_t GeofenceInterfaceImpl::AddGnssGeofence(const GeofenceInfo& fence, int monitorEvent) in AddGnssGeofence() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_frame_sync_vk.cpp74 VkFence fence = frameFences_[bufferingIndex_].fence; in WaitForFrameFence() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos.h39 void SetReleaseFence(const int32_t& fence) in SetReleaseFence() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiframebuffersurface_test.cpp56 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 Dradv_amdgpu_cs.h43 struct amdgpu_cs_fence fence; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_flush.c35 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 Dzink_fence.h48 struct zink_fence *fence; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.h107 struct pipe_fence_handle *fence; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_batch.h38 struct d3d12_fence *fence; member
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_fence.c23 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 Dbuffer_producer_wrapper.cpp37 int fence = 0; in BufferProducerRequestBuffer() local
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_dyna_buffer.cpp85 int fence = codecBuffer.fenceFd; in EmptyOmxBuffer() local

Completed in 8 milliseconds

12345678910>>...19