/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
|
H A D | video_capture_filter.cpp | 325 sptr<SyncFence> fence;
in OnBufferAvailable() local
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue.h | 53 sptr<SyncFence> fence; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_handler.h | 159 void SetCurrentReleaseFence(sptr<SyncFence> fence)
in SetCurrentReleaseFence() argument 165 void SetReleaseFence(sptr<SyncFence> fence)
in SetReleaseFence() argument
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_engine_sample.cpp | 269 int32_t fence = -1; in DrawDrawingLayer() local
|
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 521 sptr<SyncFence> fence = SyncFence::InvalidFence(); in GetNativeWindowBufferFromSurface() local
|