aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_queue.c
diff options
context:
space:
mode:
authorIván Briano <[email protected]>2019-09-16 15:41:45 -0700
committerJason Ekstrand <[email protected]>2020-01-15 08:34:57 -0600
commit4ef3f7e3d37ece7b4339870282cb52c5e334a68d (patch)
treed9461e1dfe9e0c4310c0980674269e8e970b0776 /src/intel/vulkan/anv_queue.c
parentc616627f63d19c9a4dc8462e880079ebcb76c5e4 (diff)
anv: Enable Vulkan 1.2 support
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_queue.c')
-rw-r--r--src/intel/vulkan/anv_queue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/vulkan/anv_queue.c b/src/intel/vulkan/anv_queue.c
index 40f1dc7c5fd..8060ead5706 100644
--- a/src/intel/vulkan/anv_queue.c
+++ b/src/intel/vulkan/anv_queue.c
@@ -2145,7 +2145,7 @@ VkResult anv_GetSemaphoreFdKHR(
return VK_SUCCESS;
}
-VkResult anv_GetSemaphoreCounterValueKHR(
+VkResult anv_GetSemaphoreCounterValue(
VkDevice _device,
VkSemaphore _semaphore,
uint64_t* pValue)
@@ -2277,7 +2277,7 @@ anv_timelines_wait(struct anv_device *device,
}
}
-VkResult anv_WaitSemaphoresKHR(
+VkResult anv_WaitSemaphores(
VkDevice _device,
const VkSemaphoreWaitInfoKHR* pWaitInfo,
uint64_t timeout)
@@ -2329,7 +2329,7 @@ VkResult anv_WaitSemaphoresKHR(
return result;
}
-VkResult anv_SignalSemaphoreKHR(
+VkResult anv_SignalSemaphore(
VkDevice _device,
const VkSemaphoreSignalInfoKHR* pSignalInfo)
{