/third_party/flutter/skia/src/gpu/ops/ |
D | GrSemaphoreOp.cpp | 21 sk_sp<GrSemaphore> semaphore, in Make() 33 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrWaitSemaphoreOp() 46 sk_sp<GrSemaphore> semaphore, in MakeWait()
|
D | GrSemaphoreOp.h | 26 GrSemaphoreOp(uint32_t classId, sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrSemaphoreOp()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 25 VkSemaphore semaphore = VK_NULL_HANDLE; in Make() local 37 VkSemaphore semaphore, in MakeWrapped() 51 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore()
|
D | GrVkSemaphore.h | 36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, in Resource() 46 VkSemaphore semaphore() const { return fSemaphore; } in semaphore() function
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 25 VkSemaphore semaphore = VK_NULL_HANDLE; in Make() local 33 VkSemaphore semaphore, in MakeWrapped() 45 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore()
|
D | GrVkSemaphore.h | 35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() 44 VkSemaphore semaphore() const { return fSemaphore; } in semaphore() function
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | semaphore.h | 45 struct semaphore { struct 50 typedef struct semaphore losMutexDef_t; argument
|
/third_party/libusb/examples/ |
D | dpfp.c | 53 sem_t *semaphore; in semaphore_create() local 65 static inline void semaphore_give(semaphore_t semaphore) in semaphore_give() 70 static inline void semaphore_take(semaphore_t semaphore) in semaphore_take() 75 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy() 107 static inline void semaphore_give(semaphore_t semaphore) in semaphore_give() 112 static inline void semaphore_take(semaphore_t semaphore) in semaphore_take() 117 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy()
|
/third_party/boost/libs/atomic/src/ |
D | lock_pool.cpp | 560 struct semaphore struct 563 semaphore* m_next; 565 semaphore* m_prev; 568 boost::winapi::HANDLE_ m_semaphore; 570 boost::winapi::ULONG_ m_waiter_count; 572 boost::winapi::ULONG_ m_notify_count; 574 semaphore() BOOST_NOEXCEPT : in semaphore() function 582 ~semaphore() BOOST_NOEXCEPT in ~semaphore() 591 static semaphore* create() BOOST_NOEXCEPT in create() 603 bool is_singular() const BOOST_NOEXCEPT in is_singular() [all …]
|
/third_party/skia/src/gpu/ |
D | GrBackendTextureImageGenerator.cpp | 28 std::unique_ptr<GrSemaphore> semaphore) in RefHelper() 45 std::unique_ptr<GrSemaphore> semaphore, SkColorType colorType, in Make() 73 std::unique_ptr<GrSemaphore> semaphore, in GrBackendTextureImageGenerator()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
D | SemaphoreServiceZirconHandle.cpp | 66 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportSemaphore() local 118 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
|
D | SemaphoreServiceFD.cpp | 72 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportSemaphore() local 121 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSemaphore.hpp | 43 static inline Semaphore *Cast(VkSemaphore semaphore) in Cast() 193 Semaphore *semaphore = vk::Cast(object); in DynamicCast() local
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_backbuffer.cc | 56 auto semaphore_collect = [this](VkSemaphore semaphore) { in CreateSemaphores() 61 VkSemaphore semaphore = VK_NULL_HANDLE; in CreateSemaphores() local
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vktrash.c | 167 _free_semaphore (GstVulkanDevice * device, VkSemaphore * semaphore) in _free_semaphore() 177 VkSemaphore semaphore) in gst_vulkan_trash_new_free_semaphore()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 279 for (VkSemaphore semaphore : mRecordingContext.waitSemaphores) { in SubmitPendingCommands() local 282 for (VkSemaphore semaphore : mRecordingContext.signalSemaphores) { in SubmitPendingCommands() local 757 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportExternalImage() local 837 for (VkSemaphore semaphore : waitSemaphores) { in CreateTextureWrappingVulkanImage() local 934 for (VkSemaphore semaphore : mRecordingContext.waitSemaphores) { in DestroyImpl() local 939 for (VkSemaphore semaphore : mRecordingContext.signalSemaphores) { in DestroyImpl() local
|
D | FencedDeleter.cpp | 86 void FencedDeleter::DeleteWhenUnused(VkSemaphore semaphore) { in DeleteWhenUnused() 162 for (VkSemaphore semaphore : mSemaphoresToDelete.IterateUpTo(completedSerial)) { in Tick() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrBackendTextureImageGenerator.cpp | 44 sk_sp<GrSemaphore> semaphore, SkColorType colorType, in Make() 71 sk_sp<GrSemaphore> semaphore, in GrBackendTextureImageGenerator()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | FencedDeleter.cpp | 81 void FencedDeleter::DeleteWhenUnused(VkSemaphore semaphore) { in DeleteWhenUnused() 157 for (VkSemaphore semaphore : mSemaphoresToDelete.IterateUpTo(completedSerial)) { in Tick() local
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 41 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() 44 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override {} in insertSemaphore() 45 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override {} in waitSemaphore()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 101 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() 104 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override {} in insertSemaphore() 105 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override {} in waitSemaphore()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.cpp | 62 HANDLE semaphore; member 184 HANDLE semaphore = ::TlsGetValue(thread_wait_sema_TLS_index); in GetThreadSemaphore() local 198 HANDLE semaphore = (HANDLE)::TlsGetValue(thread_wait_sema_TLS_index); in FreeThreadSemaphore() local 577 HANDLE semaphore = GetThreadSemaphore(); in cond_wait_internal() local 811 HANDLE semaphore; member 848 HANDLE semaphore = head_waiter->semaphore; in WakeHeadWaiter() local 909 HANDLE semaphore=NULL; in dng_pthread_rwlock_rdlock() local 1035 HANDLE semaphore=NULL; in dng_pthread_rwlock_wrlock() local
|
/third_party/flutter/skia/include/gpu/ |
D | GrBackendSemaphore.h | 31 void initVulkan(VkSemaphore semaphore) { in initVulkan()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SemaphoreTest.cpp | 57 GLSemaphore semaphore; in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SemaphoreTest.cpp | 57 GLSemaphore semaphore; in TEST_P() local
|