• Home
  • Raw
  • Download

Lines Matching defs:pAllocator

95 static void init_parameter_validation(layer_data *my_data, const VkAllocationCallbacks *pAllocator)…  in init_parameter_validation()
102const VkAllocationCallbacks *pAllocator, VkDebugReportCallbackEXT *pMsgCallback) { in vkCreateDebugReportCallbackEXT()
116const VkAllocationCallbacks *pAllocator) { in vkDestroyDebugReportCallbackEXT()
1358 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, … in vkCreateInstance()
1408 …R void VKAPI_CALL vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) { in vkDestroyInstance()
1690const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) { in vkCreateDevice()
1759 …PI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { in vkDestroyDevice()
1893const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) { in vkAllocateMemory()
1911 vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) { in vkFreeMemory()
2227 …e(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, … in vkCreateFence()
2244 …KAPI_CALL vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator) { in vkDestroyFence()
2347const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) { in vkCreateSemaphore()
2365 vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator)… in vkDestroySemaphore()
2389 …t(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, … in vkCreateEvent()
2406 …KAPI_CALL vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) { in vkDestroyEvent()
2502const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) { in vkCreateQueryPool()
2522 vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator)… in vkDestroyQueryPool()
2594 …(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, … in vkCreateBuffer()
2614 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) { in vkDestroyBuffer()
2650const VkAllocationCallbacks *pAllocator, VkBufferView *pView) { in vkCreateBufferView()
2670 …troyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) { in vkDestroyBufferView()
2724 …e(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, … in vkCreateImage()
2743 …KAPI_CALL vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { in vkDestroyImage()
2836const VkAllocationCallbacks *pAllocator, VkImageView *pView) { in vkCreateImageView()
2856 vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator)… in vkDestroyImageView()
2880const VkAllocationCallbacks *pAllocator, in vkCreateShaderModule()
2900 …aderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator) { in vkDestroyShaderModule()
2924const VkAllocationCallbacks *pAllocator, in vkCreatePipelineCache()
2944 …ineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) { in vkDestroyPipelineCache()
3244 … const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, in vkCreateGraphicsPipelines()
3292 … const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, in vkCreateComputePipelines()
3315 vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) { in vkDestroyPipeline()
3339 …ice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, in vkCreatePipelineLayout()
3359 …Layout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) { in vkDestroyPipelineLayout()
3451const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) { in vkCreateSampler()
3471 vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) { in vkDestroySampler()
3512const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) { in vkCreateDescriptorSetLayout()
3533 …evice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) { in vkDestroyDescriptorSetLayout()
3576 …ice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, in vkCreateDescriptorPool()
3598 …orPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { in vkDestroyDescriptorPool()
3751const VkAllocationCallbacks *pAllocator, in vkCreateFramebuffer()
3770 …yFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) { in vkDestroyFramebuffer()
3901const VkAllocationCallbacks *pAllocator, in vkCreateRenderPass()
3922 …troyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) { in vkDestroyRenderPass()
3959const VkAllocationCallbacks *pAllocator, in vkCreateCommandPool()
3980 …yCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { in vkDestroyCommandPool()