Home
last modified time | relevance | path

Searched refs:anv_GetSemaphoreCounterValue (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_queue.c2503 VkResult anv_GetSemaphoreCounterValue( in anv_GetSemaphoreCounterValue() function
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2776 anv_GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in anv_GetSemaphoreCounterValue() function
3309 .vkGetSemaphoreCounterValue = anv_GetSemaphoreCounterValue,
3310 .vkGetSemaphoreCounterValueKHR = anv_GetSemaphoreCounterValue,
Danv_entrypoints.h1988 … VkResult anv_GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue);