Home
last modified time | relevance | path

Searched defs:BinarySemaphore (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphore.hpp60 class BinarySemaphore : public Semaphore, public Object<BinarySemaphore, VkSemaphore> class
DVkSemaphore.cpp191 BinarySemaphore::BinarySemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAlloc… in BinarySemaphore() function in vk::BinarySemaphore