/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 205 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 D | loader_regression_tests.cpp | 65 // 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 D | test_environment.cpp | 142 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 D | test_environment.h | 235 PFN_vkDestroyDevice vkDestroyDevice = nullptr; member 251 PFN_vkDestroyDevice vkDestroyDevice = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.cpp | 39 driver->vkDestroyDevice(device, nullptr); in ~Device()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 190 PFN_vkDestroyDevice vkDestroyDevice; member 591 extern PFN_vkDestroyDevice vkDestroyDevice;
|
H A D | volk.c | 400 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 D | VkGetProcAddress.cpp | 171 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDevice),
|
H A D | libVulkan.cpp | 987 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 D | main.cpp | 244 vkDestroyDevice(g_Device, g_Allocator); in CleanupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 252 vkDestroyDevice(g_Device, g_Allocator); in CleanupVulkan()
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 48 if (!strcmp(funcName, "vkDestroyDevice")) return vkDestroyDevice; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 129 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 D | VulkanHelper.cpp | 171 vkDestroyDevice(mDevice, nullptr);
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 654 vkDestroyDevice(vulkan_device_, nullptr); in ~ConfigHelperVulkan()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1499 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 D | vulkan_raii.hpp | 691 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 D | vulkan_command_buffer_utils.cpp | 1923 vkDestroyDevice(info.device, NULL); in destroy_device()
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 2062 vkDestroyDevice(demo->device, NULL); in demo_cleanup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 1040 vkDestroyDevice(mDevice, nullptr); in onDestroy()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1100 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 D | vulkan_raii.hpp | 688 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 D | vulkan.h | 5364 #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 D | vulkan_sc_core.h | 2806 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3616 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
|