/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 31 …(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 …]
|
D | null_driver.cpp | 1509 …(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/ |
D | api_gen.cpp | 415 …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 …]
|
D | api.h | 28 const VkAllocationCallbacks* pAllocator, 31 const VkAllocationCallbacks* pAllocator); 34 const VkAllocationCallbacks* pAllocator, 37 const VkAllocationCallbacks* pAllocator);
|
D | driver.cpp | 1301 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 …]
|
D | driver.h | 127 const VkAllocationCallbacks* pAllocator, 130 const VkAllocationCallbacks* pAllocator); 133 const VkAllocationCallbacks* pAllocator, 136 const VkAllocationCallbacks* pAllocator);
|
D | debug_report.h | 28 …ReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCa… 29 …T(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
|
D | api.cpp | 1231 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()
|
D | driver_gen.cpp | 33 …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/ |
D | vulkan_profiles.h | 219 …(const VpInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pIn… 228 …e, const VpDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDevice *pDevi…
|
D | vulkan_profiles.cpp | 10639 … 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()
|