Lines Matching refs:pAllocator
366 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*…
367 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
380 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence…
381 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator);
385 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS…
386 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
387 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent…
388 …PI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator);
392 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ…
393 … DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator);
395 …e, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuff…
396 …ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator);
397 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p…
398 …stroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
399 …ce, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage…
400 …PI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator);
402 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV…
403 … DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator);
404 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*…
405 …haderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator);
406 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache…
407 …lineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
410 …GraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPi…
411 …kComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPi…
412 …oid DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator);
413 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou…
414 …eLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
415 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam…
416 …R void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator);
417 …scriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSet…
418 …Device device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator);
419 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo…
420 …torPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
425 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* …
426 …oyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
427 …onst VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* p…
428 …stroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator);
430 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* …
431 …oyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
500 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC…
501 …kDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator);
502 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd…
503 …ice, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator);
509 …troySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator);
514 …st VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR*…
515 …oySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator);
523 …AndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p…
852 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*… in AllocateMemory() argument
853 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
856 … void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { in FreeMemory() argument
857 GetData(device).dispatch.FreeMemory(device, memory, pAllocator); in FreeMemory()
908 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence… in CreateFence() argument
909 return GetData(device).dispatch.CreateFence(device, pCreateInfo, pAllocator, pFence); in CreateFence()
912 …I_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) { in DestroyFence() argument
913 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); in DestroyFence()
928 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS… in CreateSemaphore() argument
929 return GetData(device).dispatch.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore()
932 …DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) { in DestroySemaphore() argument
933 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
936 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent… in CreateEvent() argument
937 return GetData(device).dispatch.CreateEvent(device, pCreateInfo, pAllocator, pEvent); in CreateEvent()
940 …I_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) { in DestroyEvent() argument
941 GetData(device).dispatch.DestroyEvent(device, event, pAllocator); in DestroyEvent()
956 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… in CreateQueryPool() argument
957 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
960 …DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) { in DestroyQueryPool() argument
961 GetData(device).dispatch.DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
968 …e, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuff… in CreateBuffer() argument
969 return GetData(device).dispatch.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in CreateBuffer()
972 …TTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) { in DestroyBuffer() argument
973 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
976 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p… in CreateBufferView() argument
977 return GetData(device).dispatch.CreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView()
980 …troyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { in DestroyBufferView() argument
981 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
984 …ce, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage… in CreateImage() argument
985 return GetData(device).dispatch.CreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
988 …I_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { in DestroyImage() argument
989 GetData(device).dispatch.DestroyImage(device, image, pAllocator); in DestroyImage()
996 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV… in CreateImageView() argument
997 return GetData(device).dispatch.CreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView()
1000 …DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) { in DestroyImageView() argument
1001 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator); in DestroyImageView()
1004 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*… in CreateShaderModule() argument
1005 …return GetData(device).dispatch.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); in CreateShaderModule()
1008 …aderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) { in DestroyShaderModule() argument
1009 GetData(device).dispatch.DestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
1012 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache… in CreatePipelineCache() argument
1013 …return GetData(device).dispatch.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCach… in CreatePipelineCache()
1016 …ineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) { in DestroyPipelineCache() argument
1017 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
1028 …GraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPi… in CreateGraphicsPipelines() argument
1029 …ateGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in CreateGraphicsPipelines()
1032 …kComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPi… in CreateComputePipelines() argument
1033 …eateComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in CreateComputePipelines()
1036 …id DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) { in DestroyPipeline() argument
1037 GetData(device).dispatch.DestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
1040 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou… in CreatePipelineLayout() argument
1041 …return GetData(device).dispatch.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLay… in CreatePipelineLayout()
1044 …Layout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { in DestroyPipelineLayout() argument
1045 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
1048 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam… in CreateSampler() argument
1049 return GetData(device).dispatch.CreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()
1052 … void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) { in DestroySampler() argument
1053 GetData(device).dispatch.DestroySampler(device, sampler, pAllocator); in DestroySampler()
1056 …scriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSet… in CreateDescriptorSetLayout() argument
1057 …return GetData(device).dispatch.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLay… in CreateDescriptorSetLayout()
1060 …evice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorSetLayout() argument
1061 GetData(device).dispatch.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
1064 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo… in CreateDescriptorPool() argument
1065 …return GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorP… in CreateDescriptorPool()
1068 …orPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorPool() argument
1069 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
1088 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* … in CreateFramebuffer() argument
1089 … return GetData(device).dispatch.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in CreateFramebuffer()
1092 …yFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) { in DestroyFramebuffer() argument
1093 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
1096 …onst VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* p… in CreateRenderPass() argument
1097 return GetData(device).dispatch.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass()
1100 …troyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) { in DestroyRenderPass() argument
1101 GetData(device).dispatch.DestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
1108 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* … in CreateCommandPool() argument
1109 … return GetData(device).dispatch.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
1112 …yCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) { in DestroyCommandPool() argument
1113 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
1388 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in CreateSamplerYcbcrConversion() argument
1389 …return GetData(device).dispatch.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcb… in CreateSamplerYcbcrConversion()
1392 …Device device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversion() argument
1393 GetData(device).dispatch.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
1396 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in CreateDescriptorUpdateTemplate() argument
1397 …return GetData(device).dispatch.CreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pD… in CreateDescriptorUpdateTemplate()
1400 …ce, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplate() argument
1401 …ata(device).dispatch.DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplate()
1424 …roySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) { in DestroySurfaceKHR() argument
1425 GetData(instance).dispatch.DestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
1444 …st VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR*… in CreateSwapchainKHR() argument
1445 return GetData(device).dispatch.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
1448 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in DestroySwapchainKHR() argument
1449 GetData(device).dispatch.DestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
1480 …AndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… in CreateAndroidSurfaceKHR() argument
1481 …return GetData(instance).dispatch.CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurf… in CreateAndroidSurfaceKHR()
1503 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn… in vkCreateInstance() argument
1504 return vulkan::api::CreateInstance(pCreateInfo, pAllocator, pInstance); in vkCreateInstance()
1508 VKAPI_ATTR void vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator) { in vkDestroyInstance() argument
1509 vulkan::api::DestroyInstance(instance, pAllocator); in vkDestroyInstance()
1558 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… in vkCreateDevice() argument
1559 return vulkan::api::CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
1563 VKAPI_ATTR void vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in vkDestroyDevice() argument
1564 vulkan::api::DestroyDevice(device, pAllocator); in vkDestroyDevice()
1608 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*… in vkAllocateMemory() argument
1609 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
1613 …oid vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { in vkFreeMemory() argument
1614 vulkan::api::FreeMemory(device, memory, pAllocator); in vkFreeMemory()
1678 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence… in vkCreateFence() argument
1679 return vulkan::api::CreateFence(device, pCreateInfo, pAllocator, pFence); in vkCreateFence()
1683 …ATTR void vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) { in vkDestroyFence() argument
1684 vulkan::api::DestroyFence(device, fence, pAllocator); in vkDestroyFence()
1703 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS… in vkCreateSemaphore() argument
1704 return vulkan::api::CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in vkCreateSemaphore()
1708 …DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) { in vkDestroySemaphore() argument
1709 vulkan::api::DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()
1713 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent… in vkCreateEvent() argument
1714 return vulkan::api::CreateEvent(device, pCreateInfo, pAllocator, pEvent); in vkCreateEvent()
1718 …ATTR void vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) { in vkDestroyEvent() argument
1719 vulkan::api::DestroyEvent(device, event, pAllocator); in vkDestroyEvent()
1738 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… in vkCreateQueryPool() argument
1739 return vulkan::api::CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
1743 …DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) { in vkDestroyQueryPool() argument
1744 vulkan::api::DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()
1753 …e, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuff… in vkCreateBuffer() argument
1754 return vulkan::api::CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in vkCreateBuffer()
1758 …R void vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) { in vkDestroyBuffer() argument
1759 vulkan::api::DestroyBuffer(device, buffer, pAllocator); in vkDestroyBuffer()
1763 …onst VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* p… in vkCreateBufferView() argument
1764 return vulkan::api::CreateBufferView(device, pCreateInfo, pAllocator, pView); in vkCreateBufferView()
1768 …troyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { in vkDestroyBufferView() argument
1769 vulkan::api::DestroyBufferView(device, bufferView, pAllocator); in vkDestroyBufferView()
1773 …ce, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage… in vkCreateImage() argument
1774 return vulkan::api::CreateImage(device, pCreateInfo, pAllocator, pImage); in vkCreateImage()
1778 …ATTR void vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { in vkDestroyImage() argument
1779 vulkan::api::DestroyImage(device, image, pAllocator); in vkDestroyImage()
1788 …const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pV… in vkCreateImageView() argument
1789 return vulkan::api::CreateImageView(device, pCreateInfo, pAllocator, pView); in vkCreateImageView()
1793 …DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) { in vkDestroyImageView() argument
1794 vulkan::api::DestroyImageView(device, imageView, pAllocator); in vkDestroyImageView()
1798 …st VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule*… in vkCreateShaderModule() argument
1799 return vulkan::api::CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); in vkCreateShaderModule()
1803 …aderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) { in vkDestroyShaderModule() argument
1804 vulkan::api::DestroyShaderModule(device, shaderModule, pAllocator); in vkDestroyShaderModule()
1808 …t VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache… in vkCreatePipelineCache() argument
1809 return vulkan::api::CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache()
1813 …ineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) { in vkDestroyPipelineCache() argument
1814 vulkan::api::DestroyPipelineCache(device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
1828 …GraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPi… in vkCreateGraphicsPipelines() argument
1829 …ateGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in vkCreateGraphicsPipelines()
1833 …kComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPi… in vkCreateComputePipelines() argument
1834 …eateComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in vkCreateComputePipelines()
1838 … vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) { in vkDestroyPipeline() argument
1839 vulkan::api::DestroyPipeline(device, pipeline, pAllocator); in vkDestroyPipeline()
1843 … VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayou… in vkCreatePipelineLayout() argument
1844 return vulkan::api::CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); in vkCreatePipelineLayout()
1848 …Layout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { in vkDestroyPipelineLayout() argument
1849 vulkan::api::DestroyPipelineLayout(device, pipelineLayout, pAllocator); in vkDestroyPipelineLayout()
1853 …, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSam… in vkCreateSampler() argument
1854 return vulkan::api::CreateSampler(device, pCreateInfo, pAllocator, pSampler); in vkCreateSampler()
1858 …oid vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) { in vkDestroySampler() argument
1859 vulkan::api::DestroySampler(device, sampler, pAllocator); in vkDestroySampler()
1863 …scriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSet… in vkCreateDescriptorSetLayout() argument
1864 return vulkan::api::CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); in vkCreateDescriptorSetLayout()
1868 …evice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) { in vkDestroyDescriptorSetLayout() argument
1869 vulkan::api::DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in vkDestroyDescriptorSetLayout()
1873 … VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPoo… in vkCreateDescriptorPool() argument
1874 return vulkan::api::CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
1878 …orPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) { in vkDestroyDescriptorPool() argument
1879 vulkan::api::DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()
1903 …nst VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* … in vkCreateFramebuffer() argument
1904 return vulkan::api::CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in vkCreateFramebuffer()
1908 …yFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) { in vkDestroyFramebuffer() argument
1909 vulkan::api::DestroyFramebuffer(device, framebuffer, pAllocator); in vkDestroyFramebuffer()
1913 …onst VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* p… in vkCreateRenderPass() argument
1914 return vulkan::api::CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in vkCreateRenderPass()
1918 …troyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) { in vkDestroyRenderPass() argument
1919 vulkan::api::DestroyRenderPass(device, renderPass, pAllocator); in vkDestroyRenderPass()
1928 …nst VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* … in vkCreateCommandPool() argument
1929 return vulkan::api::CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in vkCreateCommandPool()
1933 …yCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) { in vkDestroyCommandPool() argument
1934 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
2283 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in vkCreateSamplerYcbcrConversion() argument
2284 …return vulkan::api::CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion… in vkCreateSamplerYcbcrConversion()
2288 …Device device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { in vkDestroySamplerYcbcrConversion() argument
2289 vulkan::api::DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
2293 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in vkCreateDescriptorUpdateTemplate() argument
2294 …return vulkan::api::CreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pDescriptorUpd… in vkCreateDescriptorUpdateTemplate()
2298 …ce, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) { in vkDestroyDescriptorUpdateTemplate() argument
2299 vulkan::api::DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); in vkDestroyDescriptorUpdateTemplate()
2328 …roySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) { in vkDestroySurfaceKHR() argument
2329 vulkan::api::DestroySurfaceKHR(instance, surface, pAllocator); in vkDestroySurfaceKHR()
2353 …st VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR*… in vkCreateSwapchainKHR() argument
2354 return vulkan::api::CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in vkCreateSwapchainKHR()
2358 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in vkDestroySwapchainKHR() argument
2359 vulkan::api::DestroySwapchainKHR(device, swapchain, pAllocator); in vkDestroySwapchainKHR()
2398 …AndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* p… in vkCreateAndroidSurfaceKHR() argument
2399 return vulkan::api::CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in vkCreateAndroidSurfaceKHR()