/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 490 void createFences (const DeviceInterface& deviceInterface, VkDevice device, bool signaled, deUint32 numFences, VkFence* fence) in createFences() argument 504 void destroyFences (const DeviceInterface& deviceInterface, VkDevice device, deUint32 numFences, VkFence* fence) in destroyFences() argument [all...] |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 108 deviceSignal(const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkFence fence, const SynchronizationType type, const VkSemaphore semaphore, const deUint64 timelineValue) deviceSignal() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 723 getFenceFd(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType) getFenceFd() argument 744 getFenceNative(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& nativeHandle, bool expectFenceUnsignaled) getFenceNative() argument 810 importFence(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkFenceImportFlags flags) importFence() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 801 const VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local 1068 VkFence& fence = fences[i]; testDisplayEvent() local [all...] |
H A D | vktWsiDisplayTimingTests.cpp | 840 const vk::VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local
|
H A D | vktWsiIncrementalPresentTests.cpp | 923 const vk::VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local
|
H A D | vktWsiMaintenance1Tests.cpp | 741 const VkFence fence = **fences[(i - 1) * stride + offset]; in verifyFenceSignalOrdering() local [all...] |
H A D | vktWsiSharedPresentableImageTests.cpp | 887 const vk::VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local
|
H A D | vktWsiSwapchainTests.cpp | 1245 VkResult call(VkSemaphore semaphore, VkFence fence, deUint32* imageIndex) in call() argument 1289 VkResult call(VkSemaphore semaphore, VkFence fence, deUint32* imageIndex) in call() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1552 CaseDescription<Fence> fence; member
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1570 CaseDescription<Fence> fence; member
|
H A D | vktMemoryExternalMemoryHostTests.cpp | 960 void ExternalMemoryHostSynchronizationTestInstance::submitCommands (VkCommandBuffer commandBuffer, VkFence fence) in submitCommands() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 172 GrFence fence = this->insertFence(); in submitDirectCommandList() local 174 std::move(fCurrentDirectCommandList), fence); in submitDirectCommandList() local 1744 bool GrD3DGpu::waitFence(GrFence fence) { in waitFence() argument
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.cpp | 54 Fence* fence = static_cast<Fence*>(userData); in callback() local 820 bool GrDawnGpu::waitFence(GrFence fence) { in waitFence() argument
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12Sample.cpp | 591 ID3D12Fence* fence = nullptr;
in InitD3D() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 384 Move<VkFence> fence = createFence(vkd, dev); in submitCommands() local
|
H A D | vktSynchronizationNoneStageTests.cpp | 1081 Move<VkFence> fence = createFence(vk, device); in iterate() local
|
H A D | vktSynchronizationSmokeTests.cpp | 491 void createFences (const DeviceInterface& deviceInterface, VkDevice device, bool signaled, deUint32 numFences, VkFence* fence) in createFences() argument 505 void destroyFences (const DeviceInterface& deviceInterface, VkDevice device, deUint32 numFences, VkFence* fence) in destroyFences() argument [all...] |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 109 deviceSignal(const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkFence fence, const SynchronizationType type, const VkSemaphore semaphore, const deUint64 timelineValue) deviceSignal() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 801 const VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local 1068 VkFence& fence = fences[i]; testDisplayEvent() local [all...] |
H A D | vktWsiDisplayTimingTests.cpp | 840 const vk::VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local
|
H A D | vktWsiIncrementalPresentTests.cpp | 923 const vk::VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local
|
H A D | vktWsiSharedPresentableImageTests.cpp | 887 const vk::VkFence fence = m_fences[m_frameNdx % m_fences.size()]; in render() local
|
H A D | vktWsiSwapchainTests.cpp | 1229 VkResult call(VkSemaphore semaphore, VkFence fence, deUint32* imageIndex) in call() argument 1273 VkResult call(VkSemaphore semaphore, VkFence fence, deUint32* imageIndex) in call() argument [all...] |
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 537 vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) vkAcquireNextImageKHR() argument
|