Home
last modified time | relevance | path

Searched refs:fpCreateInstance (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c303 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 Ddevice_select_layer.c135 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 Dtest_layer.cpp247 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
248 if (fpCreateInstance == NULL) {
285 VkResult result = fpCreateInstance(create_info_pointer, pAllocator, pInstance);
H A Dwrap_objects.cpp168 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 Doverlay.cpp2583 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 Dloader.c4727 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