/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 | 1478 …(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { in DestroyDebugReportCallbackEXT() argument 1542 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in CreateSamplerYcbcrConversion() argument 1546 …Device device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversion() argument 1549 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in CreateDescriptorUpdateTemplate() argument 1553 …ce, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplate() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 365 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*… 366 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator); 379 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence… 380 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator); 384 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS… 385 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator); 386 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent… 387 …PI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator); 391 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… 392 … DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator); [all …]
|
D | api.h | 28 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn… 29 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 30 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… 31 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | driver.cpp | 1025 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument 1028 (pAllocator) ? *pAllocator : GetDefaultAllocator(); in CreateInstance() 1078 static_cast<const VkInstanceCreateInfo*>(wrapper), pAllocator, in CreateInstance() 1093 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance() 1103 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance() 1115 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument 1117 data.driver.DestroyInstance(instance, pAllocator); in DestroyInstance() 1120 if (!pAllocator) { in DestroyInstance() 1122 pAllocator = &local_allocator; in DestroyInstance() 1125 FreeInstanceData(&data, *pAllocator); in DestroyInstance() [all …]
|
D | driver.h | 117 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn… 118 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 119 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… 120 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | debug_report.h | 28 …ReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCa… 29 …T(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
|
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()
|
D | api.cpp | 1219 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument 1226 return LayerChain::CreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance() 1230 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument 1234 LayerChain::DestroyInstance(instance, pAllocator); in DestroyInstance() 1239 const VkAllocationCallbacks* pAllocator, in CreateDevice() argument 1243 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice() 1247 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() argument 1251 LayerChain::DestroyDevice(device, pAllocator); in DestroyDevice()
|