/third_party/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 16 #undef CreateSemaphore 27 GR_VK_CALL_RESULT(gpu, result, CreateSemaphore(gpu->device(), &createInfo, nullptr, in Make()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 16 #undef CreateSemaphore 27 CreateSemaphore(gpu->device(), &createInfo, nullptr, &semaphore)); in Make()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
D | SemaphoreServiceZirconHandle.cpp | 73 mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &info, nullptr, &*semaphore), in ImportSemaphore() 112 CheckVkSuccess(mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &semaphoreCreateInfo, in CreateExportableSemaphore()
|
D | SemaphoreServiceFD.cpp | 79 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/ |
D | VulkanExternalImageTest.cpp | 70 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/ |
D | semaphore-win32.c | 40 s->sema = CreateSemaphore(NULL, value, 32767, NULL); in pa_semaphore_new()
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
D | deSemaphoreWin32.c | 42 handle = CreateSemaphore(DE_NULL, initialValue, WIN32_SEM_MAX_VALUE, DE_NULL); in deSemaphore_create()
|
/third_party/skia/src/core/ |
D | SkSemaphore.cpp | 28 fSemaphore = CreateSemaphore(nullptr /*security attributes, optional*/, in OSSemaphore()
|
/third_party/flutter/skia/src/core/ |
D | SkSemaphore.cpp | 54 fSemaphore = CreateSemaphore(nullptr /*security attributes, optional*/, in OSSemaphore()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/ |
D | SDL_syssem.c | 51 sem->id = CreateSemaphore(NULL, initial_value, 32 * 1024, NULL); in SDL_CreateSemaphore()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | thread_utils.c | 148 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/ |
D | thread_utils.c | 148 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/ |
D | semaphore.cc | 63 : _sem(CreateSemaphore(NULL, count, LONG_MAX, NULL)) {} in PlatformSemaphore()
|
/third_party/flutter/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 24 #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/ |
D | VulkanWindowContext.cpp | 24 #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/ |
D | SurfaceSemaphoreTest.cpp | 33 #undef CreateSemaphore 148 GR_VK_CALL_ERRCHECK(gpu, CreateSemaphore(device, &createInfo, nullptr, &vkSem)); in surface_semaphore_test()
|
/third_party/flutter/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 30 #undef CreateSemaphore 146 GR_VK_CALL_ERRCHECK(interface, CreateSemaphore(device, &createInfo, nullptr, &vkSem)); in surface_semaphore_test()
|
/third_party/openh264/codec/common/inc/ |
D | WelsThreadLib.h | 70 #define CreateSemaphore(a, b, c, d) CreateSemaphoreEx(a, b, c, d, 0, SEMAPHORE_ALL_ACCESS) macro
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_backbuffer.cc | 63 if (VK_CALL_LOG_ERROR(vk.CreateSemaphore(device_, &create_info, nullptr, in CreateSemaphores()
|
D | vulkan_proc_table.h | 78 DEFINE_PROC(CreateSemaphore);
|
D | vulkan_proc_table.cc | 116 ACQUIRE_PROC(CreateSemaphore, handle); in SetupDeviceProcAddresses()
|
/third_party/python/Python/ |
D | condvar.h | 144 cv->sem = CreateSemaphore(NULL, 0, 100000, NULL); in PyCOND_INIT()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 174 if (mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &createInfo, nullptr, in GetNextTexture()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 163 if (mDevice->fn.CreateSemaphore(mDevice->GetVkDevice(), &createInfo, nullptr, in GetNextTexture()
|
D | VulkanFunctions.cpp | 158 GET_DEVICE_PROC(CreateSemaphore); in LoadDeviceProcs()
|