Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/nullhw-layer/
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/
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/
Dtest_layer.cpp150 …PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreat… in test_vkCreateInstance() local
151 if (fpCreateInstance == NULL) { in test_vkCreateInstance()
160 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in test_vkCreateInstance()
Dwrap_objects.cpp148 …PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreat… in wrap_vkCreateInstance() local
149 if (fpCreateInstance == NULL) { in wrap_vkCreateInstance()
154 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in wrap_vkCreateInstance()
/third_party/mesa3d/src/vulkan/overlay-layer/
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/
Dloader.c4543 …PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)next_gipa(*created_instance, "vkCrea… in loader_create_instance_chain() local
4544 if (fpCreateInstance) { in loader_create_instance_chain()
4590 res = fpCreateInstance(&loader_create_info, pAllocator, created_instance); in loader_create_instance_chain()