Searched refs:CreateDevice (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.h | 70 PFN_vkCreateDevice CreateDevice; member
|
D | api.h | 30 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | api.cpp | 408 static VkResult CreateDevice(VkPhysicalDevice physical_dev, 875 GetData(physical_dev).dispatch.CreateDevice; in Create() 1099 VkResult LayerChain::CreateDevice(VkPhysicalDevice physical_dev, in CreateDevice() function in vulkan::api::__anon1a3a5f700111::LayerChain 1198 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1204 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
|
D | driver_gen.cpp | 213 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice), 518 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
|
D | api_gen.h | 40 PFN_vkCreateDevice CreateDevice; member
|
D | driver.h | 125 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | driver.cpp | 1107 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1132 result = instance_data.driver.CreateDevice( in CreateDevice()
|
D | api_gen.cpp | 162 INIT_PROC(true, instance, CreateDevice); in InitDispatchTable() 700 { "vkCreateDevice", reinterpret_cast<PFN_vkVoidFunction>(CreateDevice) }, in GetInstanceProcAddr() 1559 return vulkan::api::CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 121 …reateDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDevice>(CreateDevice))},
|
D | null_driver_gen.h | 42 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | null_driver.cpp | 660 VkResult CreateDevice(VkPhysicalDevice physical_device, in CreateDevice() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 146 GET_INST_PROC(CreateDevice); in setupDevice()
|