anv: Enable Vulkan 1.2 support

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Iván Briano
2019-09-16 15:41:45 -07:00
committed by Jason Ekstrand
parent c616627f63
commit 4ef3f7e3d3
7 changed files with 20 additions and 19 deletions

View File

@@ -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)
{