Home
last modified time | relevance | path

Searched defs:fence (Results 51 - 75 of 343) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c46 etna_fence_destroy(struct pipe_fence_handle *fence) in etna_fence_destroy() argument
54 etna_screen_fence_reference(struct pipe_screen *pscreen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) etna_screen_fence_reference() argument
65 etna_screen_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) etna_screen_fence_finish() argument
106 struct pipe_fence_handle *fence; etna_fence_create() local
[all...]
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.h81 struct util_queue_fence fence; member
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_validate.c163 pb_validate_fence(struct pb_validate *vl, struct pipe_fence_handle *fence) pb_validate_fence() argument
H A Dpb_bufmgr_cache.c151 pb_cache_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) pb_cache_buffer_fence() argument
H A Dpb_bufmgr_mm.c142 mm_buffer_fence(struct pb_buffer *buf, struct pipe_fence_handle *fence) mm_buffer_fence() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.c410 struct pipe_fence_handle *fence = NULL; in svga_context_flush() local
498 struct pipe_fence_handle *fence = NULL; in svga_context_finish() local
[all...]
H A Dsvga_screen_cache.h90 struct pipe_fence_handle *fence; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c51 vc4_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in vc4_pipe_flush() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_compute.c177 int fence; in pvr_srv_winsys_compute_submit() local
H A Dpvr_srv_job_transfer.c204 int fence; in pvr_srv_winsys_transfer_submit() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h38 struct nouveau_fence *fence; member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp178 VkResult SwapchainKHR::getNextImage(uint64_t timeout, BinarySemaphore *semaphore, Fence *fence, uint32_t *pImageIndex) in getNextImage() argument
/third_party/skia/bench/
H A Dnanobench.h55 virtual void fence() { } in fence() function
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp226 int32_t fence = -1; in HWTEST_F() local
245 surfaceAdapter_->ReleaseBuffer(std::move(bufferAdapter), fence); in HWTEST_F() local
271 int32_t fence = -1; in HWTEST_F() local
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c116 virtio_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence, uint64_t timeout) in virtio_pipe_wait() argument
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_batchbuffer.c161 i915_drm_batchbuffer_flush(struct i915_winsys_batchbuffer *ibatch, struct pipe_fence_handle **fence, enum i915_winsys_flush_flags flags) i915_drm_batchbuffer_flush() argument
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dxvmc_private.h76 struct pipe_fence_handle *fence; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c64 lvp_pipe_sync_signal_with_fence(struct lvp_device *device, struct lvp_pipe_sync *sync, struct pipe_fence_handle *fence) lvp_pipe_sync_signal_with_fence() argument
124 struct pipe_fence_handle *fence = src->fence; lvp_pipe_sync_move() local
195 struct pipe_fence_handle *fence = NULL; lvp_pipe_sync_wait_locked() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.cpp208 hard_event::fence(pipe_fence_handle *fence) { in fence() argument
/third_party/mesa3d/src/mesa/main/
H A Dglthread.c145 struct util_queue_fence fence; in _mesa_glthread_init() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c540 struct nv04_notify *fence = screen->fence->data; in nv30_screen_fence_update() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c82 fd_fence_repopulate(struct pipe_fence_handle *fence, struct pipe_fence_handle *last_fence) fd_fence_repopulate() argument
102 fd_fence_destroy(struct pipe_fence_handle *fence) fd_fence_destroy() argument
133 fd_fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_fence_handle *fence, uint64_t timeout) fd_fence_finish() argument
164 struct pipe_fence_handle *fence; fence_create() local
214 fd_fence_server_sync(struct pipe_context *pctx, struct pipe_fence_handle *fence) fd_fence_server_sync() argument
238 fd_fence_server_signal(struct pipe_context *pctx, struct pipe_fence_handle *fence) fd_fence_server_signal() argument
249 fd_fence_get_fd(struct pipe_screen *pscreen, struct pipe_fence_handle *fence) fd_fence_get_fd() argument
265 fd_fence_is_fd(struct pipe_fence_handle *fence) fd_fence_is_fd() argument
277 fd_fence_set_batch(struct pipe_fence_handle *fence, struct fd_batch *batch) fd_fence_set_batch() argument
300 struct pipe_fence_handle *fence = fd_fence_create_unflushed() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp85 destroy_fence(struct d3d12_fence *fence) in destroy_fence() argument
145 d3d12_fence_reference(struct d3d12_fence **ptr, struct d3d12_fence *fence) in d3d12_fence_reference() argument
162 d3d12_fence_finish(struct d3d12_fence *fence, uint64_t timeout_ns) d3d12_fence_finish() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c130 r300_flush_callback(void *data, unsigned flags, struct pipe_fence_handle **fence) r300_flush_callback() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp194 const VkFence fence[2] = basicMultiFenceCase() local
298 const VkFence fence[2] = basicMultiFenceWaitAllFalseCase() local
[all...]

Completed in 11 milliseconds

12345678910>>...14