/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_backbuffer.cc | 119 VkFence fences[use_fences_.size()]; in WaitFences() local 131 VkFence fences[use_fences_.size()]; in ResetFences() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FenceSyncTests.cpp | 113 GLuint fences[kFenceCount] = {0}; in TEST_P() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayControlTests.cpp | 297 std::vector<VkFence>& fences) in initFences() 305 std::vector<VkFence>& fences) in deinitFences() 1056 std::vector<VkFence> fences = std::vector<VkFence>(availableDisplays.size(), (VkFence)0); in testDisplayEvent() local 1088 std::vector<VkFence> fences = std::vector<VkFence>(1, (VkFence)0); in testDeviceEvent() local
|
D | vktWsiSharedPresentableImageTests.cpp | 231 std::vector<vk::VkFence>& fences) in initFences() 239 std::vector<vk::VkFence>& fences) in deinitFences()
|
D | vktWsiDisplayTimingTests.cpp | 217 std::vector<vk::VkFence>& fences) in initFences() 225 std::vector<vk::VkFence>& fences) in deinitFences()
|
D | vktWsiIncrementalPresentTests.cpp | 219 std::vector<vk::VkFence>& fences) in initFences() 227 std::vector<vk::VkFence>& fences) in deinitFences()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiDisplayControlTests.cpp | 297 std::vector<VkFence>& fences) in initFences() 305 std::vector<VkFence>& fences) in deinitFences() 1056 std::vector<VkFence> fences = std::vector<VkFence>(availableDisplays.size(), (VkFence)0); in testDisplayEvent() local 1088 std::vector<VkFence> fences = std::vector<VkFence>(1, (VkFence)0); in testDeviceEvent() local
|
D | vktWsiSharedPresentableImageTests.cpp | 231 std::vector<vk::VkFence>& fences) in initFences() 239 std::vector<vk::VkFence>& fences) in deinitFences()
|
D | vktWsiDisplayTimingTests.cpp | 217 std::vector<vk::VkFence>& fences) in initFences() 225 std::vector<vk::VkFence>& fences) in deinitFences()
|
D | vktWsiIncrementalPresentTests.cpp | 219 std::vector<vk::VkFence>& fences) in initFences() 227 std::vector<vk::VkFence>& fences) in deinitFences()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FenceSyncTests.cpp | 117 GLuint fences[kFenceCount] = {0}; in TEST_P() local
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.h | 52 struct radeon_bo **fences; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 457 std::vector<vk::Shared<vk::Fence>> *fences, in WaitFences() 1559 std::vector<vk::Shared<vk::Fence>> fences; in addGarbage() local 1564 void RendererVk::addGarbage(std::vector<vk::Shared<vk::Fence>> &&fences, in addGarbage()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.h | 108 struct pipe_fence_handle **fences; member
|
D | amdgpu_cs.c | 912 static void cleanup_fence_list(struct amdgpu_fence_list *fences) in cleanup_fence_list() 1196 static void add_fence_to_list(struct amdgpu_fence_list *fences, in add_fence_to_list() 1290 struct pipe_fence_handle **fences) in amdgpu_add_fences()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicFenceTests.cpp | 138 std::vector<Move<VkFence>> fences; in basicSignaledCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationBasicFenceTests.cpp | 138 std::vector<Move<VkFence>> fences; in basicSignaledCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 134 …aitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences) in waitForFences()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 134 …aitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences) in waitForFences()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 759 const VkFence *fences, in vn_find_first_signaled_fence() 771 vn_remove_signaled_fences(VkDevice device, VkFence *fences, uint32_t *count) in vn_remove_signaled_fences() 822 VkFence *fences = local_fences; in vn_WaitForFences() local
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_private.h | 107 VkFence* fences; member
|
/third_party/mesa3d/src/util/ |
D | u_queue.c | 674 struct util_queue_fence *fences; in util_queue_finish() local
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_cs.c | 498 static int amdgpu_ioctl_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_ioctl_wait_fences() 538 drm_public int amdgpu_cs_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_cs_wait_fences()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvktrash.c | 452 VkFence *fences; in gst_vulkan_trash_fence_list_wait() local
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 361 struct drm_i915_gem_exec_fence *fences = in dump_execbuffer2() local
|