Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp39 funcs.vkDestroyImage = vkDestroyImage; in InitAllocator()
H A Dvk_utils.cpp850 vkDestroyImage(device, (VkImage)mHandle, nullptr); in destroy()
H A Dvk_wrapper.h1167 vkDestroyImage(device, mHandle, nullptr); in destroy()
/third_party/vk-gl-cts/build/include/
H A Dvk-wrappers-1-0.h44 PFN_vkDestroyImage vkDestroyImage; variable
/third_party/vk-gl-cts/build/
H A Dvk-wrappers-1-0.h44 PFN_vkDestroyImage vkDestroyImage; variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanExternalImageTest.cpp255 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldImportMemoryTest()
379 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearTest()
535 vkDestroyImage(helper.getDevice(), image, nullptr); in RunTextureFormatCompatChromiumTest()
753 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearWithSemaphoresTest()
990 vkDestroyImage(helper.getDevice(), image, nullptr); in runShouldDrawTest()
1160 vkDestroyImage(helper.getDevice(), image, nullptr); in runWaitSemaphoresRetainsContentTest()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_image.cc110 device_->GetPtrs()->vkDestroyImage(device_->GetVkDevice(), image_, nullptr); in ~TransferImage()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h194 PFN_vkDestroyImage vkDestroyImage; member
595 extern PFN_vkDestroyImage vkDestroyImage;
H A Dvolk.c404 vkDestroyImage = (PFN_vkDestroyImage)load(context, "vkDestroyImage"); in volkGenLoadDevice()
805 table->vkDestroyImage = (PFN_vkDestroyImage)load(context, "vkDestroyImage"); in volkGenLoadDeviceTable()
1210 PFN_vkDestroyImage vkDestroyImage; variable
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.cpp586 vkDestroyImage(mDevice, image, nullptr);
595 vkDestroyImage(mDevice, image, nullptr);
/third_party/glfw/tests/
H A Dtriangle-vulkan.c901 vkDestroyImage(demo->device, tex_obj->image, NULL); in demo_destroy_texture_image()
2046 vkDestroyImage(demo->device, demo->textures[i].image, NULL); in demo_cleanup()
2056 vkDestroyImage(demo->device, demo->depth.image, NULL); in demo_cleanup()
2106 vkDestroyImage(demo->device, demo->textures[i].image, NULL); in demo_resize()
2116 vkDestroyImage(demo->device, demo->depth.image, NULL); in demo_resize()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp209 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImage),
H A DlibVulkan.cpp1834 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) in vkDestroyImage() function
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c86 if (!strcmp(funcName, "vkDestroyImage")) return vkDestroyImage; in trampoline_get_proc_addr()
H A Dtrampoline.c1557 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) { in vkDestroyImage() function
1561 "vkDestroyImage: Invalid device [VUID-vkDestroyImage-device-parameter]"); in vkDestroyImage()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp166 IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyImage) \
989 if (bd->FontImage) { vkDestroyImage(v->Device, bd->FontImage, v->Allocator); bd->FontImage = VK_NULL_HANDLE; } in ImGui_ImplVulkan_DestroyDeviceObjects()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h841 You must use `vkDestroyBuffer()`, `vkDestroyImage()`,
1936 extern PFN_vkDestroyImage vkDestroyImage;
2228 PFN_vkDestroyImage VMA_NULLABLE vkDestroyImage; member
2837 - `vkDestroyImage`
3862 vkDestroyImage(device, image, allocationCallbacks);
15943 m_VulkanFunctions.vkDestroyImage = (PFN_vkDestroyImage)vkDestroyImage;
15983 VMA_COPY_IF_NOT_NULL(vkDestroyImage);
16031 VMA_FETCH_DEVICE_FUNC(vkDestroyImage, PFN_vkDestroyImage, "vkDestroyImage");
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1815 void vkDestroyImage( VkDevice device,
1819 return ::vkDestroyImage( device, image, pAllocator );
10935 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11917 vkDestroyImage = PFN_vkDestroyImage( vkGetInstanceProcAddr( instance, "vkDestroyImage" ) );
13119 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) );
H A Dvulkan_raii.hpp735 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) ); in init()
1619 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
6460 getDispatcher()->vkDestroyImage( m_device, static_cast<VkImage>( m_image ), m_allocator ); in ~Image()
6479 getDispatcher()->vkDestroyImage( m_device, static_cast<VkImage>( m_image ), m_allocator );
H A Dvulkan_funcs.hpp2302 d.vkDestroyImage(
2313 d.vkDestroyImage( m_device,
2326 d.vkDestroyImage(
2337 d.vkDestroyImage( m_device,
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1887 vkDestroyImage(info.device, info.depth.image, NULL); in destroy_depth_buffer()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1363 void vkDestroyImage( VkDevice device, VkImage image, const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT
1365 return ::vkDestroyImage( device, image, pAllocator );
16455 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17652 vkDestroyImage = PFN_vkDestroyImage( vkGetInstanceProcAddr( instance, "vkDestroyImage" ) );
18970 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) );
H A Dvulkan_funcs.hpp2228 d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ) );
2239 d.vkDestroyImage( m_device,
2251 d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCallbacks *>( pAllocator ) );
2262 d.vkDestroyImage( m_device,
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h5372 #define vkDestroyImage glad_vkDestroyImage macro
5944 glad_vkDestroyImage = (PFN_vkDestroyImage) load(userptr, "vkDestroyImage"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3008 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(

Completed in 227 milliseconds

12