Searched refs:CreateDevice (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api.h | 32 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice,
|
D | driver_gen.h | 85 PFN_vkCreateDevice CreateDevice; member
|
D | api.cpp | 421 static VkResult CreateDevice(VkPhysicalDevice physical_dev, 898 GetData(physical_dev).dispatch.CreateDevice; in Create() 1129 VkResult LayerChain::CreateDevice(VkPhysicalDevice physical_dev, in CreateDevice() function in vulkan::api::__anoncfc5927b0111::LayerChain 1249 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1255 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
|
D | api_gen.h | 42 PFN_vkCreateDevice CreateDevice; member
|
D | driver.h | 131 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice,
|
D | driver_gen.cpp | 238 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice), 649 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
|
D | driver.cpp | 1413 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1447 result = instance_data.driver.CreateDevice( in CreateDevice()
|
D | api_gen.cpp | 161 INIT_PROC(true, instance, CreateDevice); in InitDispatchTable() 842 { "vkCreateDevice", reinterpret_cast<PFN_vkVoidFunction>(CreateDevice) }, in GetInstanceProcAddr() 1917 return vulkan::api::CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 157 …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 | 661 VkResult CreateDevice(VkPhysicalDevice physical_device, in CreateDevice() function
|
/frameworks/native/libs/renderengine/skia/ |
D | VulkanInterface.cpp | 297 VK_GET_INST_PROC(instance, CreateDevice); in init()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 201 GET_INST_PROC(CreateDevice); in setupDevice()
|