| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_synchronization2.c | 284 vk_common_QueueSubmit( VkQueue _queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) vk_common_QueueSubmit() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer.h | 165 void (*fence)(struct pb_buffer *buf, member 242 pb_fence(struct pb_buffer *buf, struct pipe_fence_handle *fence) in pb_fence() argument
|
| H A D | pb_bufmgr_slab.c | 258 pb_slab_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) pb_slab_buffer_fence() argument
|
| H A D | pb_bufmgr_debug.c | 323 pb_debug_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) pb_debug_buffer_fence() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_fence.c | 96 struct drm_i915_gem_exec_fence *fence = in crocus_batch_add_syncobj() local 133 struct drm_i915_gem_exec_fence *fence = in clear_stale_syncobjs() local 171 crocus_fence_destroy(struct pipe_screen *p_screen, struct pipe_fence_handle *fence) crocus_fence_destroy() argument 226 struct pipe_fence_handle *fence = calloc(1, sizeof(*fence)); crocus_fence_flush() local 261 crocus_fence_await(struct pipe_context *ctx, struct pipe_fence_handle *fence) crocus_fence_await() argument 319 crocus_fence_finish(struct pipe_screen *p_screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) crocus_fence_finish() argument 391 __s32 fence; global() member 423 crocus_fence_get_fd(struct pipe_screen *p_screen, struct pipe_fence_handle *fence) crocus_fence_get_fd() argument 521 struct pipe_fence_handle *fence = calloc(1, sizeof(*fence)); crocus_fence_create_fd() local 535 crocus_fence_signal(struct pipe_context *ctx, struct pipe_fence_handle *fence) crocus_fence_signal() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 506 etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in etna_flush() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | buffer9.c | 448 struct pipe_fence_handle *fence = NULL; in NineBuffer9_Lock() local
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_fence.c | 106 struct vmw_fence *fence, *n; in vmw_fences_release() local 131 struct vmw_fence *fence, *n; in vmw_fences_signal() local 170 vmw_fence(struct pipe_fence_handle *fence) vmw_fence() argument 190 struct vmw_fence *fence = CALLOC_STRUCT(vmw_fence); vmw_fence_create() local 253 vmw_fence_reference(struct vmw_winsys_screen *vws, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) vmw_fence_reference() argument 296 vmw_fence_signalled(struct vmw_winsys_screen *vws, struct pipe_fence_handle *fence, unsigned flag) vmw_fence_signalled() argument 345 vmw_fence_finish(struct vmw_winsys_screen *vws, struct pipe_fence_handle *fence, uint64_t timeout, unsigned flag) vmw_fence_finish() argument 395 vmw_fence_get_fd(struct pipe_fence_handle *fence) vmw_fence_get_fd() argument 413 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) vmw_fence_ops_fence_reference() argument 428 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops, struct pipe_fence_handle *fence, unsigned flag) vmw_fence_ops_fence_signalled() argument 444 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops, struct pipe_fence_handle *fence, unsigned flag) vmw_fence_ops_fence_finish() argument [all...] |
| /third_party/mesa3d/src/gbm/backends/dri/ |
| H A D | gbm_driint.h | 75 const __DRI2fenceExtension *fence; member
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_screen.c | 793 r300_fence_reference(struct pipe_screen *screen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) r300_fence_reference() argument 802 r300_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) r300_fence_finish() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_hw_context.c | 259 r600_context_gfx_flush(void *context, unsigned flags, struct pipe_fence_handle **fence) r600_context_gfx_flush() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiNullHandleTests.cpp | 79 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesQueueBindSparseTests.cpp | 271 VkFence fence = DE_NULL; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueUtils.cpp | 267 Move<VkFence> fence = createFence(vkd, device); in BufferWithMemory() local
|
| H A D | vktSynchronizationBasicEventTests.cpp | 289 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiNullHandleTests.cpp | 79 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkCmdUtil.cpp | 356 const auto fence = submitCommands(vk, device, queue, commandBuffer, useDeviceGroups, deviceMask, waitSemaphoreCount, waitSemaphores, waitStages); in submitCommandsAndWait() local 360 void waitForFence (const DeviceInterface& vk, const VkDevice device, const VkFence fence, uint64_t timeoutNanos) in waitForFence() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDeviceMemoryExternalAndroid.cpp | 306 int32_t fence = -1; in lockAndroidHardwareBuffer() local
|
| /third_party/skia/tests/ |
| H A D | SurfaceSemaphoreTest.cpp | 301 VkFence fence; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
| H A D | SkottieRunner.java | 128 RunSignalAndCatch(Runnable run, CountDownLatch fence) { in RunSignalAndCatch() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesQueueBindSparseTests.cpp | 271 VkFence fence = DE_NULL; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationBasicEventTests.cpp | 289 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase() local [all...] |
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | consumer_surface_test.cpp | 312 sptr<OHOS::SyncFence> fence; in HWTEST_F() local 328 sptr<OHOS::SyncFence> fence; in HWTEST_F() local 348 sptr<OHOS::SyncFence> fence; in HWTEST_F() local 364 sptr<OHOS::SyncFence> fence; in HWTEST_F() local 2005 sptr<OHOS::SyncFence> fence = nullptr; HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/services/media_engine/filters/ |
| H A D | metadata_filter.cpp | 326 sptr<SyncFence> fence; in OnBufferAvailable() local
|
| /foundation/graphic/graphic_surface/surface/include/ |
| H A D | buffer_queue.h | 53 sptr<SyncFence> fence; member
|