Searched refs:GetSemaphoreCounterValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 222 PFN_vkGetSemaphoreCounterValue GetSemaphoreCounterValue; member
|
D | api_gen.cpp | 349 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/ |
D | null_driver_gen.cpp | 264 …t_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetSemaphoreCounterValue>(GetSemaphoreCounterValue))},
|
D | null_driver_gen.h | 220 VKAPI_ATTR VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pVal…
|
D | null_driver.cpp | 1615 VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { in GetSemaphoreCounterValue() function
|