Home
last modified time | relevance | path

Searched refs:pAllocator (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h31 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn…
32 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
42 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi…
43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
53 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*…
54 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
67 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence…
68 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator);
72 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS…
73 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
[all …]
Dnull_driver.cpp1509 …(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { in DestroyDebugReportCallbackEXT() argument
1573 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in CreateSamplerYcbcrConversion() argument
1577 …Device device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversion() argument
1580 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in CreateDescriptorUpdateTemplate() argument
1584 …ce, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplate() argument
1735 …VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSl… in CreatePrivateDataSlot() argument
1740 …Slot(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator) { in DestroyPrivateDataSlot() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp415 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*…
416 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
429 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence…
430 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator);
434 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS…
435 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
436 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent…
437 …PI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator);
441 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ…
442 … DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator);
[all …]
Dapi.h28 const VkAllocationCallbacks* pAllocator,
31 const VkAllocationCallbacks* pAllocator);
34 const VkAllocationCallbacks* pAllocator,
37 const VkAllocationCallbacks* pAllocator);
Ddriver.cpp1301 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument
1304 (pAllocator) ? *pAllocator : GetDefaultAllocator(); in CreateInstance()
1337 static_cast<const VkInstanceCreateInfo*>(wrapper), pAllocator, in CreateInstance()
1352 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance()
1362 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance()
1400 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument
1402 data.driver.DestroyInstance(instance, pAllocator); in DestroyInstance()
1405 if (!pAllocator) { in DestroyInstance()
1407 pAllocator = &local_allocator; in DestroyInstance()
1410 FreeInstanceData(&data, *pAllocator); in DestroyInstance()
[all …]
Ddriver.h127 const VkAllocationCallbacks* pAllocator,
130 const VkAllocationCallbacks* pAllocator);
133 const VkAllocationCallbacks* pAllocator,
136 const VkAllocationCallbacks* pAllocator);
Ddebug_report.h28 …ReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCa…
29 …T(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
Dapi.cpp1231 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument
1238 return LayerChain::CreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
1242 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument
1246 LayerChain::DestroyInstance(instance, pAllocator); in DestroyInstance()
1251 const VkAllocationCallbacks* pAllocator, in CreateDevice() argument
1255 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
1259 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() argument
1263 LayerChain::DestroyDevice(device, pAllocator); in DestroyDevice()
Ddriver_gen.cpp33 …st VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR*… in checkedCreateSwapchainKHR() argument
35 return CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in checkedCreateSwapchainKHR()
42 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in checkedDestroySwapchainKHR() argument
44 DestroySwapchainKHR(device, swapchain, pAllocator); in checkedDestroySwapchainKHR()
/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.h219 …(const VpInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pIn…
228 …e, const VpDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDevice *pDevi…
Dvulkan_profiles.cpp10639 … const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) { in vpCreateInstance() argument
10641 …CreateInstance(pCreateInfo == nullptr ? nullptr : pCreateInfo->pCreateInfo, pAllocator, pInstance); in vpCreateInstance()
10719 return vkCreateInstance(&createInfo, pAllocator, pInstance); in vpCreateInstance()
10955 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) { in vpCreateDevice() argument
10957 …(physicalDevice, pCreateInfo == nullptr ? nullptr : pCreateInfo->pCreateInfo, pAllocator, pDevice); in vpCreateDevice()
11044 return vkCreateDevice(physicalDevice, &createInfo, pAllocator, pDevice); in vpCreateDevice()