Home
last modified time | relevance | path

Searched refs:createSemaphore (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp92 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, in createSemaphore() function
105 return createSemaphore(vk, device, &createInfo, pAllocator); in createSemaphore()
131 return createSemaphore(vk, device, &createInfo, pAllocator); in createSemaphoreType()
DvkRefUtil.hpp58 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h75 SemaphoreImpl *createSemaphore() override { return nullptr; } in createSemaphore() function
101 MOCK_METHOD0(createSemaphore, SemaphoreImpl *());
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSemaphore.cpp18 : RefCountObject(id), mImplementation(factory->createSemaphore()) in Semaphore()
DResourceManager.h340 GLuint createSemaphore(rx::GLImplFactory *factory);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSemaphore.cpp18 : RefCountObject(factory->generateSerial(), id), mImplementation(factory->createSemaphore()) in Semaphore()
DResourceManager.h341 SemaphoreID createSemaphore(rx::GLImplFactory *factory);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp62 …eTypeCreate ? createSemaphoreType(vk, device, config.semaphoreType) : createSemaphore(vk, device)); in createTestSemaphore()
137 err = vk.createSemaphore(device, &sci, DE_NULL, &pSignalSemaphoreInfo->semaphore); in basicChainCase()
190 VK_CHECK(vk.createSemaphore(device, &sci, DE_NULL, &semaphore)); in basicChainTimelineCase()
252 const vk::Unique<vk::VkSemaphore> semaphore (createSemaphore(vk, device, &sci)); in basicThreadTimelineCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp189 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate()
195 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate()
DvktSparseResourcesBufferSparseBinding.cpp162 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DGLImplFactory.h98 virtual SemaphoreImpl *createSemaphore() = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DGLImplFactory.h99 virtual SemaphoreImpl *createSemaphore() = 0;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h103 MOCK_METHOD0(createSemaphore, SemaphoreImpl *());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp356 semaphores[ndx] = SemaphoreSp(new Unique<VkSemaphore>(createSemaphore(vkd, device))); in createSemaphores()
525 const Move<VkSemaphore> imageReadySemaphore = createSemaphore(vkd, device); in colorspaceCompareTest()
526 const Move<VkSemaphore> renderingCompleteSemaphore = createSemaphore(vkd, device); in colorspaceCompareTest()
DvktWsiDisplayTimingTests.cpp195 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
761 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
762 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
DvktWsiIncrementalPresentTests.cpp197 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores()
874 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
875 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.h71 SemaphoreImpl *createSemaphore() override;
DContext9.cpp142 SemaphoreImpl *Context9::createSemaphore() in createSemaphore() function in rx::Context9
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp313 presentCompleteSemaphore = device.createSemaphore(semaphoreCreateInfo); in createSynchronizationPrimitives()
314 renderCompleteSemaphore = device.createSemaphore(semaphoreCreateInfo); in createSynchronizationPrimitives()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.h72 SemaphoreImpl *createSemaphore() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h219 SemaphoreImpl *createSemaphore() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h244 SemaphoreImpl *createSemaphore() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.h68 SemaphoreImpl *createSemaphore() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.h86 SemaphoreImpl *createSemaphore() override;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp734 return vk::createSemaphore(vkd, device, &createInfo); in createExportableSemaphore()
762 return vk::createSemaphore(vkd, device, &createInfo); in createExportableSemaphoreType()
893 vk::Move<vk::VkSemaphore> semaphore (createSemaphore(vkd, device)); in createAndImportSemaphore()

1234