Home
last modified time | relevance | path

Searched refs:vkDestroyDevice (Results 1 - 25 of 31) sorted by relevance

12

/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp205 auto* pfnDestroyDevice = inst->vkGetInstanceProcAddr(inst, "vkDestroyDevice"); in TEST()
278 inst->vkDestroyDevice(device, tracker.get()); in TEST()
326 inst->vkDestroyDevice(device, nullptr); in TEST()
384 inst->vkDestroyDevice(device, tracker.get()); in TEST()
688 inst->vkDestroyDevice(device, tracker.get()); in TEST()
815 env.vulkan_functions.vkDestroyDevice(device, tracker.get()); in TEST()
957 env.vulkan_functions.vkDestroyDevice(devices[i], tracker.get()); in TEST()
1057 env.vulkan_functions.vkDestroyDevice(devices[i], tracker.get()); in TEST()
H A Dloader_regression_tests.cpp65 // VUID-vkDestroyDevice-device-parameter, VUID-vkDestroyDevice-pAllocator-parameter
69 env.vulkan_functions.vkDestroyDevice(VK_NULL_HANDLE, nullptr); in TEST()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp142 funcs.vkDestroyDevice = GPA(vkDestroyDevice); in init_vulkan_functions()
158 vkDestroyDevice = load(device, "vkDestroyDevice");
271 DeviceWrapper::~DeviceWrapper() noexcept { functions->vkDestroyDevice(dev, callbacks); }
281 functions->vkDestroyDevice(dev, callbacks);
H A Dtest_environment.h235 PFN_vkDestroyDevice vkDestroyDevice = nullptr; member
251 PFN_vkDestroyDevice vkDestroyDevice = nullptr; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp39 driver->vkDestroyDevice(device, nullptr); in ~Device()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h190 PFN_vkDestroyDevice vkDestroyDevice; member
591 extern PFN_vkDestroyDevice vkDestroyDevice;
H A Dvolk.c400 vkDestroyDevice = (PFN_vkDestroyDevice)load(context, "vkDestroyDevice"); in volkGenLoadDevice()
801 table->vkDestroyDevice = (PFN_vkDestroyDevice)load(context, "vkDestroyDevice"); in volkGenLoadDeviceTable()
1206 PFN_vkDestroyDevice vkDestroyDevice; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp171 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDevice),
H A DlibVulkan.cpp987 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) in vkDestroyDevice() function
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp244 vkDestroyDevice(g_Device, g_Allocator); in CleanupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp252 vkDestroyDevice(g_Device, g_Allocator); in CleanupVulkan()
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c48 if (!strcmp(funcName, "vkDestroyDevice")) return vkDestroyDevice; in trampoline_get_proc_addr()
H A Dtrampoline.c129 if (!strcmp(name, "DestroyDevice")) return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
1009 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { in vkDestroyDevice() function
1018 "vkDestroyDevice: Invalid device [VUID-vkDestroyDevice-device-parameter]"); in vkDestroyDevice()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.cpp171 vkDestroyDevice(mDevice, nullptr);
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc654 vkDestroyDevice(vulkan_device_, nullptr); in ~ConfigHelperVulkan()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1499 void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT
1501 return ::vkDestroyDevice( device, pAllocator );
10892 PFN_vkDestroyDevice vkDestroyDevice = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11867 vkDestroyDevice = PFN_vkDestroyDevice( vkGetInstanceProcAddr( instance, "vkDestroyDevice" ) );
13075 vkDestroyDevice = PFN_vkDestroyDevice( vkGetDeviceProcAddr( device, "vkDestroyDevice" ) );
H A Dvulkan_raii.hpp691 vkDestroyDevice = PFN_vkDestroyDevice( vkGetDeviceProcAddr( device, "vkDestroyDevice" ) ); in init()
1581 PFN_vkDestroyDevice vkDestroyDevice = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
2855 getDispatcher()->vkDestroyDevice( static_cast<VkDevice>( m_device ), m_allocator ); in ~Device()
2873 getDispatcher()->vkDestroyDevice( static_cast<VkDevice>( m_device ), m_allocator );
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1923 vkDestroyDevice(info.device, NULL); in destroy_device()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c2062 vkDestroyDevice(demo->device, NULL); in demo_cleanup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp1040 vkDestroyDevice(mDevice, nullptr); in onDestroy()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1100 void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT
1102 return ::vkDestroyDevice( device, pAllocator );
16412 PFN_vkDestroyDevice vkDestroyDevice = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17609 vkDestroyDevice = PFN_vkDestroyDevice( vkGetInstanceProcAddr( instance, "vkDestroyDevice" ) );
18932 vkDestroyDevice = PFN_vkDestroyDevice( vkGetDeviceProcAddr( device, "vkDestroyDevice" ) );
H A Dvulkan_raii.hpp688 vkDestroyDevice = PFN_vkDestroyDevice( vkGetDeviceProcAddr( device, "vkDestroyDevice" ) ); in DeviceDispatcher()
1731 PFN_vkDestroyDevice vkDestroyDevice = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
3589 getDispatcher()->vkDestroyDevice( static_cast<VkDevice>( m_device ), reinterpret_cast<const VkAllocationCallbacks *>( m_allocator ) );
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h5364 #define vkDestroyDevice glad_vkDestroyDevice macro
5940 glad_vkDestroyDevice = (PFN_vkDestroyDevice) load(userptr, "vkDestroyDevice"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2806 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3616 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(

Completed in 233 milliseconds

12