Searched refs:fpCreateDevice (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 215 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(NULL, "vkCreateDevice"); in nullhw_CreateDevice() local 216 if (fpCreateDevice == NULL) { in nullhw_CreateDevice() 239 VkResult result = fpCreateDevice(physicalDevice, &device_info, pAllocator, pDevice); in nullhw_CreateDevice()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.cpp | 391 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(instance_to_use, "vkCreateDevice"); 392 if (fpCreateDevice == NULL) { 412 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2509 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(NULL, "vkCreateDevice"); in overlay_CreateDevice() local 2510 if (fpCreateDevice == NULL) { in overlay_CreateDevice() 2541 VkResult result = fpCreateDevice(physicalDevice, device_info, pAllocator, pDevice); in overlay_CreateDevice()
|
/third_party/vulkan-loader/loader/ |
H A D | loader.c | 5003 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)nextGIPA(inst->instance, "vkCreateDevice"); 5004 if (fpCreateDevice) { 5036 res = fpCreateDevice(pd, &loader_create_info, pAllocator, &created_device); 5687 PFN_vkCreateDevice fpCreateDevice = icd_term->dispatch.CreateDevice; 5709 if (fpCreateDevice == NULL) { 5935 res = fpCreateDevice(phys_dev_term->phys_dev, &localCreateInfo, pAllocator, &dev->icd_device);
|
Completed in 17 milliseconds