/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 92 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()
|
D | vkRefUtil.hpp | 58 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 75 SemaphoreImpl *createSemaphore() override { return nullptr; } in createSemaphore() function 101 MOCK_METHOD0(createSemaphore, SemaphoreImpl *());
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Semaphore.cpp | 18 : RefCountObject(id), mImplementation(factory->createSemaphore()) in Semaphore()
|
D | ResourceManager.h | 340 GLuint createSemaphore(rx::GLImplFactory *factory);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Semaphore.cpp | 18 : RefCountObject(factory->generateSerial(), id), mImplementation(factory->createSemaphore()) in Semaphore()
|
D | ResourceManager.h | 341 SemaphoreID createSemaphore(rx::GLImplFactory *factory);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 62 …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/ |
D | vktSparseResourcesQueueBindSparseTests.cpp | 189 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate() 195 allSemaphores.push_back(makeVkSharedPtr(createSemaphore(vk, getDevice()))); in iterate()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 162 …const Unique<VkSemaphore> bufferMemoryBindSemaphore(createSemaphore(deviceInterface, getDevice())); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | GLImplFactory.h | 98 virtual SemaphoreImpl *createSemaphore() = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | GLImplFactory.h | 99 virtual SemaphoreImpl *createSemaphore() = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 103 MOCK_METHOD0(createSemaphore, SemaphoreImpl *());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiColorSpaceTests.cpp | 356 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()
|
D | vktWsiDisplayTimingTests.cpp | 195 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()
|
D | vktWsiIncrementalPresentTests.cpp | 197 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/ |
D | Context9.h | 71 SemaphoreImpl *createSemaphore() override;
|
D | Context9.cpp | 142 SemaphoreImpl *Context9::createSemaphore() in createSemaphore() function in rx::Context9
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 313 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/ |
D | Context11.h | 72 SemaphoreImpl *createSemaphore() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 219 SemaphoreImpl *createSemaphore() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 244 SemaphoreImpl *createSemaphore() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 68 SemaphoreImpl *createSemaphore() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ContextGL.h | 86 SemaphoreImpl *createSemaphore() override;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 734 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()
|