summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-12-01 13:50:09 -0800
committerJason Ekstrand <[email protected]>2015-12-03 13:43:53 -0800
commitc30a0218202d65f4ceaa8d9c0d2afc8b2d0c0621 (patch)
tree1e5abe910ec150f52b2fa246800e8260cc7386cb /src
parentb1cd025b88e3651fac8dd2f7861516f653422ee4 (diff)
vk/0.210.0: More function argument renaming
Diffstat (limited to 'src')
-rw-r--r--src/vulkan/anv_dump.c2
-rw-r--r--src/vulkan/anv_pipeline.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/vulkan/anv_dump.c b/src/vulkan/anv_dump.c
index 9d323d754ff..34a338339de 100644
--- a/src/vulkan/anv_dump.c
+++ b/src/vulkan/anv_dump.c
@@ -139,7 +139,7 @@ anv_dump_image_to_ppm(struct anv_device *device,
.oldLayout = VK_IMAGE_LAYOUT_GENERAL,
.newLayout = VK_IMAGE_LAYOUT_GENERAL,
.srcQueueFamilyIndex = 0,
- .destQueueFamilyIndex = 0,
+ .dstQueueFamilyIndex = 0,
.image = copy_image,
.subresourceRange = (VkImageSubresourceRange) {
.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT,
diff --git a/src/vulkan/anv_pipeline.c b/src/vulkan/anv_pipeline.c
index 25188a86486..7ed933f4da5 100644
--- a/src/vulkan/anv_pipeline.c
+++ b/src/vulkan/anv_pipeline.c
@@ -210,6 +210,7 @@ size_t anv_GetPipelineCacheSize(
VkResult anv_GetPipelineCacheData(
VkDevice device,
VkPipelineCache pipelineCache,
+ size_t* pDataSize,
void* pData)
{
stub_return(VK_UNSUPPORTED);