/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...] |
H A D | vk_android.c | 34 vk_common_AcquireImageANDROID(VkDevice _device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence) vk_common_AcquireImageANDROID() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DSemaphore.h | 26 ID3D12Fence* fence() const { return fFenceInfo.fFence.get(); } in fence() function in GrD3DSemaphore
|
/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
|
H A D | sp_flush.c | 144 struct pipe_fence_handle *fence = NULL; in softpipe_flush_resource() local 98 softpipe_flush_wrapped(struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) softpipe_flush_wrapped() argument [all...] |
/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
|
H A D | lp_flush.c | 90 struct pipe_fence_handle *fence = NULL; in llvmpipe_finish() local 49 llvmpipe_flush( struct pipe_context *pipe, struct pipe_fence_handle **fence, const char *reason) llvmpipe_flush() argument [all...] |
/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
|
/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
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | codec_dyna_buffer.cpp | 73 int fence = codecBuffer.fenceFd; in EmptyOmxBuffer() local
|
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_composition.cpp | 25 int32_t FbComposition::FbFresh(int fd, HdiLayer &clientlayer, int &fence)
in FbFresh() argument 75 int fence = -1;
in Apply() local
|
/third_party/libdrm/ |
H A D | libsync.h | 52 int32_t fence; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_flush.c | 70 struct pipe_fence_handle *fence = NULL; in st_finish() local 50 st_flush(struct st_context *st, struct pipe_fence_handle **fence, unsigned flags) st_flush() argument
|