From a9fc0ce0e3293b45fc0a57e886e9d98eb79b7594 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 2 Dec 2015 03:33:20 -0800 Subject: vk/0.210.0: Delete three no longer existant entrypoints --- src/vulkan/anv_device.c | 14 -------------- src/vulkan/anv_pipeline.c | 7 ------- 2 files changed, 21 deletions(-) (limited to 'src') diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 3bbcdf0..1c313ff 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -1291,20 +1291,6 @@ void anv_DestroySemaphore( stub(); } -VkResult anv_QueueSignalSemaphore( - VkQueue queue, - VkSemaphore semaphore) -{ - stub_return(VK_UNSUPPORTED); -} - -VkResult anv_QueueWaitSemaphore( - VkQueue queue, - VkSemaphore semaphore) -{ - stub_return(VK_UNSUPPORTED); -} - // Event functions VkResult anv_CreateEvent( diff --git a/src/vulkan/anv_pipeline.c b/src/vulkan/anv_pipeline.c index 2d695ee..f4344a0 100644 --- a/src/vulkan/anv_pipeline.c +++ b/src/vulkan/anv_pipeline.c @@ -205,13 +205,6 @@ void anv_DestroyPipelineCache( { } -size_t anv_GetPipelineCacheSize( - VkDevice device, - VkPipelineCache pipelineCache) -{ - stub_return(0); -} - VkResult anv_GetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, -- cgit v1.1