Searched refs:fpCreateInstance (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 303 PFN_vkCreateInstance fpCreateInstance = in nullhw_CreateInstance() local 305 if (fpCreateInstance == NULL) { in nullhw_CreateInstance() 312 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in nullhw_CreateInstance()
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 135 PFN_vkCreateInstance fpCreateInstance = in device_select_CreateInstance() local 137 if (fpCreateInstance == NULL) { in device_select_CreateInstance() 144 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in device_select_CreateInstance()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.cpp | 247 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance"); 248 if (fpCreateInstance == NULL) { 285 VkResult result = fpCreateInstance(create_info_pointer, pAllocator, pInstance);
|
H A D | wrap_objects.cpp | 168 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance"); in wrap_vkCreateInstance() local 169 if (fpCreateInstance == NULL) { in wrap_vkCreateInstance() 174 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in wrap_vkCreateInstance()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2583 PFN_vkCreateInstance fpCreateInstance = in overlay_CreateInstance() local 2585 if (fpCreateInstance == NULL) { in overlay_CreateInstance() 2592 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in overlay_CreateInstance()
|
/third_party/vulkan-loader/loader/ |
H A D | loader.c | 4727 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)next_gipa(*created_instance, "vkCreateInstance"); 4728 if (fpCreateInstance) { 4772 res = fpCreateInstance(&loader_create_info, pAllocator, created_instance);
|
Completed in 19 milliseconds