Home
last modified time | relevance | path

Searched refs:DestroyInstance (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h39 DECLARE_VK_PROC(DestroyInstance);
H A DVkTestContext.cpp97 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, fVk.fInstance);
H A DVkTestHelper.cpp62 ACQUIRE_INST_VK_PROC(DestroyInstance) in init()
H A DVkTestUtils.cpp354 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, inst, VK_NULL_HANDLE); in destroy_instance()
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c46 PFN_vkDestroyInstance DestroyInstance; member
170 DEVSEL_GET_CB(DestroyInstance); in device_select_CreateInstance()
189 info->DestroyInstance(instance, pAllocator); in device_select_DestroyInstance()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h50 MACRO(1, 0, FF_VK_EXT_NO_FLAG, DestroyInstance) \
/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c328 instance_data->vtable.DestroyInstance(instance, pAllocator); in nullhw_DestroyInstance()
339 ADD_HOOK(DestroyInstance),
/third_party/skia/tests/
H A DVkPriorityExtensionTest.cpp44 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, inst, VK_NULL_HANDLE); in destroy_instance()
H A DVkHardwareBufferTest.cpp469 DECLARE_VK_PROC(DestroyInstance);
543 ACQUIRE_INST_VK_PROC(DestroyInstance); in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBackendVk.cpp138 mFunctions.DestroyInstance(mInstance, nullptr); in ~VulkanInstance()
H A DVulkanFunctions.h44 // DestroyInstance isn't technically a global proc but we want to be able to use it
46 PFN_vkDestroyInstance DestroyInstance = nullptr; member
H A DVulkanFunctions.cpp61 GET_INSTANCE_PROC(DestroyInstance); in LoadInstanceProcs()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp102 GET_PROC(DestroyInstance); in initializeContext()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h215 PFN_vkDestroyInstance DestroyInstance; member
H A Dvk_layer_dispatch_table.h41 PFN_vkDestroyInstance DestroyInstance; member
H A Dvk_dispatch_table_helper.h753 table->DestroyInstance = (PFN_vkDestroyInstance)gpa(instance, "vkDestroyInstance"); in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c69 LOOKUP_REQUIRED_GIPA(DestroyInstance); in loader_icd_init_entries()
1227 table->DestroyInstance = (PFN_vkDestroyInstance)gpa(inst, "vkDestroyInstance"); in loader_init_instance_core_dispatch_table()
3008 if (!strcmp(name, "DestroyInstance")) return (void *)table->DestroyInstance; in loader_lookup_instance_dispatch_table()
12065 .DestroyInstance = terminator_DestroyInstance,
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp52 ITEM(DestroyInstance)\
431 DestroyInstance(instance_cache[i], NULL); in ~DestroyDevices()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp43 ACQUIRE_PROC(DestroyInstance, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp381 layer.instance_dispatch_table.DestroyInstance(instance, pAllocator);
H A Dwrap_objects.cpp232 pDisp->DestroyInstance(vk_inst, pAllocator); in wrap_vkDestroyInstance()
723 if (!strcmp(name, "DestroyInstance")) return (PFN_vkVoidFunction)wrap_vkDestroyInstance; in layer_intercept_instance_proc()
H A Dvk_dispatch_table_helper.h738 table->DestroyInstance = (PFN_vkDestroyInstance)gpa(instance, "vkDestroyInstance"); in layer_init_instance_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2630 instance_data->vtable.DestroyInstance(instance, pAllocator); in overlay_DestroyInstance()
2675 ADD_HOOK(DestroyInstance),
/third_party/vulkan-loader/loader/
H A Dtrampoline.c791 icd_term->dispatch.DestroyInstance(icd_term->instance, pAllocator); in vkCreateInstance()
840 disp->DestroyInstance(ptr_instance->instance, pAllocator); in vkDestroyInstance()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1296 VKSCR(DestroyInstance)(screen->instance, NULL); in zink_destroy_screen()

Completed in 58 milliseconds

12