Home
last modified time | relevance | path

Searched refs:VkSemaphore (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h150 VkSemaphore semaphore,
156 const VkSemaphore* pWaitSemaphores,
184 VkSemaphore semaphore,
191 const VkSemaphore* pWaitSemaphores,
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp426 VkSemaphore semaphore; in dequeueNextBuffer()
471 VkSemaphore mSemaphore;
481 VkSemaphore semaphore) in DestroySemaphoreInfo()
508 VkSemaphore semaphore; in finishFrame()
634 VkSemaphore semaphore; in fenceWait()
684 VkSemaphore semaphore; in createReleaseFence()
DVulkanManager.h45 typedef void(VKAPI_PTR* PFN_vkFrameBoundaryANDROID)(VkDevice device, VkSemaphore semaphore,
221 VkSemaphore mSwapSemaphore = VK_NULL_HANDLE;
/frameworks/native/vulkan/libvulkan/
Dswapchain.h38 …HR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFe…
Dapi_gen.cpp100 …disabledAcquireNextImageKHR(VkDevice device, VkSwapchainKHR, uint64_t, VkSemaphore, VkFence, uint3… in disabledAcquireNextImageKHR() argument
397 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
398 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
504 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe…
541 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal…
970 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in CreateSemaphore()
974 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore()
1398 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in AcquireNextImageKHR()
1546 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal… in GetSemaphoreCounterValue()
1802 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in vkCreateSemaphore()
[all …]
Ddriver_gen.cpp59 …tImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFe… in checkedAcquireNextImageKHR()
Dswapchain.cpp1441 VkSemaphore semaphore, in AcquireNextImageKHR()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h72 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
73 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
209 …AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFe…
210 …lReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphore…
215 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal…
Dnull_driver.cpp954 VkSemaphore, in AcquireImageANDROID() argument
962 const VkSemaphore*, in QueueSignalReleaseImageANDROID() argument
1104 VkSemaphore* semaphore) { in CreateSemaphore()
1105 *semaphore = AllocHandle<VkSemaphore>(device, HandleType::kSemaphore); in CreateSemaphore()
1242 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()
1592 VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { in GetSemaphoreCounterValue()