Searched refs:fpCreateInstance (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/nullhw-layer/ |
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/ |
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/ |
D | test_layer.cpp | 150 …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()
|
D | wrap_objects.cpp | 148 …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/ |
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/ |
D | loader.c | 4543 …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()
|