Home
last modified time | relevance | path

Searched refs:fpCreateDevice (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/layers/
Dthreading.cpp137 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local
138 if (fpCreateDevice == NULL) { in CreateDevice()
145 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
Dunique_objects.cpp217 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local
218 if (fpCreateDevice == NULL) { in CreateDevice()
225 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
Dimage.cpp174 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local
175 if (fpCreateDevice == NULL) { in CreateDevice()
182 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
Dswapchain.cpp1200 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local
1201 if (fpCreateDevice == NULL) { in CreateDevice()
1208 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
Dobject_tracker.cpp3167 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(phy_dev_data->instan… in CreateDevice() local
3168 if (fpCreateDevice == NULL) { in CreateDevice()
3175 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
Dparameter_validation.cpp1697 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local
1698 if (fpCreateDevice == NULL) { in CreateDevice()
1705 result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in CreateDevice()
Dcore_validation.cpp4425 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->in… in CreateDevice() local
4426 if (fpCreateDevice == NULL) { in CreateDevice()
4433 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
/external/vulkan-validation-layers/loader/
Dloader.c3944 PFN_vkCreateDevice fpCreateDevice = local
3946 if (fpCreateDevice) {
3956 res = fpCreateDevice(pd->phys_dev, &loader_create_info, pAllocator,
4301 PFN_vkCreateDevice fpCreateDevice = phys_dev->this_icd->CreateDevice; local
4306 if (fpCreateDevice == NULL) {
4374 res = fpCreateDevice(phys_dev->phys_dev, &localCreateInfo, pAllocator,
DLoaderAndLayerInterface.md1469 PFN_vkCreateDevice fpCreateDevice =
1471 if (fpCreateDevice == NULL) {
1478 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp171 …PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice) fpGetInstanceProcAddr(NULL, "vkCreateDevi… in vkCreateDevice() local
172 if (fpCreateDevice == NULL) { in vkCreateDevice()
177 VkResult result = fpCreateDevice(vk_phys_dev, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()