Home | History | Annotate | Download | only in vulkan_enc

Lines Matching refs:resources

29 #include "Resources.h"
68 ResourceTracker* resources() { return ResourceTracker::get(); }
105 auto resources = mImpl->resources();
107 stream->setHandleMapping(resources->unwrapMapping());
125 transform_tohost_VkInstanceCreateInfo(mImpl->resources(), (VkInstanceCreateInfo*)(local_pCreateInfo));
129 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
162 stream->setHandleMapping(resources->unwrapMapping());
164 stream->setHandleMapping(resources->createMapping());
175 mImpl->resources()->on_vkCreateInstance(this, vkCreateInstance_VkResult_return, pCreateInfo, pAllocator, pInstance);
188 auto resources = mImpl->resources();
190 stream->setHandleMapping(resources->unwrapMapping());
203 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
235 resources->destroyMapping()->mapHandles_VkInstance((VkInstance*)&instance);
248 auto resources = mImpl->resources();
250 stream->setHandleMapping(resources->unwrapMapping());
308 stream->setHandleMapping(resources->unwrapMapping());
321 stream->setHandleMapping(resources->createMapping());
358 auto resources = mImpl->resources();
360 stream->setHandleMapping(resources->unwrapMapping());
383 transform_fromhost_VkPhysicalDeviceFeatures(mImpl->resources(), (VkPhysicalDeviceFeatures*)(pFeatures));
398 auto resources = mImpl->resources();
400 stream->setHandleMapping(resources->unwrapMapping());
427 transform_fromhost_VkFormatProperties(mImpl->resources(), (VkFormatProperties*)(pFormatProperties));
446 auto resources = mImpl->resources();
448 stream->setHandleMapping(resources->unwrapMapping());
491 transform_fromhost_VkImageFormatProperties(mImpl->resources(), (VkImageFormatProperties*)(pImageFormatProperties));
511 auto resources = mImpl->resources();
513 stream->setHandleMapping(resources->unwrapMapping());
536 transform_fromhost_VkPhysicalDeviceProperties(mImpl->resources(), (VkPhysicalDeviceProperties*)(pProperties));
551 auto resources = mImpl->resources();
553 stream->setHandleMapping(resources->unwrapMapping());
634 transform_fromhost_VkQueueFamilyProperties(mImpl->resources(), (VkQueueFamilyProperties*)(pQueueFamilyProperties + i));
649 auto resources = mImpl->resources();
651 stream->setHandleMapping(resources->unwrapMapping());
674 transform_fromhost_VkPhysicalDeviceMemoryProperties(mImpl->resources(), (VkPhysicalDeviceMemoryProperties*)(pMemoryProperties));
677 mImpl->resources()->on_vkGetPhysicalDeviceMemoryProperties(this, physicalDevice, pMemoryProperties);
689 auto resources = mImpl->resources();
691 stream->setHandleMapping(resources->unwrapMapping());
735 auto resources = mImpl->resources();
737 stream->setHandleMapping(resources->unwrapMapping());
783 auto resources = mImpl->resources();
785 stream->setHandleMapping(resources->unwrapMapping());
805 transform_tohost_VkDeviceCreateInfo(mImpl->resources(), (VkDeviceCreateInfo*)(local_pCreateInfo));
809 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
848 stream->setHandleMapping(resources->unwrapMapping());
850 stream->setHandleMapping(resources->createMapping());
861 mImpl->resources()->on_vkCreateDevice(this, vkCreateDevice_VkResult_return, physicalDevice, pCreateInfo, pAllocator, pDevice);
872 mImpl->resources()->on_vkDestroyDevice_pre(this, device, pAllocator);
875 auto resources = mImpl->resources();
877 stream->setHandleMapping(resources->unwrapMapping());
890 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
922 resources->destroyMapping()->mapHandles_VkDevice((VkDevice*)&device);
936 auto resources = mImpl->resources();
938 stream->setHandleMapping(resources->unwrapMapping());
1019 transform_fromhost_VkExtensionProperties(mImpl->resources(), (VkExtensionProperties*)(pProperties + i));
1042 auto resources = mImpl->resources();
1044 stream->setHandleMapping(resources->unwrapMapping());
1133 transform_fromhost_VkExtensionProperties(mImpl->resources(), (VkExtensionProperties*)(pProperties + i));
1154 auto resources = mImpl->resources();
1156 stream->setHandleMapping(resources->unwrapMapping());
1229 transform_fromhost_VkLayerProperties(mImpl->resources(), (VkLayerProperties*)(pProperties + i));
1251 auto resources = mImpl->resources();
1253 stream->setHandleMapping(resources->unwrapMapping());
1334 transform_fromhost_VkLayerProperties(mImpl->resources(), (VkLayerProperties*)(pProperties + i));
1357 auto resources = mImpl->resources();
1359 stream->setHandleMapping(resources->unwrapMapping());
1391 stream->setHandleMapping(resources->unwrapMapping());
1393 stream->setHandleMapping(resources->createMapping());
1412 auto resources = mImpl->resources();
1414 stream->setHandleMapping(resources->unwrapMapping());
1435 transform_tohost_VkSubmitInfo(mImpl->resources(), (VkSubmitInfo*)(local_pSubmits + i));
1486 auto resources = mImpl->resources();
1488 stream->setHandleMapping(resources->unwrapMapping());
1523 auto resources = mImpl->resources();
1525 stream->setHandleMapping(resources->unwrapMapping());
1563 auto resources = mImpl->resources();
1565 stream->setHandleMapping(resources->unwrapMapping());
1585 transform_tohost_VkMemoryAllocateInfo(mImpl->resources(), (VkMemoryAllocateInfo*)(local_pAllocateInfo));
1589 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
1628 stream->setHandleMapping(resources->unwrapMapping());
1630 stream->setHandleMapping(resources->createMapping());
1654 auto resources = mImpl->resources();
1656 stream->setHandleMapping(resources->unwrapMapping());
1669 mImpl->resources()->deviceMemoryTransform_tohost((VkDeviceMemory*)&local_memory, 1, (VkDeviceSize*)nullptr, 0, (VkDeviceSize*)nullptr, 0, (uint32_t*)nullptr, 0, (uint32_t*)nullptr, 0);
1706 resources->destroyMapping()->mapHandles_VkDeviceMemory((VkDeviceMemory*)&memory);
1720 vkMapMemory_VkResult_return = mImpl->resources()->on_vkMapMemory(this, VK_SUCCESS, device, memory, offset, size, flags, ppData);
1730 mImpl->resources()->on_vkUnmapMemory(this, device, memory);
1743 auto resources = mImpl->resources();
1745 stream->setHandleMapping(resources->unwrapMapping());
1764 transform_tohost_VkMappedMemoryRange(mImpl->resources(), (VkMappedMemoryRange*)(local_pMemoryRanges + i));
1778 if (!resources->usingDirectMapping())
1788 auto hostPtr = resources->getMappedPointer(memory);
1789 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size;
1810 if (!resources->usingDirectMapping())
1820 auto hostPtr = resources->getMappedPointer(memory);
1821 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size;
1850 auto resources = mImpl->resources();
1852 stream->setHandleMapping(resources->unwrapMapping());
1871 transform_tohost_VkMappedMemoryRange(mImpl->resources(), (VkMappedMemoryRange*)(local_pMemoryRanges + i));
1905 if (!resources->usingDirectMapping())
1915 auto hostPtr = resources->getMappedPointer(memory);
1916 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size;
1937 auto resources = mImpl->resources();
1939 stream->setHandleMapping(resources->unwrapMapping());
1944 mImpl->resources()->deviceMemoryTransform_tohost((VkDeviceMemory*)&local_memory, 1, (VkDeviceSize*)nullptr, 0, (VkDeviceSize*)nullptr, 0, (uint32_t*)nullptr, 0, (uint32_t*)nullptr, 0);
1983 auto resources = mImpl->resources();
1985 stream->setHandleMapping(resources->unwrapMapping());
1994 mImpl->resources()->deviceMemoryTransform_tohost((VkDeviceMemory*)&local_memory, 1, (VkDeviceSize*)&local_memoryOffset, 1, (VkDeviceSize*)nullptr, 0, (uint32_t*)nullptr, 0, (uint32_t*)nullptr, 0);
2044 auto resources = mImpl->resources();
2046 stream->setHandleMapping(resources->unwrapMapping());
2055 mImpl->resources()->deviceMemoryTransform_tohost((VkDeviceMemory*)&local_memory, 1, (VkDeviceSize*)&local_memoryOffset, 1, (VkDeviceSize*)nullptr, 0, (uint32_t*)nullptr, 0, (uint32_t*)nullptr, 0);
2104 auto resources = mImpl->resources();
2106 stream->setHandleMapping(resources->unwrapMapping());
2137 transform_fromhost_VkMemoryRequirements(mImpl->resources(), (VkMemoryRequirements*)(pMemoryRequirements));
2152 auto resources = mImpl->resources();
2154 stream->setHandleMapping(resources->unwrapMapping());
2185 transform_fromhost_VkMemoryRequirements(mImpl->resources(), (VkMemoryRequirements*)(pMemoryRequirements));
2201 auto resources = mImpl->resources();
2203 stream->setHandleMapping(resources->unwrapMapping());
2292 transform_fromhost_VkSparseImageMemoryRequirements(mImpl->resources(), (VkSparseImageMemoryRequirements*)(pSparseMemoryRequirements + i));
2313 auto resources = mImpl->resources();
2315 stream->setHandleMapping(resources->unwrapMapping());
2416 transform_fromhost_VkSparseImageFormatProperties(mImpl->resources(), (VkSparseImageFormatProperties*)(pProperties + i));
2433 auto resources = mImpl->resources();
2435 stream->setHandleMapping(resources->unwrapMapping());
2456 transform_tohost_VkBindSparseInfo(mImpl->resources(), (VkBindSparseInfo*)(local_pBindInfo + i));
2510 auto resources = mImpl->resources();
2512 stream->setHandleMapping(resources->unwrapMapping());
2532 transform_tohost_VkFenceCreateInfo(mImpl->resources(), (VkFenceCreateInfo*)(local_pCreateInfo));
2536 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
2575 stream->setHandleMapping(resources->unwrapMapping());
2577 stream->setHandleMapping(resources->createMapping());
2601 auto resources = mImpl->resources();
2603 stream->setHandleMapping(resources->unwrapMapping());
2618 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
2656 resources->destroyMapping()->mapHandles_VkFence((VkFence*)&fence);
2669 auto resources = mImpl->resources();
2671 stream->setHandleMapping(resources->unwrapMapping());
2731 auto resources = mImpl->resources();
2733 stream->setHandleMapping(resources->unwrapMapping());
2780 auto resources = mImpl->resources();
2782 stream->setHandleMapping(resources->unwrapMapping());
2852 auto resources = mImpl->resources();
2854 stream->setHandleMapping(resources->unwrapMapping());
2874 transform_tohost_VkSemaphoreCreateInfo(mImpl->resources(), (VkSemaphoreCreateInfo*)(local_pCreateInfo));
2878 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
2917 stream->setHandleMapping(resources->unwrapMapping());
2919 stream->setHandleMapping(resources->createMapping());
2943 auto resources = mImpl->resources();
2945 stream->setHandleMapping(resources->unwrapMapping());
2960 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
2998 resources->destroyMapping()->mapHandles_VkSemaphore((VkSemaphore*)&semaphore);
3012 auto resources = mImpl->resources();
3014 stream->setHandleMapping(resources->unwrapMapping());
3034 transform_tohost_VkEventCreateInfo(mImpl->resources(), (VkEventCreateInfo*)(local_pCreateInfo));
3038 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3077 stream->setHandleMapping(resources->unwrapMapping());
3079 stream->setHandleMapping(resources->createMapping());
3103 auto resources = mImpl->resources();
3105 stream->setHandleMapping(resources->unwrapMapping());
3120 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3158 resources->destroyMapping()->mapHandles_VkEvent((VkEvent*)&event);
3170 auto resources = mImpl->resources();
3172 stream->setHandleMapping(resources->unwrapMapping());
3216 auto resources = mImpl->resources();
3218 stream->setHandleMapping(resources->unwrapMapping());
3262 auto resources = mImpl->resources();
3264 stream->setHandleMapping(resources->unwrapMapping());
3310 auto resources = mImpl->resources();
3312 stream->setHandleMapping(resources->unwrapMapping());
3332 transform_tohost_VkQueryPoolCreateInfo(mImpl->resources(), (VkQueryPoolCreateInfo*)(local_pCreateInfo));
3336 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3375 stream->setHandleMapping(resources->unwrapMapping());
3377 stream->setHandleMapping(resources->createMapping());
3401 auto resources = mImpl->resources();
3403 stream->setHandleMapping(resources->unwrapMapping());
3418 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3456 resources->destroyMapping()->mapHandles_VkQueryPool((VkQueryPool*)&queryPool);
3474 auto resources = mImpl->resources();
3476 stream->setHandleMapping(resources->unwrapMapping());
3547 auto resources = mImpl->resources();
3549 stream->setHandleMapping(resources->unwrapMapping());
3569 transform_tohost_VkBufferCreateInfo(mImpl->resources(), (VkBufferCreateInfo*)(local_pCreateInfo));
3573 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3612 stream->setHandleMapping(resources->unwrapMapping());
3614 stream->setHandleMapping(resources->createMapping());
3638 auto resources = mImpl->resources();
3640 stream->setHandleMapping(resources->unwrapMapping());
3655 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3693 resources->destroyMapping()->mapHandles_VkBuffer((VkBuffer*)&buffer);
3707 auto resources = mImpl->resources();
3709 stream->setHandleMapping(resources->unwrapMapping());
3729 transform_tohost_VkBufferViewCreateInfo(mImpl->resources
3733 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3772 stream->setHandleMapping(resources->unwrapMapping());
3774 stream->setHandleMapping(resources->createMapping());
3798 auto resources = mImpl->resources();
3800 stream->setHandleMapping(resources->unwrapMapping());
3815 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3853 resources->destroyMapping()->mapHandles_VkBufferView((VkBufferView*)&bufferView);
3867 auto resources = mImpl->resources();
3869 stream->setHandleMapping(resources->unwrapMapping());
3886 mImpl->resources()->unwrap_VkNativeBufferANDROID(pCreateInfo, local_pCreateInfo);
3890 transform_tohost_VkImageCreateInfo(mImpl->resources(), (VkImageCreateInfo*)(local_pCreateInfo));
3894 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
3933 stream->setHandleMapping(resources->unwrapMapping());
3935 stream->setHandleMapping(resources->createMapping());
3959 auto resources = mImpl->resources();
3961 stream->setHandleMapping(resources->unwrapMapping());
3976 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4014 resources->destroyMapping()->mapHandles_VkImage((VkImage*)&image);
4028 auto resources = mImpl->resources();
4030 stream->setHandleMapping(resources->unwrapMapping());
4044 transform_tohost_VkImageSubresource(mImpl->resources(), (VkImageSubresource*)(local_pSubresource));
4074 transform_fromhost_VkSubresourceLayout(mImpl->resources(), (VkSubresourceLayout*)(pLayout));
4090 auto resources = mImpl->resources();
4092 stream->setHandleMapping(resources->unwrapMapping());
4112 transform_tohost_VkImageViewCreateInfo(mImpl->resources(), (VkImageViewCreateInfo*)(local_pCreateInfo));
4116 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4155 stream->setHandleMapping(resources->unwrapMapping());
4157 stream->setHandleMapping(resources->createMapping());
4181 auto resources = mImpl->resources();
4183 stream->setHandleMapping(resources->unwrapMapping());
4198 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4236 resources->destroyMapping()->mapHandles_VkImageView((VkImageView*)&imageView);
4250 auto resources = mImpl->resources();
4252 stream->setHandleMapping(resources->unwrapMapping());
4272 transform_tohost_VkShaderModuleCreateInfo(mImpl->resources(), (VkShaderModuleCreateInfo*)(local_pCreateInfo));
4276 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4315 stream->setHandleMapping(resources->unwrapMapping());
4317 stream->setHandleMapping(resources->createMapping());
4341 auto resources = mImpl->resources();
4343 stream->setHandleMapping(resources->unwrapMapping());
4358 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4396 resources->destroyMapping()->mapHandles_VkShaderModule((VkShaderModule*)&shaderModule);
4410 auto resources = mImpl->resources();
4412 stream->setHandleMapping(resources->unwrapMapping());
4432 transform_tohost_VkPipelineCacheCreateInfo(mImpl->resources(), (VkPipelineCacheCreateInfo*)(local_pCreateInfo));
4436 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4475 stream->setHandleMapping(resources->unwrapMapping());
4477 stream->setHandleMapping(resources->createMapping());
4501 auto resources = mImpl->resources();
4503 stream->setHandleMapping(resources->unwrapMapping());
4518 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4556 resources->destroyMapping()->mapHandles_VkPipelineCache((VkPipelineCache*)&pipelineCache);
4570 auto resources = mImpl->resources();
4572 stream->setHandleMapping(resources->unwrapMapping());
4670 auto resources = mImpl->resources();
4672 stream->setHandleMapping(resources->unwrapMapping());
4744 auto resources = mImpl->resources();
4746 stream->setHandleMapping(resources->unwrapMapping());
4775 transform_tohost_VkGraphicsPipelineCreateInfo(mImpl->resources(), (VkGraphicsPipelineCreateInfo*)(local_pCreateInfos + i));
4780 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4841 stream->setHandleMapping(resources->unwrapMapping());
4843 stream->setHandleMapping(resources->createMapping());
4874 auto resources = mImpl->resources();
4876 stream->setHandleMapping(resources->unwrapMapping());
4905 transform_tohost_VkComputePipelineCreateInfo(mImpl->resources(), (VkComputePipelineCreateInfo*)(local_pCreateInfos + i));
4910 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
4971 stream->setHandleMapping(resources->unwrapMapping());
4973 stream->setHandleMapping(resources->createMapping());
5001 auto resources = mImpl->resources();
5003 stream->setHandleMapping(resources->unwrapMapping());
5018 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5056 resources->destroyMapping()->mapHandles_VkPipeline((VkPipeline*)&pipeline);
5070 auto resources = mImpl->resources();
5072 stream->setHandleMapping(resources->unwrapMapping());
5092 transform_tohost_VkPipelineLayoutCreateInfo(mImpl->resources(), (VkPipelineLayoutCreateInfo*)(local_pCreateInfo));
5096 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5135 stream->setHandleMapping(resources->unwrapMapping());
5137 stream->setHandleMapping(resources->createMapping());
5161 auto resources = mImpl->resources();
5163 stream->setHandleMapping(resources->unwrapMapping());
5178 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5216 resources->destroyMapping()->mapHandles_VkPipelineLayout((VkPipelineLayout*)&pipelineLayout);
5230 auto resources = mImpl->resources();
5232 stream->setHandleMapping(resources->unwrapMapping());
5252 transform_tohost_VkSamplerCreateInfo(mImpl->resources(), (VkSamplerCreateInfo*)(local_pCreateInfo));
5256 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5295 stream->setHandleMapping(resources->unwrapMapping());
5297 stream->setHandleMapping(resources->createMapping());
5321 auto resources = mImpl->resources();
5323 stream->setHandleMapping(resources->unwrapMapping());
5338 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5376 resources->destroyMapping()->mapHandles_VkSampler((VkSampler*)&sampler);
5390 auto resources = mImpl->resources();
5392 stream->setHandleMapping(resources->unwrapMapping());
5412 transform_tohost_VkDescriptorSetLayoutCreateInfo(mImpl->resources(), (VkDescriptorSetLayoutCreateInfo*)(local_pCreateInfo));
5416 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5455 stream->setHandleMapping(resources->unwrapMapping());
5457 stream->setHandleMapping(resources->createMapping());
5481 auto resources = mImpl->resources();
5483 stream->setHandleMapping(resources->unwrapMapping());
5498 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5536 resources->destroyMapping()->mapHandles_VkDescriptorSetLayout((VkDescriptorSetLayout*)&descriptorSetLayout);
5550 auto resources = mImpl->resources();
5552 stream->setHandleMapping(resources->unwrapMapping());
5572 transform_tohost_VkDescriptorPoolCreateInfo(mImpl->resources(), (VkDescriptorPoolCreateInfo*)(local_pCreateInfo));
5576 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5615 stream->setHandleMapping(resources->unwrapMapping());
5617 stream->setHandleMapping(resources->createMapping());
5641 auto resources = mImpl->resources();
5643 stream->setHandleMapping(resources->unwrapMapping());
5658 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
5696 resources->destroyMapping()->mapHandles_VkDescriptorPool((VkDescriptorPool*)&descriptorPool);
5709 auto resources = mImpl->resources();
5711 stream->setHandleMapping(resources->unwrapMapping());
5760 auto resources = mImpl->resources();
5762 stream->setHandleMapping(resources->unwrapMapping());
5774 transform_tohost_VkDescriptorSetAllocateInfo(mImpl->resources(), (VkDescriptorSetAllocateInfo*)(local_pAllocateInfo));
5807 stream->setHandleMapping(resources->unwrapMapping());
5809 stream->setHandleMapping(resources->createMapping());
5838 auto resources = mImpl->resources();
5840 stream->setHandleMapping(resources->unwrapMapping());
5910 resources->destroyMapping()->mapHandles_VkDescriptorSet((VkDescriptorSet*)pDescriptorSets, ((descriptorSetCount)));
5927 auto resources = mImpl->resources();
5929 stream->setHandleMapping(resources->unwrapMapping());
5960 transform_tohost_VkWriteDescriptorSet(mImpl->resources(), (VkWriteDescriptorSet*)(local_pDescriptorWrites + i));
5967 transform_tohost_VkCopyDescriptorSet(mImpl->resources(), (VkCopyDescriptorSet*)(local_pDescriptorCopies + i));
6019 auto resources = mImpl->resources();
6021 stream->setHandleMapping(resources->unwrapMapping());
6041 transform_tohost_VkFramebufferCreateInfo(mImpl->resources(), (VkFramebufferCreateInfo*)(local_pCreateInfo));
6045 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
6084 stream->setHandleMapping(resources->unwrapMapping());
6086 stream->setHandleMapping(resources->createMapping());
6110 auto resources = mImpl->resources();
6112 stream->setHandleMapping(resources->unwrapMapping());
6127 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
6165 resources->destroyMapping()->mapHandles_VkFramebuffer((VkFramebuffer*)&framebuffer);
6179 auto resources = mImpl->resources();
6181 stream->setHandleMapping(resources->unwrapMapping());
6201 transform_tohost_VkRenderPassCreateInfo(mImpl->resources(), (VkRenderPassCreateInfo*)(local_pCreateInfo));
6205 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
6244 stream->setHandleMapping(resources->unwrapMapping());
6246 resources->createMapping());
6270 auto resources = mImpl->resources();
6272 stream->setHandleMapping(resources->unwrapMapping());
6287 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
6325 resources->destroyMapping()->mapHandles_VkRenderPass((VkRenderPass*)&renderPass);
6338 auto resources = mImpl->resources();
6340 stream->setHandleMapping(resources->unwrapMapping());
6371 transform_fromhost_VkExtent2D(mImpl->resources(), (VkExtent2D*)(pGranularity));
6387 auto resources = mImpl->resources();
6389 stream->setHandleMapping(resources->unwrapMapping());
6409 transform_tohost_VkCommandPoolCreateInfo(mImpl->resources(), (VkCommandPoolCreateInfo*)(local_pCreateInfo));
6413 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
6452 stream->setHandleMapping(resources->unwrapMapping());
6454 stream->setHandleMapping(resources->createMapping());
6478 auto resources = mImpl->resources();
6480 stream->setHandleMapping(resources->unwrapMapping());
6495 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
6533 resources->destroyMapping()->mapHandles_VkCommandPool((VkCommandPool*)&commandPool);
6546 auto resources = mImpl->resources();
6548 stream->setHandleMapping(resources->unwrapMapping());
6597 auto resources = mImpl->resources();
6599 stream->setHandleMapping(resources->unwrapMapping());
6611 resources(), (VkCommandBufferAllocateInfo*)(local_pAllocateInfo));
6644 stream->setHandleMapping(resources->unwrapMapping());
6646 stream->setHandleMapping(resources->createMapping());
6675 auto resources = mImpl->resources();
6677 stream->setHandleMapping(resources->unwrapMapping());
6742 resources->destroyMapping()->mapHandles_VkCommandBuffer((VkCommandBuffer*)pCommandBuffers, ((commandBufferCount)));
6755 auto resources = mImpl->resources();
6757 stream->setHandleMapping(resources->unwrapMapping());
6769 transform_tohost_VkCommandBufferBeginInfo(mImpl->resources(), (VkCommandBufferBeginInfo*)(local_pBeginInfo));
6805 auto resources = mImpl->resources();
6807 stream->setHandleMapping(resources->unwrapMapping());
6843 auto resources = mImpl->resources();
6845 stream->setHandleMapping(resources->unwrapMapping());
6886 auto resources = mImpl->resources();
6888 stream->setHandleMapping(resources->unwrapMapping());
6932 auto resources = mImpl->resources();
6934 stream->setHandleMapping(resources->unwrapMapping());
6955 transform_tohost_VkViewport(mImpl->resources(), (VkViewport*)(local_pViewports + i));
6999 auto resources = mImpl->resources();
7001 stream->setHandleMapping(resources->unwrapMapping());
7022 transform_tohost_VkRect2D(mImpl->resources(), (VkRect2D*)(local_pScissors + i));
7064 auto resources = mImpl->resources();
7066 stream->setHandleMapping(resources->unwrapMapping());
7102 auto resources = mImpl->resources();
7104 stream->setHandleMapping(resources->unwrapMapping());
7146 auto resources = mImpl->resources();
7148 stream->setHandleMapping(resources->unwrapMapping());
7183 auto resources = mImpl->resources();
7185 stream->setHandleMapping(resources->unwrapMapping());
7224 auto resources = mImpl->resources();
7226 stream->setHandleMapping(resources->unwrapMapping());
7265 auto resources = mImpl->resources();
7267 stream->setHandleMapping(resources->unwrapMapping());
7306 auto resources = mImpl->resources();
7308 stream->setHandleMapping(resources->unwrapMapping());
7352 auto resources = mImpl->resources();
7354 stream->setHandleMapping(resources->unwrapMapping());
7438 auto resources = mImpl->resources();
7440 stream->setHandleMapping(resources->unwrapMapping());
7489 auto resources = mImpl->resources();
7491 stream->setHandleMapping(resources->unwrapMapping());
7560 auto resources = mImpl->resources();
7562 stream->setHandleMapping(resources->unwrapMapping());
7612 auto resources = mImpl->resources();
7614 stream->setHandleMapping(resources->unwrapMapping());
7667 auto resources = mImpl->resources();
7669 stream->setHandleMapping(resources->unwrapMapping());
7722 auto resources = mImpl->resources();
7724 stream->setHandleMapping(resources->unwrapMapping());
7776 auto resources = mImpl->resources();
7778 stream->setHandleMapping(resources->unwrapMapping());
7821 auto resources = mImpl->resources();
7823 stream->setHandleMapping(resources->unwrapMapping());
7868 auto resources = mImpl->resources();
7870 stream->setHandleMapping(resources->unwrapMapping());
7893 transform_tohost_VkBufferCopy(mImpl->resources(), (VkBufferCopy*)(local_pRegions + i));
7950 auto resources = mImpl->resources();
7952 stream->setHandleMapping(resources->unwrapMapping());
7979 transform_tohost_VkImageCopy(mImpl->resources(), (VkImageCopy*)(local_pRegions + i));
8041 auto resources = mImpl->resources();
8043 stream->setHandleMapping(resources->unwrapMapping());
8072 transform_tohost_VkImageBlit(mImpl->resources(), (VkImageBlit*)(local_pRegions + i));
8134 auto resources = mImpl->resources();
8136 stream->setHandleMapping(resources->unwrapMapping());
8161 transform_tohost_VkBufferImageCopy(mImpl->resources(), (VkBufferImageCopy*)(local_pRegions + i));
8219 auto resources = mImpl->resources();
8221 stream->setHandleMapping(resources->unwrapMapping());
8246 transform_tohost_VkBufferImageCopy(mImpl->resources(), (VkBufferImageCopy*)(local_pRegions + i));
8303 auto resources = mImpl->resources();
8305 stream->setHandleMapping(resources->unwrapMapping());
8362 auto resources = mImpl->resources();
8364 stream->setHandleMapping(resources->unwrapMapping());
8418 auto resources = mImpl->resources();
8420 stream->setHandleMapping(resources->unwrapMapping());
8448 transform_tohost_VkClearColorValue(mImpl->resources(), (VkClearColorValue*)(local_pColor));
8454 transform_tohost_VkImageSubresourceRange(mImpl->resources(), (VkImageSubresourceRange*)(local_pRanges + i));
8508 auto resources = mImpl->resources();
8510 stream->setHandleMapping(resources->unwrapMapping());
8538 transform_tohost_VkClearDepthStencilValue(mImpl->resources(), (VkClearDepthStencilValue*)(local_pDepthStencil));
8544 transform_tohost_VkImageSubresourceRange(mImpl->resources(), (VkImageSubresourceRange*)(local_pRanges + i));
8597 auto resources = mImpl->resources();
8599 stream->setHandleMapping(resources->unwrapMapping());
8630 transform_tohost_VkClearAttachment(mImpl->resources(), (VkClearAttachment*)(local_pAttachments + i));
8637 transform_tohost_VkClearRect(mImpl->resources(), (VkClearRect*)(local_pRects + i));
8692 auto resources = mImpl->resources();
8694 stream->setHandleMapping(resources->unwrapMapping());
8721 transform_tohost_VkImageResolve(mImpl->resources(), (VkImageResolve*)(local_pRegions + i));
8778 auto resources = mImpl->resources();
8780 stream->setHandleMapping(resources->unwrapMapping());
8823 auto resources = mImpl->resources();
8825 stream->setHandleMapping(resources->unwrapMapping());
8876 auto resources = mImpl->resources();
8878 stream->setHandleMapping(resources->unwrapMapping());
8933 transform_tohost_VkMemoryBarrier(mImpl->resources(), (VkMemoryBarrier*)(local_pMemoryBarriers + i));
8940 transform_tohost_VkBufferMemoryBarrier(mImpl->resources(), (VkBufferMemoryBarrier*)(local_pBufferMemoryBarriers + i));
8947 transform_tohost_VkImageMemoryBarrier(mImpl->resources(), (VkImageMemoryBarrier*)(local_pImageMemoryBarriers + i));
9035 auto resources = mImpl->resources();
9037 stream->setHandleMapping(resources->unwrapMapping());
9086 transform_tohost_VkMemoryBarrier(mImpl->resources(), (VkMemoryBarrier*)(local_pMemoryBarriers + i));
9093 transform_tohost_VkBufferMemoryBarrier(mImpl->resources(), (VkBufferMemoryBarrier*)(local_pBufferMemoryBarriers + i));
9100 transform_tohost_VkImageMemoryBarrier(mImpl->resources(), (VkImageMemoryBarrier*)(local_pImageMemoryBarriers + i));
9168 auto resources = mImpl->resources();
9170 stream->setHandleMapping(resources->unwrapMapping());
9217 auto resources = mImpl->resources();
9219 stream->setHandleMapping(resources->unwrapMapping());
9263 auto resources = mImpl->resources();
9265 stream->setHandleMapping(resources->unwrapMapping());
9313 auto resources = mImpl->resources();
9315 stream->setHandleMapping(resources->unwrapMapping());
9367 auto resources = mImpl->resources();
9369 stream->setHandleMapping(resources->unwrapMapping());
9439 auto resources = mImpl->resources();
9441 stream->setHandleMapping(resources->unwrapMapping());
9500 auto resources = mImpl->resources();
9502 stream->setHandleMapping(resources->unwrapMapping());
9516 transform_tohost_VkRenderPassBeginInfo(mImpl->resources(), (VkRenderPassBeginInfo*)(local_pRenderPassBegin));
9549 auto resources = mImpl->resources();
9551 stream->setHandleMapping(resources->unwrapMapping());
9584 auto resources = mImpl->resources();
9586 stream->setHandleMapping(resources->unwrapMapping());
9617 auto resources = mImpl->resources();
9619 stream->setHandleMapping(resources->unwrapMapping());
9674 auto resources = mImpl->resources();
9676 stream->setHandleMapping(resources->unwrapMapping());
9708 auto resources = mImpl->resources();
9710 stream->setHandleMapping(resources->unwrapMapping());
9729 transform_tohost_VkBindBufferMemoryInfo(mImpl->resources(), (VkBindBufferMemoryInfo*)(local_pBindInfos + i));
9776 auto resources = mImpl->resources();
9778 stream->setHandleMapping(resources->unwrapMapping());
9797 transform_tohost_VkBindImageMemoryInfo(mImpl->resources(), (VkBindImageMemoryInfo*)(local_pBindInfos + i));
9846 auto resources = mImpl->resources();
9848 stream->setHandleMapping(resources->unwrapMapping());
9893 auto resources = mImpl->resources();
9895 stream->setHandleMapping(resources->unwrapMapping());
9934 auto resources = mImpl->resources();
9936 stream->setHandleMapping(resources->unwrapMapping());
9991 auto resources = mImpl->resources();
9993 stream->setHandleMapping(resources->unwrapMapping());
10074 transform_fromhost_VkPhysicalDeviceGroupProperties(mImpl->resources(), (VkPhysicalDeviceGroupProperties*)(pPhysicalDeviceGroupProperties + i));
10096 auto resources = mImpl->resources();
10098 stream->setHandleMapping(resources->unwrapMapping());
10110 transform_tohost_VkImageMemoryRequirementsInfo2(mImpl->resources(), (VkImageMemoryRequirementsInfo2*)(local_pInfo));
10134 transform_fromhost_VkMemoryRequirements2(mImpl->resources(), (VkMemoryRequirements2*)(pMemoryRequirements));
10149 auto resources = mImpl->resources();
10151 stream->setHandleMapping(resources->unwrapMapping());
10163 transform_tohost_VkBufferMemoryRequirementsInfo2(mImpl->resources(), (VkBufferMemoryRequirementsInfo2*)(local_pInfo));
10187 transform_fromhost_VkMemoryRequirements2(mImpl->resources(), (VkMemoryRequirements2*)(pMemoryRequirements));
10203 auto resources = mImpl->resources();
10205 stream->setHandleMapping(resources->unwrapMapping());
10217 transform_tohost_VkImageSparseMemoryRequirementsInfo2(mImpl->resources(), (VkImageSparseMemoryRequirementsInfo2*)(local_pInfo));
10299 transform_fromhost_VkSparseImageMemoryRequirements2(mImpl->resources(), (VkSparseImageMemoryRequirements2*)(pSparseMemoryRequirements + i));
10314 auto resources = mImpl->resources();
10316 stream->setHandleMapping(resources->unwrapMapping());
10339 transform_fromhost_VkPhysicalDeviceFeatures2(mImpl->resources(), (VkPhysicalDeviceFeatures2*)(pFeatures));
10353 auto resources = mImpl->resources();
10355 stream->setHandleMapping(resources->unwrapMapping());
10378 transform_fromhost_VkPhysicalDeviceProperties2(mImpl->resources(), (VkPhysicalDeviceProperties2*)(pProperties));
10393 auto resources = mImpl->resources();
10395 stream->setHandleMapping(resources->unwrapMapping());
10422 transform_fromhost_VkFormatProperties2(mImpl->resources(), (VkFormatProperties2*)(pFormatProperties));
10437 auto resources = mImpl->resources();
10439 stream->setHandleMapping(resources->unwrapMapping());
10451 transform_tohost_VkPhysicalDeviceImageFormatInfo2(mImpl->resources(), (VkPhysicalDeviceImageFormatInfo2*)(local_pImageFormatInfo));
10475 transform_fromhost_VkImageFormatProperties2(mImpl->resources(), (VkImageFormatProperties2*)(pImageFormatProperties));
10496 auto resources = mImpl->resources();
10498 stream->setHandleMapping(resources->unwrapMapping());
10579 transform_fromhost_VkQueueFamilyProperties2(mImpl->resources(), (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i));
10594 auto resources = mImpl->resources();
10596 stream->setHandleMapping(resources->unwrapMapping());
10619 transform_fromhost_VkPhysicalDeviceMemoryProperties2(mImpl->resources(), (VkPhysicalDeviceMemoryProperties2*)(pMemoryProperties));
10622 mImpl->resources()->on_vkGetPhysicalDeviceMemoryProperties2(this, physicalDevice, pMemoryProperties);
10636 auto resources = mImpl->resources();
10638 stream->setHandleMapping(resources->unwrapMapping());
10650 transform_tohost_VkPhysicalDeviceSparseImageFormatInfo2(mImpl->resources(), (VkPhysicalDeviceSparseImageFormatInfo2*)(local_pFormatInfo));
10732 transform_fromhost_VkSparseImageFormatProperties2(mImpl->resources(), (VkSparseImageFormatProperties2*)(pProperties + i));
10748 auto resources = mImpl->resources();
10750 stream->setHandleMapping(resources->unwrapMapping());
10793 auto resources = mImpl->resources();
10795 stream->setHandleMapping(resources->unwrapMapping());
10807 transform_tohost_VkDeviceQueueInfo2(mImpl->resources(), (VkDeviceQueueInfo2*)(local_pQueueInfo));
10832 stream->setHandleMapping(resources->unwrapMapping());
10851 auto resources = mImpl->resources();
10853 stream->setHandleMapping(resources->unwrapMapping());
10873 transform_tohost_VkSamplerYcbcrConversionCreateInfo(mImpl->resources(), (VkSamplerYcbcrConversionCreateInfo*)(local_pCreateInfo));
10877 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
10916 stream->setHandleMapping(resources->unwrapMapping());
10918 stream->setHandleMapping(resources->createMapping());
10942 auto resources = mImpl->resources();
10944 stream->setHandleMapping(resources->unwrapMapping());
10959 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
10997 resources->destroyMapping()->mapHandles_VkSamplerYcbcrConversion((VkSamplerYcbcrConversion*)&ycbcrConversion);
11011 auto resources = mImpl->resources();
11013 stream->setHandleMapping(resources->unwrapMapping());
11033 transform_tohost_VkDescriptorUpdateTemplateCreateInfo(mImpl->resources(), (VkDescriptorUpdateTemplateCreateInfo*)(local_pCreateInfo));
11037 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
11076 stream->setHandleMapping(resources->unwrapMapping());
11078 stream->setHandleMapping(resources->createMapping());
11089 mImpl->resources()->on_vkCreateDescriptorUpdateTemplate(this, vkCreateDescriptorUpdateTemplate_VkResult_return, device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate);
11103 auto resources = mImpl->resources();
11105 stream->setHandleMapping(resources->unwrapMapping());
11120 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
11158 resources->destroyMapping()->mapHandles_VkDescriptorUpdateTemplate((VkDescriptorUpdateTemplate*)&descriptorUpdateTemplate);
11172 auto resources = mImpl->resources();
11174 stream->setHandleMapping(resources->unwrapMapping());
11241 auto resources = mImpl->resources();
11243 stream->setHandleMapping(resources->unwrapMapping());
11255 mImpl->resources()->transformImpl_VkPhysicalDeviceExternalBufferInfo_tohost(local_pExternalBufferInfo, 1);
11256 transform_tohost_VkPhysicalDeviceExternalBufferInfo(mImpl->resources(), (VkPhysicalDeviceExternalBufferInfo*)(local_pExternalBufferInfo));
11280 mImpl->resources()->transformImpl_VkExternalBufferProperties_fromhost(pExternalBufferProperties, 1);
11281 transform_fromhost_VkExternalBufferProperties(mImpl->resources(), (VkExternalBufferProperties*)(pExternalBufferProperties));
11296 auto resources = mImpl->resources();
11298 stream->setHandleMapping(resources->unwrapMapping());
11310 transform_tohost_VkPhysicalDeviceExternalFenceInfo(mImpl->resources(), (VkPhysicalDeviceExternalFenceInfo*)(local_pExternalFenceInfo));
11334 transform_fromhost_VkExternalFenceProperties(mImpl->resources(), (VkExternalFenceProperties*)(pExternalFenceProperties));
11349 auto resources = mImpl->resources();
11351 stream->setHandleMapping(resources->unwrapMapping());
11363 transform_tohost_VkPhysicalDeviceExternalSemaphoreInfo(mImpl->resources(), (VkPhysicalDeviceExternalSemaphoreInfo*)(local_pExternalSemaphoreInfo));
11387 transform_fromhost_VkExternalSemaphoreProperties(mImpl->resources(), (VkExternalSemaphoreProperties*)(pExternalSemaphoreProperties));
11402 auto resources = mImpl->resources();
11404 stream->setHandleMapping(resources->unwrapMapping());
11416 transform_tohost_VkDescriptorSetLayoutCreateInfo(mImpl->resources(), (VkDescriptorSetLayoutCreateInfo*)(local_pCreateInfo));
11440 transform_fromhost_VkDescriptorSetLayoutSupport(mImpl->resources
11457 auto resources = mImpl->resources();
11459 stream->setHandleMapping(resources->unwrapMapping());
11474 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
11512 resources->destroyMapping()->mapHandles_VkSurfaceKHR((VkSurfaceKHR*)&surface);
11526 auto resources = mImpl->resources();
11528 stream->setHandleMapping(resources->unwrapMapping());
11580 auto resources = mImpl->resources();
11582 stream->setHandleMapping(resources->unwrapMapping());
11613 transform_fromhost_VkSurfaceCapabilitiesKHR(mImpl->resources(), (VkSurfaceCapabilitiesKHR*)(pSurfaceCapabilities));
11635 auto resources = mImpl->resources();
11637 stream->setHandleMapping(resources->unwrapMapping());
11726 transform_fromhost_VkSurfaceFormatKHR(mImpl->resources(), (VkSurfaceFormatKHR*)(pSurfaceFormats + i));
11749 auto resources = mImpl->resources();
11751 stream->setHandleMapping(resources->unwrapMapping());
11849 auto resources = mImpl->resources();
11851 stream->setHandleMapping(resources->unwrapMapping());
11871 transform_tohost_VkSwapchainCreateInfoKHR(mImpl->resources(), (VkSwapchainCreateInfoKHR*)(local_pCreateInfo));
11875 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
11914 stream->setHandleMapping(resources->unwrapMapping());
11916 stream->setHandleMapping(resources->createMapping());
11940 auto resources = mImpl->resources();
11942 stream->setHandleMapping(resources->unwrapMapping());
11957 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
11995 resources->destroyMapping()->mapHandles_VkSwapchainKHR((VkSwapchainKHR*)&swapchain);
12009 auto resources = mImpl->resources();
12011 stream->setHandleMapping(resources->unwrapMapping());
12077 stream->setHandleMapping(resources->unwrapMapping());
12129 auto resources = mImpl->resources();
12131 stream->setHandleMapping(resources->unwrapMapping());
12198 auto resources = mImpl->resources();
12200 stream->setHandleMapping(resources->unwrapMapping());
12212 transform_tohost_VkPresentInfoKHR(mImpl->resources(), (VkPresentInfoKHR*)(local_pPresentInfo));
12249 auto resources = mImpl->resources();
12251 stream->setHandleMapping(resources->unwrapMapping());
12274 transform_fromhost_VkDeviceGroupPresentCapabilitiesKHR(mImpl->resources(), (VkDeviceGroupPresentCapabilitiesKHR*)(pDeviceGroupPresentCapabilities));
12295 auto resources = mImpl->resources();
12297 stream->setHandleMapping(resources->unwrapMapping());
12368 auto resources = mImpl->resources();
12370 stream->setHandleMapping(resources->unwrapMapping());
12459 transform_fromhost_VkRect2D(mImpl->resources(), (VkRect2D*)(pRects + i));
12481 auto resources = mImpl->resources();
12483 stream->setHandleMapping(resources->unwrapMapping());
12495 transform_tohost_VkAcquireNextImageInfoKHR(mImpl->resources(), (VkAcquireNextImageInfoKHR*)(local_pAcquireInfo));
12538 auto resources = mImpl->resources();
12540 stream->setHandleMapping(resources->unwrapMapping());
12621 transform_fromhost_VkDisplayPropertiesKHR(mImpl->resources(), (VkDisplayPropertiesKHR*)(pProperties + i));
12643 auto resources = mImpl->resources();
12645 stream->setHandleMapping(resources->unwrapMapping());
12726 transform_fromhost_VkDisplayPlanePropertiesKHR(mImpl->resources(), (VkDisplayPlanePropertiesKHR*)(pProperties + i));
12749 auto resources = mImpl->resources();
12751 stream->setHandleMapping(resources->unwrapMapping());
12813 stream->setHandleMapping(resources->unwrapMapping());
12863 auto resources = mImpl->resources();
12865 stream->setHandleMapping(resources->unwrapMapping());
12954 transform_fromhost_VkDisplayModePropertiesKHR(mImpl->resources(), (VkDisplayModePropertiesKHR*)(pProperties + i));
12978 auto resources = mImpl->resources();
12980 stream->setHandleMapping(resources->unwrapMapping());
13002 transform_tohost_VkDisplayModeCreateInfoKHR(mImpl->resources(), (VkDisplayModeCreateInfoKHR*)(local_pCreateInfo));
13006 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13051 stream->setHandleMapping(resources->unwrapMapping());
13053 stream->setHandleMapping(resources->createMapping());
13078 auto resources = mImpl->resources();
13080 stream->setHandleMapping(resources->unwrapMapping());
13115 transform_fromhost_VkDisplayPlaneCapabilitiesKHR(mImpl->resources(), (VkDisplayPlaneCapabilitiesKHR*)(pCapabilities));
13137 auto resources = mImpl->resources();
13139 stream->setHandleMapping(resources->unwrapMapping());
13159 transform_tohost_VkDisplaySurfaceCreateInfoKHR(mImpl->resources(), (VkDisplaySurfaceCreateInfoKHR*)(local_pCreateInfo));
13163 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13202 stream->setHandleMapping(resources->unwrapMapping());
13230 auto resources = mImpl->resources();
13232 stream->setHandleMapping(resources->unwrapMapping());
13259 transform_tohost_VkSwapchainCreateInfoKHR(mImpl->resources(), (VkSwapchainCreateInfoKHR*)(local_pCreateInfos + i));
13264 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13319 stream->setHandleMapping(resources->unwrapMapping());
13350 auto resources = mImpl->resources();
13352 stream->setHandleMapping(resources->unwrapMapping());
13372 transform_tohost_VkXlibSurfaceCreateInfoKHR(mImpl->resources(), (VkXlibSurfaceCreateInfoKHR*)(local_pCreateInfo));
13376 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13415 stream->setHandleMapping(resources->unwrapMapping());
13440 auto resources = mImpl->resources();
13442 stream->setHandleMapping(resources->unwrapMapping());
13493 auto resources = mImpl->resources();
13495 stream->setHandleMapping(resources->unwrapMapping());
13515 transform_tohost_VkXcbSurfaceCreateInfoKHR(mImpl->resources(), (VkXcbSurfaceCreateInfoKHR*)(local_pCreateInfo));
13519 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13558 stream->setHandleMapping(resources->unwrapMapping());
13583 auto resources = mImpl->resources();
13585 stream->setHandleMapping(resources->unwrapMapping());
13636 auto resources = mImpl->resources();
13638 stream->setHandleMapping(resources->unwrapMapping());
13658 transform_tohost_VkWaylandSurfaceCreateInfoKHR(mImpl->resources(), (VkWaylandSurfaceCreateInfoKHR*)(local_pCreateInfo));
13662 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13701 stream->setHandleMapping(resources->unwrapMapping());
13725 auto resources = mImpl->resources();
13727 stream->setHandleMapping(resources->unwrapMapping());
13774 auto resources = mImpl->resources();
13776 stream->setHandleMapping(resources->unwrapMapping());
13796 transform_tohost_VkMirSurfaceCreateInfoKHR(mImpl->resources(), (VkMirSurfaceCreateInfoKHR*)(local_pCreateInfo));
13800 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13839 stream->setHandleMapping(resources->unwrapMapping());
13863 auto resources = mImpl->resources();
13865 stream->setHandleMapping(resources->unwrapMapping());
13912 auto resources = mImpl->resources();
13914 stream->setHandleMapping(resources->unwrapMapping());
13934 transform_tohost_VkAndroidSurfaceCreateInfoKHR(mImpl->resources(), (VkAndroidSurfaceCreateInfoKHR*)(local_pCreateInfo));
13938 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
13977 stream->setHandleMapping(resources->unwrapMapping());
14004 auto resources = mImpl->resources();
14006 stream->setHandleMapping(resources->unwrapMapping());
14026 transform_tohost_VkWin32SurfaceCreateInfoKHR(mImpl->resources(), (VkWin32SurfaceCreateInfoKHR*)(local_pCreateInfo));
14030 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
14069 stream->setHandleMapping(resources->unwrapMapping());
14092 auto resources = mImpl->resources();
14094 stream->setHandleMapping(resources->unwrapMapping());
14140 auto resources = mImpl->resources();
14142 stream->setHandleMapping(resources->unwrapMapping());
14165 transform_fromhost_VkPhysicalDeviceFeatures2(mImpl->resources(), (VkPhysicalDeviceFeatures2*)(pFeatures));
14179 auto resources = mImpl->resources();
14181 stream->setHandleMapping(resources->unwrapMapping());
14204 transform_fromhost_VkPhysicalDeviceProperties2(mImpl->resources(), (VkPhysicalDeviceProperties2*)(pProperties));
14219 auto resources = mImpl->resources();
14221 stream->setHandleMapping(resources->unwrapMapping());
14248 transform_fromhost_VkFormatProperties2(mImpl->resources(), (VkFormatProperties2*)(pFormatProperties));
14263 auto resources = mImpl->resources();
14265 stream->setHandleMapping(resources->unwrapMapping());
14277 transform_tohost_VkPhysicalDeviceImageFormatInfo2(mImpl->resources(), (VkPhysicalDeviceImageFormatInfo2*)(local_pImageFormatInfo));
14301 transform_fromhost_VkImageFormatProperties2(mImpl->resources(), (VkImageFormatProperties2*)(pImageFormatProperties));
14322 auto resources = mImpl->resources();
14324 stream->setHandleMapping(resources->unwrapMapping());
14405 transform_fromhost_VkQueueFamilyProperties2(mImpl->resources(), (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i));
14420 auto resources = mImpl->resources();
14422 stream->setHandleMapping(resources->unwrapMapping());
14445 transform_fromhost_VkPhysicalDeviceMemoryProperties2(mImpl->resources(), (VkPhysicalDeviceMemoryProperties2*)(pMemoryProperties));
14448 mImpl->resources()->on_vkGetPhysicalDeviceMemoryProperties2KHR(this, physicalDevice, pMemoryProperties);
14462 auto resources = mImpl->resources();
14464 stream->setHandleMapping(resources->unwrapMapping());
14476 transform_tohost_VkPhysicalDeviceSparseImageFormatInfo2(mImpl->resources(), (VkPhysicalDeviceSparseImageFormatInfo2*)(local_pFormatInfo));
14558 transform_fromhost_VkSparseImageFormatProperties2(mImpl->resources(), (VkSparseImageFormatProperties2*)(pProperties + i));
14578 auto resources = mImpl->resources();
14580 stream->setHandleMapping(resources->unwrapMapping());
14625 auto resources = mImpl->resources();
14627 stream->setHandleMapping(resources->unwrapMapping());
14666 auto resources = mImpl->resources();
14668 stream->setHandleMapping(resources->unwrapMapping());
14727 auto resources = mImpl->resources();
14729 stream->setHandleMapping(resources->unwrapMapping());
14774 auto resources = mImpl->resources();
14776 stream->setHandleMapping(resources->unwrapMapping());
14857 transform_fromhost_VkPhysicalDeviceGroupProperties(mImpl->resources(), (VkPhysicalDeviceGroupProperties*)(pPhysicalDeviceGroupProperties + i));
14881 auto resources = mImpl->resources();
14883 stream->setHandleMapping(resources->unwrapMapping());
14895 mImpl->resources()->transformImpl_VkPhysicalDeviceExternalBufferInfo_tohost(local_pExternalBufferInfo, 1);
14896 transform_tohost_VkPhysicalDeviceExternalBufferInfo(mImpl->resources(), (VkPhysicalDeviceExternalBufferInfo*)(local_pExternalBufferInfo));
14920 mImpl->resources()->transformImpl_VkExternalBufferProperties_fromhost(pExternalBufferProperties, 1);
14921 transform_fromhost_VkExternalBufferProperties(mImpl->resources(), (VkExternalBufferProperties*)(pExternalBufferProperties));
14940 auto resources = mImpl->resources();
14942 stream->setHandleMapping(resources->unwrapMapping());
14954 transform_tohost_VkMemoryGetWin32HandleInfoKHR(mImpl->resources(), (VkMemoryGetWin32HandleInfoKHR*)(local_pGetWin32HandleInfo));
14996 auto resources = mImpl->resources();
14998 stream->setHandleMapping(resources->unwrapMapping());
15029 transform_fromhost_VkMemoryWin32HandlePropertiesKHR(mImpl->resources(), (VkMemoryWin32HandlePropertiesKHR*)(pMemoryWin32HandleProperties));
15052 auto resources = mImpl->resources();
15054 stream->setHandleMapping(resources->unwrapMapping());
15066 transform_tohost_VkMemoryGetFdInfoKHR(mImpl->resources(), (VkMemoryGetFdInfoKHR*)(local_pGetFdInfo));
15108 auto resources = mImpl->resources();
15110 stream->setHandleMapping(resources->unwrapMapping());
15141 transform_fromhost_VkMemoryFdPropertiesKHR(mImpl->resources(), (VkMemoryFdPropertiesKHR*)(pMemoryFdProperties));
15166 auto resources = mImpl->resources();
15168 stream->setHandleMapping(resources->unwrapMapping());
15180 transform_tohost_VkPhysicalDeviceExternalSemaphoreInfo(mImpl->resources(), (VkPhysicalDeviceExternalSemaphoreInfo*)(local_pExternalSemaphoreInfo));
15204 transform_fromhost_VkExternalSemaphoreProperties(mImpl->resources(), (VkExternalSemaphoreProperties*)(pExternalSemaphoreProperties));
15222 auto resources = mImpl->resources();
15224 stream->setHandleMapping(resources->unwrapMapping());
15236 resources(), (VkImportSemaphoreWin32HandleInfoKHR*)(local_pImportSemaphoreWin32HandleInfo));
15274 auto resources = mImpl->resources();
15276 stream->setHandleMapping(resources->unwrapMapping());
15288 transform_tohost_VkSemaphoreGetWin32HandleInfoKHR(mImpl->resources(), (VkSemaphoreGetWin32HandleInfoKHR*)(local_pGetWin32HandleInfo));
15330 auto resources = mImpl->resources();
15332 stream->setHandleMapping(resources->unwrapMapping());
15344 transform_tohost_VkImportSemaphoreFdInfoKHR(mImpl->resources(), (VkImportSemaphoreFdInfoKHR*)(local_pImportSemaphoreFdInfo));
15382 auto resources = mImpl->resources();
15384 stream->setHandleMapping(resources->unwrapMapping());
15396 transform_tohost_VkSemaphoreGetFdInfoKHR(mImpl->resources(), (VkSemaphoreGetFdInfoKHR*)(local_pGetFdInfo));
15442 auto resources = mImpl->resources();
15444 stream->setHandleMapping(resources->unwrapMapping());
15469 transform_tohost_VkWriteDescriptorSet(mImpl->resources(), (VkWriteDescriptorSet*)(local_pDescriptorWrites + i));
15522 auto resources = mImpl->resources();
15524 stream->setHandleMapping(resources->unwrapMapping());
15602 auto resources = mImpl->resources();
15604 stream->setHandleMapping(resources->unwrapMapping());
15624 transform_tohost_VkDescriptorUpdateTemplateCreateInfo(mImpl->resources(), (VkDescriptorUpdateTemplateCreateInfo*)(local_pCreateInfo));
15628 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
15667 stream->setHandleMapping(resources->unwrapMapping());
15669 stream->setHandleMapping(resources->createMapping());
15680 mImpl->resources()->on_vkCreateDescriptorUpdateTemplateKHR(this, vkCreateDescriptorUpdateTemplateKHR_VkResult_return, device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate);
15694 auto resources = mImpl->resources();
15696 stream->setHandleMapping(resources->unwrapMapping());
15711 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
15749 resources->destroyMapping()->mapHandles_VkDescriptorUpdateTemplate((VkDescriptorUpdateTemplate*)&descriptorUpdateTemplate);
15763 auto resources = mImpl->resources();
15765 stream->setHandleMapping(resources->unwrapMapping());
15835 auto resources = mImpl->resources();
15837 stream->setHandleMapping(resources->unwrapMapping());
15857 transform_tohost_VkRenderPassCreateInfo2KHR(mImpl->resources(), (VkRenderPassCreateInfo2KHR*)(local_pCreateInfo));
15861 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
15900 stream->setHandleMapping(resources->unwrapMapping());
15924 auto resources = mImpl->resources();
15926 stream->setHandleMapping(resources->unwrapMapping());
15945 transform_tohost_VkRenderPassBeginInfo(mImpl->resources(), (VkRenderPassBeginInfo*)(local_pRenderPassBegin));
15949 transform_tohost_VkSubpassBeginInfoKHR(mImpl->resources(), (VkSubpassBeginInfoKHR*)(local_pSubpassBeginInfo));
15983 auto resources = mImpl->resources();
15985 stream->setHandleMapping(resources->unwrapMapping());
16004 transform_tohost_VkSubpassBeginInfoKHR(mImpl->resources(), (VkSubpassBeginInfoKHR*)(local_pSubpassBeginInfo));
16008 transform_tohost_VkSubpassEndInfoKHR(mImpl->resources(), (VkSubpassEndInfoKHR*)(local_pSubpassEndInfo));
16041 auto resources = mImpl->resources();
16043 stream->setHandleMapping(resources->unwrapMapping());
16055 transform_tohost_VkSubpassEndInfoKHR(mImpl->resources(), (VkSubpassEndInfoKHR*)(local_pSubpassEndInfo));
16088 auto resources = mImpl->resources();
16090 stream->setHandleMapping(resources->unwrapMapping());
16137 auto resources = mImpl->resources();
16139 stream->setHandleMapping(resources->unwrapMapping());
16151 transform_tohost_VkPhysicalDeviceExternalFenceInfo(mImpl->resources(), (VkPhysicalDeviceExternalFenceInfo*)(local_pExternalFenceInfo));
16175 transform_fromhost_VkExternalFenceProperties(mImpl->resources(), (VkExternalFenceProperties*)(pExternalFenceProperties));
16193 auto resources = mImpl->resources();
16195 stream->setHandleMapping(resources->unwrapMapping());
16207 transform_tohost_VkImportFenceWin32HandleInfoKHR(mImpl->resources(), (VkImportFenceWin32HandleInfoKHR*)(local_pImportFenceWin32HandleInfo));
16245 auto resources = mImpl->resources();
16247 stream->setHandleMapping(resources->unwrapMapping());
16259 transform_tohost_VkFenceGetWin32HandleInfoKHR(mImpl->resources(), (VkFenceGetWin32HandleInfoKHR*)(local_pGetWin32HandleInfo));
16301 auto resources = mImpl->resources();
16303 stream->setHandleMapping(resources->unwrapMapping());
16315 transform_tohost_VkImportFenceFdInfoKHR(mImpl->resources(), (VkImportFenceFdInfoKHR*)(local_pImportFenceFdInfo));
16353 auto resources = mImpl->resources();
16355 stream->setHandleMapping(resources->unwrapMapping());
16367 transform_tohost_VkFenceGetFdInfoKHR(mImpl->resources(), (VkFenceGetFdInfoKHR*)(local_pGetFdInfo));
16412 auto resources = mImpl->resources();
16414 stream->setHandleMapping(resources->unwrapMapping());
16426 transform_tohost_VkPhysicalDeviceSurfaceInfo2KHR(mImpl->resources(), (VkPhysicalDeviceSurfaceInfo2KHR*)(local_pSurfaceInfo));
16450 transform_fromhost_VkSurfaceCapabilities2KHR(mImpl->resources(), (VkSurfaceCapabilities2KHR*)(pSurfaceCapabilities));
16472 auto resources = mImpl->resources();
16474 stream->setHandleMapping(resources->unwrapMapping());
16486 transform_tohost_VkPhysicalDeviceSurfaceInfo2KHR(mImpl->resources(), (VkPhysicalDeviceSurfaceInfo2KHR*)(local_pSurfaceInfo));
16568 transform_fromhost_VkSurfaceFormat2KHR(mImpl->resources(), (VkSurfaceFormat2KHR*)(pSurfaceFormats + i));
16594 auto resources = mImpl->resources();
16596 stream->setHandleMapping(resources->unwrapMapping());
16677 transform_fromhost_VkDisplayProperties2KHR(mImpl->resources(), (VkDisplayProperties2KHR*)(pProperties + i));
16699 auto resources = mImpl->resources();
16701 stream->setHandleMapping(resources->unwrapMapping());
16782 transform_fromhost_VkDisplayPlaneProperties2KHR(mImpl->resources(), (VkDisplayPlaneProperties2KHR*)(pProperties + i));
16805 auto resources = mImpl->resources();
16807 stream->setHandleMapping(resources->unwrapMapping());
16896 transform_fromhost_VkDisplayModeProperties2KHR(mImpl->resources(), (VkDisplayModeProperties2KHR*)(pProperties + i));
16918 auto resources = mImpl->resources();
16920 stream->setHandleMapping(resources->unwrapMapping());
16932 transform_tohost_VkDisplayPlaneInfo2KHR(mImpl->resources(), (VkDisplayPlaneInfo2KHR*)(local_pDisplayPlaneInfo));
16956 transform_fromhost_VkDisplayPlaneCapabilities2KHR(mImpl->resources(), (VkDisplayPlaneCapabilities2KHR*)(pCapabilities));
16985 auto resources = mImpl->resources();
16987 stream->setHandleMapping(resources->unwrapMapping());
16999 transform_tohost_VkImageMemoryRequirementsInfo2(mImpl->resources(), (VkImageMemoryRequirementsInfo2*)(local_pInfo));
17023 transform_fromhost_VkMemoryRequirements2(mImpl->resources(), (VkMemoryRequirements2*)(pMemoryRequirements));
17038 auto resources = mImpl->resources();
17040 stream->setHandleMapping(resources->unwrapMapping());
17052 transform_tohost_VkBufferMemoryRequirementsInfo2(mImpl->resources(), (VkBufferMemoryRequirementsInfo2*)(local_pInfo));
17076 transform_fromhost_VkMemoryRequirements2(mImpl->resources(), (VkMemoryRequirements2*)(pMemoryRequirements));
17092 auto resources = mImpl->resources();
17094 stream->setHandleMapping(resources->unwrapMapping());
17106 transform_tohost_VkImageSparseMemoryRequirementsInfo2(mImpl->resources(), (VkImageSparseMemoryRequirementsInfo2*)(local_pInfo));
17188 transform_fromhost_VkSparseImageMemoryRequirements2(mImpl->resources(), (VkSparseImageMemoryRequirements2*)(pSparseMemoryRequirements + i));
17209 auto resources = mImpl->resources();
17211 stream->setHandleMapping(resources->unwrapMapping());
17231 transform_tohost_VkSamplerYcbcrConversionCreateInfo(mImpl->resources(), (VkSamplerYcbcrConversionCreateInfo*)(local_pCreateInfo));
17235 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
17274 stream->setHandleMapping(resources->unwrapMapping());
17276 stream->setHandleMapping(resources->createMapping());
17300 auto resources = mImpl->resources();
17302 stream->setHandleMapping(resources->unwrapMapping());
17317 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
17355 resources->destroyMapping()->mapHandles_VkSamplerYcbcrConversion((VkSamplerYcbcrConversion*)&ycbcrConversion);
17370 auto resources = mImpl->resources();
17372 stream->setHandleMapping(resources->unwrapMapping());
17391 transform_tohost_VkBindBufferMemoryInfo(mImpl->resources(), (VkBindBufferMemoryInfo*)(local_pBindInfos + i));
17438 auto resources = mImpl->resources();
17440 stream->setHandleMapping(resources->unwrapMapping());
17459 transform_tohost_VkBindImageMemoryInfo(mImpl->resources(), (VkBindImageMemoryInfo*)(local_pBindInfos + i));
17508 auto resources = mImpl->resources();
17510 stream->setHandleMapping(resources->unwrapMapping());
17522 transform_tohost_VkDescriptorSetLayoutCreateInfo(mImpl->resources(), (VkDescriptorSetLayoutCreateInfo*)(local_pCreateInfo));
17546 transform_fromhost_VkDescriptorSetLayoutSupport(mImpl->resources(), (VkDescriptorSetLayoutSupport*)(pSupport));
17567 auto resources = mImpl->resources();
17569 stream->setHandleMapping(resources->unwrapMapping());
17636 auto resourcesresources();
17638 stream->setHandleMapping(resources->unwrapMapping());
17706 auto resources = mImpl->resources();
17708 stream->setHandleMapping(resources->unwrapMapping());
17758 auto resources = mImpl->resources();
17760 stream->setHandleMapping(resources->unwrapMapping());
17771 mImpl->resources()->unwrap_vkAcquireImageANDROID_nativeFenceFd(nativeFenceFd, &local_nativeFenceFd);
17828 auto resources = mImpl->resources();
17830 stream->setHandleMapping(resources->unwrapMapping());
17917 auto resources = mImpl->resources();
17919 stream->setHandleMapping(resources->unwrapMapping());
17939 transform_tohost_VkDebugReportCallbackCreateInfoEXT(mImpl->resources(), (VkDebugReportCallbackCreateInfoEXT*)(local_pCreateInfo));
17943 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
17982 stream->setHandleMapping(resources->unwrapMapping());
17984 stream->setHandleMapping(resources->createMapping());
18008 auto resources = mImpl->resources();
18010 stream->setHandleMapping(resources->unwrapMapping());
18025 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
18063 resources->destroyMapping()->mapHandles_VkDebugReportCallbackEXT((VkDebugReportCallbackEXT*)&callback);
18081 auto resources = mImpl->resources();
18083 stream->setHandleMapping(resources->unwrapMapping());
18165 auto resources = mImpl->resources();
18167 stream->setHandleMapping(resources->unwrapMapping());
18179 transform_tohost_VkDebugMarkerObjectTagInfoEXT(mImpl->resources(), (VkDebugMarkerObjectTagInfoEXT*)(local_pTagInfo));
18216 auto resources = mImpl->resources();
18218 stream->setHandleMapping(resources->unwrapMapping());
18230 transform_tohost_VkDebugMarkerObjectNameInfoEXT(mImpl->resources(), (VkDebugMarkerObjectNameInfoEXT*)(local_pNameInfo));
18267 auto resources = mImpl->resources();
18269 stream->setHandleMapping(resources->unwrapMapping());
18281 transform_tohost_VkDebugMarkerMarkerInfoEXT(mImpl->resources(), (VkDebugMarkerMarkerInfoEXT*)(local_pMarkerInfo));
18311 auto resources = mImpl->resources();
18313 stream->setHandleMapping(resources->unwrapMapping());
18343 auto resources = mImpl->resources();
18345 stream->setHandleMapping(resources->unwrapMapping());
18357 transform_tohost_VkDebugMarkerMarkerInfoEXT(mImpl->resources(), (VkDebugMarkerMarkerInfoEXT*)(local_pMarkerInfo));
18399 auto resources = mImpl->resources();
18401 stream->setHandleMapping(resources->unwrapMapping());
18468 auto resources = mImpl->resources();
18470 stream->setHandleMapping(resources->unwrapMapping());
18546 auto resources = mImpl->resources();
18548 stream->setHandleMapping(resources->unwrapMapping());
18664 auto resources = mImpl->resources();
18666 stream->setHandleMapping(resources->unwrapMapping());
18713 transform_fromhost_VkExternalImageFormatPropertiesNV(mImpl->resources(), (VkExternalImageFormatPropertiesNV*)(pExternalImageFormatProperties));
18739 auto resources = mImpl->resources();
18741 stream->setHandleMapping(resources->unwrapMapping());
18748 mImpl->resources()->deviceMemoryTransform_tohost((VkDeviceMemory*)&local_memory, 1, (VkDeviceSize*)nullptr, 0, (VkDeviceSize*)nullptr, 0, (uint32_t*)nullptr, 0, (uint32_t*)nullptr, 0);
18801 auto resources = mImpl->resources();
18803 stream->setHandleMapping(resources->unwrapMapping());
18823 transform_tohost_VkViSurfaceCreateInfoNN(mImpl->resources(), (VkViSurfaceCreateInfoNN*)(local_pCreateInfo));
18827 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
18866 stream->setHandleMapping(resources->unwrapMapping());
18895 auto resources = mImpl->resources();
18897 stream->setHandleMapping(resources->unwrapMapping());
18909 transform_tohost_VkConditionalRenderingBeginInfoEXT(mImpl->resources(), (VkConditionalRenderingBeginInfoEXT*)(local_pConditionalRenderingBegin));
18939 auto resources = mImpl->resources();
18941 stream->setHandleMapping(resources->unwrapMapping());
18973 auto resources = mImpl->resources();
18975 stream->setHandleMapping(resources->unwrapMapping());
18987 transform_tohost_VkCmdProcessCommandsInfoNVX(mImpl->resources(), (VkCmdProcessCommandsInfoNVX*)(local_pProcessCommandsInfo));
19018 auto resources = mImpl->resources();
19020 stream->setHandleMapping(resources->unwrapMapping());
19032 transform_tohost_VkCmdReserveSpaceForCommandsInfoNVX(mImpl->resources(), (VkCmdReserveSpaceForCommandsInfoNVX*)(local_pReserveSpaceInfo));
19065 auto resources = mImpl->resources();
19067 stream->setHandleMapping(resources->unwrapMapping());
19087 transform_tohost_VkIndirectCommandsLayoutCreateInfoNVX(mImpl->resources(), (VkIndirectCommandsLayoutCreateInfoNVX*)(local_pCreateInfo));
19091 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
19130 stream->setHandleMapping(resources->unwrapMapping());
19132 stream->setHandleMapping(resources->createMapping());
19156 auto resources = mImpl->resources();
19158 stream->setHandleMapping(resources->unwrapMapping());
19173 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
19211 resources->destroyMapping()->mapHandles_VkIndirectCommandsLayoutNVX((VkIndirectCommandsLayoutNVX*)&indirectCommandsLayout);
19225 auto resources = mImpl->resources();
19227 stream->setHandleMapping(resources->unwrapMapping());
19247 transform_tohost_VkObjectTableCreateInfoNVX(mImpl->resources(), (VkObjectTableCreateInfoNVX*)(local_pCreateInfo));
19251 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
19290 stream->setHandleMapping(resources->unwrapMapping());
19292 stream->setHandleMapping(resources->createMapping());
19316 auto resources = mImpl->resources();
19318 stream->setHandleMapping(resources->unwrapMapping());
19333 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
19371 resources->destroyMapping()->mapHandles_VkObjectTableNVX((VkObjectTableNVX*)&objectTable);
19386 auto resources = mImpl->resources();
19388 stream->setHandleMapping(resources->unwrapMapping());
19452 auto resources = mImpl->resources();
19454 stream->setHandleMapping(resources->unwrapMapping());
19519 auto resources = mImpl->resources();
19521 stream->setHandleMapping(resources->unwrapMapping());
19546 transform_fromhost_VkDeviceGeneratedCommandsFeaturesNVX(mImpl->resources(), (VkDeviceGeneratedCommandsFeaturesNVX*)(pFeatures));
19551 transform_fromhost_VkDeviceGeneratedCommandsLimitsNVX(mImpl->resources(), (VkDeviceGeneratedCommandsLimitsNVX*)(pLimits));
19569 auto resources = mImpl->resources();
19571 stream->setHandleMapping(resources->unwrapMapping());
19592 transform_tohost_VkViewportWScalingNV(mImpl->resources(), (VkViewportWScalingNV*)(local_pViewportWScalings + i));
19636 auto resources = mImpl->resources();
19638 stream->setHandleMapping(resources->unwrapMapping());
19685 auto resources = mImpl->resources();
19687 stream->setHandleMapping(resources->unwrapMapping());
19736 auto resources = mImpl->resources();
19738 stream->setHandleMapping(resources->unwrapMapping());
19768 stream->setHandleMapping(resources->unwrapMapping());
19795 auto resources = mImpl->resources();
19797 stream->setHandleMapping(resources->unwrapMapping());
19828 transform_fromhost_VkSurfaceCapabilities2EXT(mImpl->resources(), (VkSurfaceCapabilities2EXT*)(pSurfaceCapabilities));
19851 auto resources = mImpl->resources();
19853 stream->setHandleMapping(resources->unwrapMapping());
19867 transform_tohost_VkDisplayPowerInfoEXT(mImpl->resources(), (VkDisplayPowerInfoEXT*)(local_pDisplayPowerInfo));
19912 auto resources = mImpl->resources();
19914 stream->setHandleMapping(resources->unwrapMapping());
19934 transform_tohost_VkDeviceEventInfoEXT(mImpl->resources(), (VkDeviceEventInfoEXT*)(local_pDeviceEventInfo));
19938 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
19977 stream->setHandleMapping(resources->unwrapMapping());
20003 auto resources = mImpl->resources();
20005 stream->setHandleMapping(resources->unwrapMapping());
20027 transform_tohost_VkDisplayEventInfoEXT(mImpl->resources(), (VkDisplayEventInfoEXT*)(local_pDisplayEventInfo));
20031 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
20076 stream->setHandleMapping(resources->unwrapMapping());
20101 auto resources = mImpl->resources();
20103 stream->setHandleMapping(resources->unwrapMapping());
20157 auto resources = mImpl->resources();
20159 stream->setHandleMapping(resources->unwrapMapping());
20190 transform_fromhost_VkRefreshCycleDurationGOOGLE(mImpl->resources(), (VkRefreshCycleDurationGOOGLE*)(pDisplayTimingProperties));
20212 auto resources = mImpl->resources();
20214 stream->setHandleMapping(resources->unwrapMapping());
20303 transform_fromhost_VkPastPresentationTimingGOOGLE(mImpl->resources(), (VkPastPresentationTimingGOOGLE*)(pPresentationTimings + i));
20338 auto resources = mImpl->resources();
20340 stream->setHandleMapping(resources->unwrapMapping());
20361 transform_tohost_VkRect2D(mImpl->resources(), (VkRect2D*)(local_pDiscardRectangles + i));
20411 auto resources = mImpl->resources();
20413 stream->setHandleMapping(resources->unwrapMapping());
20438 transform_tohost_VkHdrMetadataEXT(mImpl->resources(), (VkHdrMetadataEXT*)(local_pMetadata + i));
20496 auto resources = mImpl->resources();
20498 stream->setHandleMapping(resources->unwrapMapping());
20518 transform_tohost_VkIOSSurfaceCreateInfoMVK(mImpl->resources(), (VkIOSSurfaceCreateInfoMVK*)(local_pCreateInfo));
20522 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
20561 stream->setHandleMapping(resources->unwrapMapping());
20588 auto resources = mImpl->resources();
20590 stream->setHandleMapping(resources->unwrapMapping());
20610 transform_tohost_VkMacOSSurfaceCreateInfoMVK(mImpl->resources(), (VkMacOSSurfaceCreateInfoMVK*)(local_pCreateInfo));
20614 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
20653 stream->setHandleMapping(resources->unwrapMapping());
20682 auto resources = mImpl->resources();
20684 stream->setHandleMapping(resources->unwrapMapping());
20696 transform_tohost_VkDebugUtilsObjectNameInfoEXT(mImpl->resources(), (VkDebugUtilsObjectNameInfoEXT*)(local_pNameInfo));
20733 auto resources = mImpl->resources();
20735 stream->setHandleMapping(resources->unwrapMapping());
20747 transform_tohost_VkDebugUtilsObjectTagInfoEXT(mImpl->resources(), (VkDebugUtilsObjectTagInfoEXT*)(local_pTagInfo));
20784 auto resources = mImpl->resources();
20786 stream->setHandleMapping(resources->unwrapMapping());
20798 transform_tohost_VkDebugUtilsLabelEXT(mImpl->resources(), (VkDebugUtilsLabelEXT*)(local_pLabelInfo));
20828 auto resources = mImpl->resources();
20830 stream->setHandleMapping(resources->unwrapMapping());
20860 auto resources = mImpl->resources();
20862 stream->setHandleMapping(resources->unwrapMapping());
20874 transform_tohost_VkDebugUtilsLabelEXT(mImpl->resources(), (VkDebugUtilsLabelEXT*)(local_pLabelInfo));
20905 auto resources = mImpl->resources();
20907 stream->setHandleMapping(resources->unwrapMapping());
20919 transform_tohost_VkDebugUtilsLabelEXT(mImpl->resources(), (VkDebugUtilsLabelEXT*)(local_pLabelInfo));
20949 auto resources = mImpl->resources();
20951 stream->setHandleMapping(resources->unwrapMapping());
20981 auto resources = mImpl->resources();
20983 stream->setHandleMapping(resources->unwrapMapping());
20995 transform_tohost_VkDebugUtilsLabelEXT(mImpl->resources(), (VkDebugUtilsLabelEXT*)(local_pLabelInfo));
21028 auto resources = mImpl->resources();
21030 stream->setHandleMapping(resources->unwrapMapping());
21050 transform_tohost_VkDebugUtilsMessengerCreateInfoEXT(mImpl->resources(), (VkDebugUtilsMessengerCreateInfoEXT*)(local_pCreateInfo));
21054 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
21093 stream->setHandleMapping(resources->unwrapMapping());
21095 stream->setHandleMapping(resources->createMapping());
21119 auto resources = mImpl->resources();
21121 stream->setHandleMapping(resources->unwrapMapping());
21136 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
21174 resources->destroyMapping()->mapHandles_VkDebugUtilsMessengerEXT((VkDebugUtilsMessengerEXT*)&messenger);
21188 auto resources = mImpl->resources();
21190 stream->setHandleMapping(resources->unwrapMapping());
21206 transform_tohost_VkDebugUtilsMessengerCallbackDataEXT(mImpl->resources(), (VkDebugUtilsMessengerCallbackDataEXT*)(local_pCallbackData));
21244 auto resources = mImpl->resources();
21246 stream->setHandleMapping(resources->unwrapMapping());
21277 transform_fromhost_VkAndroidHardwareBufferPropertiesANDROID(mImpl->resources(), (VkAndroidHardwareBufferPropertiesANDROID*)(pProperties));
21298 auto resources = mImpl->resources();
21300 stream->setHandleMapping(resources->unwrapMapping());
21312 transform_tohost_VkMemoryGetAndroidHardwareBufferInfoANDROID(mImpl->resources(), (VkMemoryGetAndroidHardwareBufferInfoANDROID*)(local_pInfo));
21364 auto resources = mImpl->resources();
21366 stream->setHandleMapping(resources->unwrapMapping());
21378 transform_tohost_VkSampleLocationsInfoEXT(mImpl->resources(), (VkSampleLocationsInfoEXT*)(local_pSampleLocationsInfo));
21410 auto resources = mImpl->resources();
21412 stream->setHandleMapping(resources->unwrapMapping());
21439 transform_fromhost_VkMultisamplePropertiesEXT(mImpl->resources(), (VkMultisamplePropertiesEXT*)(pMultisampleProperties));
21467 auto resources = mImpl->resources();
21469 stream->setHandleMapping(resources->unwrapMapping());
21489 transform_tohost_VkValidationCacheCreateInfoEXT(mImpl->resources(), (VkValidationCacheCreateInfoEXT*)(local_pCreateInfo));
21493 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
21532 stream->setHandleMapping(resources->unwrapMapping());
21534 stream->setHandleMapping(resources->createMapping());
21558 auto resources = mImpl->resources();
21560 stream->setHandleMapping(resources->unwrapMapping());
21575 transform_tohost_VkAllocationCallbacks(mImpl->resources(), (VkAllocationCallbacks*)(local_pAllocator));
21613 resources->destroyMapping()->mapHandles_VkValidationCacheEXT((VkValidationCacheEXT*)&validationCache);
21627 auto resources = mImpl->resources();
21629 stream->setHandleMapping(resources->unwrapMapping());
21699 auto resources = mImpl->resources();
21701 stream->setHandleMapping(resources->unwrapMapping());
21807 auto resources = mImpl->resources();
21809 stream->setHandleMapping(resources->unwrapMapping());
21856 transform_fromhost_VkMemoryHostPointerPropertiesEXT(mImpl->resources(), (VkMemoryHostPointerPropertiesEXT*)(pMemoryHostPointerProperties));
21881 auto resources = mImpl->resources();
21883 stream->setHandleMapping(resources->unwrapMapping());
21941 auto resources = mImpl->resources();
21943 stream->setHandleMapping(resources->unwrapMapping());
21994 auto resources = mImpl->resources();
21996 stream->setHandleMapping(resources->unwrapMapping());
22077 transform_fromhost_VkCheckpointDataNV(mImpl->resources(), (VkCheckpointDataNV*)(pCheckpointData + i));
22093 mImpl->resources()->on_vkMapMemoryIntoAddressSpaceGOOGLE_pre(this, VK_SUCCESS, device, memory, pAddress);
22096 auto resources = mImpl->resources();
22098 stream->setHandleMapping(resources->unwrapMapping());
22103 mImpl->resources()->deviceMemoryTransform_tohost((VkDeviceMemory*)&local_memory, 1, (VkDeviceSize*)nullptr, 0, (VkDeviceSize*)nullptr, 0, (uint32_t*)nullptr, 0, (uint32_t*)nullptr, 0);
22156 mImpl->resources()->on_vkMapMemoryIntoAddressSpaceGOOGLE(this, vkMapMemoryIntoAddressSpaceGOOGLE_VkResult_return, device, memory, pAddress);
22172 auto resources = mImpl->resources();
22174 stream->setHandleMapping(resources->unwrapMapping());
22223 auto resources = mImpl->resources();
22225 stream->setHandleMapping(resources->unwrapMapping());
22285 auto resources = mImpl->resources();
22287 stream->setHandleMapping(resources->unwrapMapping());
22348 transform_tohost_VkDescriptorImageInfo(mImpl->resources(), (VkDescriptorImageInfo*)(local_pImageInfos + i));
22355 transform_tohost_VkDescriptorBufferInfo(mImpl->resources(), (VkDescriptorBufferInfo*)(local_pBufferInfos + i));
22513 auto resources = mImpl->resources();
22515 stream->setHandleMapping(resources->unwrapMapping());
22527 transform_tohost_VkCommandBufferBeginInfo(mImpl->resources(), (VkCommandBufferBeginInfo*)(local_pBeginInfo));
22557 auto resources = mImpl->resources();
22559 stream->setHandleMapping(resources->unwrapMapping());
22589 auto resources = mImpl->resources();
22591 stream->setHandleMapping(resources->unwrapMapping());