Searched refs:CreateDevice (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api.h | 30 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | driver_gen.h | 71 PFN_vkCreateDevice CreateDevice; member
|
D | api.cpp | 409 static VkResult CreateDevice(VkPhysicalDevice physical_dev, 880 GetData(physical_dev).dispatch.CreateDevice; in Create() 1104 VkResult LayerChain::CreateDevice(VkPhysicalDevice physical_dev, in CreateDevice() function in vulkan::api::__anona3a2f4e70111::LayerChain 1203 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1209 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
|
D | driver_gen.cpp | 230 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice), 535 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
|
D | driver.h | 120 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
|
D | api_gen.h | 40 PFN_vkCreateDevice CreateDevice; member
|
D | driver.cpp | 1134 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1166 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()
|