/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); 52 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*… 53 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator); 66 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence… 67 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator); 71 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS… 72 … 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 | 366 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*… 367 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator); 380 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence… 381 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator); 385 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS… 386 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator); 387 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent… 388 …PI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator); 392 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ… 393 … 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 | 1004 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument 1007 (pAllocator) ? *pAllocator : GetDefaultAllocator(); in CreateInstance() 1057 static_cast<const VkInstanceCreateInfo*>(wrapper), pAllocator, in CreateInstance() 1072 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance() 1082 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance() 1094 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument 1096 data.driver.DestroyInstance(instance, pAllocator); in DestroyInstance() 1099 if (!pAllocator) { in DestroyInstance() 1101 pAllocator = &local_allocator; in DestroyInstance() 1104 FreeInstanceData(&data, *pAllocator); in DestroyInstance() [all …]
|
D | driver.h | 123 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn… 124 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 125 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi… 126 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 | 34 …st VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR*… in checkedCreateSwapchainKHR() argument 36 return CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in checkedCreateSwapchainKHR() 43 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in checkedDestroySwapchainKHR() argument 45 DestroySwapchainKHR(device, swapchain, pAllocator); in checkedDestroySwapchainKHR()
|
D | api.cpp | 1180 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument 1187 return LayerChain::CreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance() 1191 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument 1195 LayerChain::DestroyInstance(instance, pAllocator); in DestroyInstance() 1200 const VkAllocationCallbacks* pAllocator, in CreateDevice() argument 1204 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice() 1208 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() argument 1212 LayerChain::DestroyDevice(device, pAllocator); in DestroyDevice()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 7853 const VkAllocationCallbacks* pAllocator, 7870 const VkAllocationCallbacks* pAllocator) { 7999 const VkAllocationCallbacks* pAllocator, 8014 const VkAllocationCallbacks* pAllocator) { 8158 const VkAllocationCallbacks* pAllocator, 8176 const VkAllocationCallbacks* pAllocator) { 8379 const VkAllocationCallbacks* pAllocator, 8396 const VkAllocationCallbacks* pAllocator) { 8459 const VkAllocationCallbacks* pAllocator, 8475 const VkAllocationCallbacks* pAllocator) { [all …]
|