Home
last modified time | relevance | path

Searched refs:GetSemaphoreCounterValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h222 PFN_vkGetSemaphoreCounterValue GetSemaphoreCounterValue; member
Dapi_gen.cpp349 INIT_PROC(false, dev, GetSemaphoreCounterValue); in InitDispatchTable()
581 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal…
926 … { "vkGetSemaphoreCounterValue", reinterpret_cast<PFN_vkVoidFunction>(GetSemaphoreCounterValue) }, in GetInstanceProcAddr()
1674 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal… in GetSemaphoreCounterValue() function
1675 return GetData(device).dispatch.GetSemaphoreCounterValue(device, semaphore, pValue); in GetSemaphoreCounterValue()
2802 return vulkan::api::GetSemaphoreCounterValue(device, semaphore, pValue); in vkGetSemaphoreCounterValue()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp264 …t_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetSemaphoreCounterValue>(GetSemaphoreCounterValue))},
Dnull_driver_gen.h220 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal…
Dnull_driver.cpp1615 VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { in GetSemaphoreCounterValue() function