Home
last modified time | relevance | path

Searched refs:CreateSemaphore (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/src/gpu/vk/
DGrVkSemaphore.cpp16 #undef CreateSemaphore
27 GR_VK_CALL_RESULT(gpu, result, CreateSemaphore(gpu->device(), &createInfo, nullptr, in Make()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSemaphore.cpp16 #undef CreateSemaphore
27 CreateSemaphore(gpu->device(), &createInfo, nullptr, &semaphore)); in Make()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceZirconHandle.cpp73 mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &info, nullptr, &*semaphore), in ImportSemaphore()
112 CheckVkSuccess(mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &semaphoreCreateInfo, in CreateExportableSemaphore()
DSemaphoreServiceFD.cpp79 mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &info, nullptr, &*semaphore), in ImportSemaphore()
115 CheckVkSuccess(mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &semaphoreCreateInfo, in CreateExportableSemaphore()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanExternalImageTest.cpp70 static VkResult CreateSemaphore(VulkanHelper *helper, VkSemaphore *semaphore) in CreateSemaphore() function
135 static VkResult CreateSemaphore(VulkanHelper *helper, VkSemaphore *semaphore) in CreateSemaphore() function
646 VkResult result = Traits::CreateSemaphore(&helper, &vkAcquireSemaphore); in RunShouldClearWithSemaphoresTest()
651 result = Traits::CreateSemaphore(&helper, &vkReleaseSemaphore); in RunShouldClearWithSemaphoresTest()
884 VkResult result = Traits::CreateSemaphore(&helper, &vkAcquireSemaphore); in runShouldDrawTest()
889 result = Traits::CreateSemaphore(&helper, &vkReleaseSemaphore); in runShouldDrawTest()
1035 VkResult result = Traits::CreateSemaphore(&helper, &vkAcquireSemaphore); in runWaitSemaphoresRetainsContentTest()
1040 result = Traits::CreateSemaphore(&helper, &vkReleaseSemaphore); in runWaitSemaphoresRetainsContentTest()
/third_party/pulseaudio/src/pulsecore/
Dsemaphore-win32.c40 s->sema = CreateSemaphore(NULL, value, 32767, NULL); in pa_semaphore_new()
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
DdeSemaphoreWin32.c42 handle = CreateSemaphore(DE_NULL, initialValue, WIN32_SEM_MAX_VALUE, DE_NULL); in deSemaphore_create()
/third_party/skia/src/core/
DSkSemaphore.cpp28 fSemaphore = CreateSemaphore(nullptr /*security attributes, optional*/, in OSSemaphore()
/third_party/flutter/skia/src/core/
DSkSemaphore.cpp54 fSemaphore = CreateSemaphore(nullptr /*security attributes, optional*/, in OSSemaphore()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_syssem.c51 sem->id = CreateSemaphore(NULL, initial_value, 32 * 1024, NULL); in SDL_CreateSemaphore()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c148 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init()
149 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c148 condition->waiting_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init()
149 condition->received_sem_ = CreateSemaphore(NULL, 0, 1, NULL); in pthread_cond_init()
/third_party/flutter/engine/flutter/fml/synchronization/
Dsemaphore.cc63 : _sem(CreateSemaphore(NULL, count, LONG_MAX, NULL)) {} in PlatformSemaphore()
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp24 #undef CreateSemaphore
375 CreateSemaphore(fDevice, &semaphoreInfo, in createBuffers()
472 GR_VK_CALL_ERRCHECK(fInterface, CreateSemaphore(fDevice, &semaphoreInfo, in getBackbufferSurface()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp24 #undef CreateSemaphore
398 CreateSemaphore(fDevice, &semaphoreInfo, nullptr, in createBuffers()
498 SkDEBUGCODE(VkResult result = )GR_VK_CALL(fInterface, CreateSemaphore(fDevice, &semaphoreInfo, in getBackbufferSurface()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp33 #undef CreateSemaphore
148 GR_VK_CALL_ERRCHECK(gpu, CreateSemaphore(device, &createInfo, nullptr, &vkSem)); in surface_semaphore_test()
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp30 #undef CreateSemaphore
146 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem)); in surface_semaphore_test()
/third_party/openh264/codec/common/inc/
DWelsThreadLib.h70 #define CreateSemaphore(a, b, c, d) CreateSemaphoreEx(a, b, c, d, 0, SEMAPHORE_ALL_ACCESS) macro
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_backbuffer.cc63 if (VK_CALL_LOG_ERROR(vk.CreateSemaphore(device_, &create_info, nullptr, in CreateSemaphores()
Dvulkan_proc_table.h78 DEFINE_PROC(CreateSemaphore);
Dvulkan_proc_table.cc116 ACQUIRE_PROC(CreateSemaphore, handle); in SetupDeviceProcAddresses()
/third_party/python/Python/
Dcondvar.h144 cv->sem = CreateSemaphore(NULL, 0, 100000, NULL); in PyCOND_INIT()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp174 if (mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &createInfo, nullptr, in GetNextTexture()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp163 if (mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &createInfo, nullptr, in GetNextTexture()
DVulkanFunctions.cpp158 GET_DEVICE_PROC(CreateSemaphore); in LoadDeviceProcs()

12