Lines Matching refs:pAllocator
2168 const VkAllocationCallbacks* pAllocator, in on_vkAllocateMemory() argument
2606 device, &finalAllocInfo, pAllocator, pMemory); in on_vkAllocateMemory()
2644 device, &finalAllocInfo, pAllocator, pMemory); in on_vkAllocateMemory()
2925 const VkAllocationCallbacks *pAllocator, in on_vkCreateImage() argument
3022 …res = enc->vkCreateImageWithRequirementsGOOGLE(device, &localCreateInfo, pAllocator, pImage, &memR… in on_vkCreateImage()
3024 res = enc->vkCreateImage(device, &localCreateInfo, pAllocator, pImage); in on_vkCreateImage()
3066 const VkAllocationCallbacks* pAllocator, in on_vkCreateSamplerYcbcrConversion() argument
3092 device, &localCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion()
3105 const VkAllocationCallbacks* pAllocator) { in on_vkDestroySamplerYcbcrConversion() argument
3108 enc->vkDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
3116 const VkAllocationCallbacks* pAllocator, in on_vkCreateSamplerYcbcrConversionKHR() argument
3142 device, &localCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversionKHR()
3155 const VkAllocationCallbacks* pAllocator) { in on_vkDestroySamplerYcbcrConversionKHR() argument
3158 enc->vkDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR()
3166 const VkAllocationCallbacks* pAllocator, in on_vkCreateSampler() argument
3185 return enc->vkCreateSampler(device, &localCreateInfo, pAllocator, pSampler); in on_vkCreateSampler()
3227 const VkAllocationCallbacks* pAllocator, VkFence* pFence) { in on_vkCreateFence() argument
3248 device, &finalCreateInfo, pAllocator, pFence); in on_vkCreateFence()
3281 const VkAllocationCallbacks* pAllocator) { in on_vkDestroyFence() argument
3283 enc->vkDestroyFence(device, fence, pAllocator); in on_vkDestroyFence()
3551 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorPool() argument
3557 device, pCreateInfo, pAllocator, pDescriptorPool); in on_vkCreateDescriptorPool()
3575 const VkAllocationCallbacks* pAllocator) { in on_vkDestroyDescriptorPool() argument
3579 enc->vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
3660 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorSetLayout() argument
3666 device, pCreateInfo, pAllocator, pSetLayout); in on_vkCreateDescriptorSetLayout()
3715 VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { in on_vkDestroyImage() argument
3717 enc->vkDestroyImage(device, image, pAllocator); in on_vkDestroyImage()
3815 const VkAllocationCallbacks *pAllocator, in on_vkCreateBuffer() argument
3871 …res = enc->vkCreateBufferWithRequirementsGOOGLE(device, pCreateInfo, pAllocator, pBuffer, &memReqs… in on_vkCreateBuffer()
3873 res = enc->vkCreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBuffer()
3916 VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) { in on_vkDestroyBuffer() argument
3918 enc->vkDestroyBuffer(device, buffer, pAllocator); in on_vkDestroyBuffer()
4007 const VkAllocationCallbacks* pAllocator, in on_vkCreateSemaphore() argument
4037 device, &finalCreateInfo, pAllocator, pSemaphore); in on_vkCreateSemaphore()
4079 VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) { in on_vkDestroySemaphore() argument
4081 enc->vkDestroySemaphore(device, semaphore, pAllocator); in on_vkDestroySemaphore()
4564 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorUpdateTemplate() argument
4569 (void)pAllocator; in on_vkCreateDescriptorUpdateTemplate()
4580 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorUpdateTemplateKHR() argument
4585 (void)pAllocator; in on_vkCreateDescriptorUpdateTemplateKHR()
4917 const VkAllocationCallbacks* pAllocator, in on_vkCreateImageView() argument
4936 return enc->vkCreateImageView(device, &localCreateInfo, pAllocator, pView); in on_vkCreateImageView()
5187 const VkAllocationCallbacks* pAllocator, in on_vkCreateInstance() argument
5190 context, input_result, pCreateInfo, pAllocator, pInstance); in on_vkCreateInstance()
5198 const VkAllocationCallbacks* pAllocator, in on_vkCreateDevice() argument
5201 context, input_result, physicalDevice, pCreateInfo, pAllocator, pDevice); in on_vkCreateDevice()
5207 const VkAllocationCallbacks* pAllocator) { in on_vkDestroyDevice_pre() argument
5208 mImpl->on_vkDestroyDevice_pre(context, device, pAllocator); in on_vkDestroyDevice_pre()
5216 const VkAllocationCallbacks* pAllocator, in on_vkAllocateMemory() argument
5219 context, input_result, device, pAllocateInfo, pAllocator, pMemory); in on_vkAllocateMemory()
5226 const VkAllocationCallbacks* pAllocator) { in on_vkFreeMemory() argument
5228 context, device, memory, pAllocator); in on_vkFreeMemory()
5254 const VkAllocationCallbacks *pAllocator, in on_vkCreateImage() argument
5258 device, pCreateInfo, pAllocator, pImage); in on_vkCreateImage()
5263 VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { in on_vkDestroyImage() argument
5265 device, image, pAllocator); in on_vkDestroyImage()
5314 const VkAllocationCallbacks *pAllocator, in on_vkCreateBuffer() argument
5318 device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBuffer()
5323 VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) { in on_vkDestroyBuffer() argument
5324 mImpl->on_vkDestroyBuffer(context, device, buffer, pAllocator); in on_vkDestroyBuffer()
5373 const VkAllocationCallbacks *pAllocator, in on_vkCreateSemaphore() argument
5377 device, pCreateInfo, pAllocator, pSemaphore); in on_vkCreateSemaphore()
5382 VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) { in on_vkDestroySemaphore() argument
5383 mImpl->on_vkDestroySemaphore(context, device, semaphore, pAllocator); in on_vkDestroySemaphore()
5465 const VkAllocationCallbacks* pAllocator, in on_vkCreateBufferCollectionFUCHSIA() argument
5468 context, input_result, device, pInfo, pAllocator, pCollection); in on_vkCreateBufferCollectionFUCHSIA()
5475 const VkAllocationCallbacks* pAllocator) { in on_vkDestroyBufferCollectionFUCHSIA() argument
5477 context, input_result, device, collection, pAllocator); in on_vkDestroyBufferCollectionFUCHSIA()
5530 const VkAllocationCallbacks* pAllocator, in on_vkCreateSamplerYcbcrConversion() argument
5533 context, input_result, device, pCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion()
5540 const VkAllocationCallbacks* pAllocator) { in on_vkDestroySamplerYcbcrConversion() argument
5542 context, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
5549 const VkAllocationCallbacks* pAllocator, in on_vkCreateSamplerYcbcrConversionKHR() argument
5552 context, input_result, device, pCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversionKHR()
5559 const VkAllocationCallbacks* pAllocator) { in on_vkDestroySamplerYcbcrConversionKHR() argument
5561 context, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR()
5568 const VkAllocationCallbacks* pAllocator, in on_vkCreateSampler() argument
5571 context, input_result, device, pCreateInfo, pAllocator, pSampler); in on_vkCreateSampler()
5597 const VkAllocationCallbacks* pAllocator, VkFence* pFence) { in on_vkCreateFence() argument
5599 context, input_result, device, pCreateInfo, pAllocator, pFence); in on_vkCreateFence()
5606 const VkAllocationCallbacks* pAllocator) { in on_vkDestroyFence() argument
5608 context, device, fence, pAllocator); in on_vkDestroyFence()
5657 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorPool() argument
5660 context, input_result, device, pCreateInfo, pAllocator, pDescriptorPool); in on_vkCreateDescriptorPool()
5667 const VkAllocationCallbacks* pAllocator) { in on_vkDestroyDescriptorPool() argument
5668 mImpl->on_vkDestroyDescriptorPool(context, device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
5707 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorSetLayout() argument
5710 context, input_result, device, pCreateInfo, pAllocator, pSetLayout); in on_vkCreateDescriptorSetLayout()
5748 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorUpdateTemplate() argument
5752 device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate); in on_vkCreateDescriptorUpdateTemplate()
5759 const VkAllocationCallbacks* pAllocator, in on_vkCreateDescriptorUpdateTemplateKHR() argument
5763 device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate); in on_vkCreateDescriptorUpdateTemplateKHR()
5845 const VkAllocationCallbacks* pAllocator, in on_vkCreateImageView() argument
5848 context, input_result, device, pCreateInfo, pAllocator, pView); in on_vkCreateImageView()