Home
last modified time | relevance | path

Searched refs:vkDestroyImage (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def62 vkDestroyImage
DVkGetProcAddress.cpp121 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImage),
DlibVulkan.cpp852 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbac… in vkDestroyImage() function
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2260 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2271 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2282 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2336 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2347 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2356 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2365 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2374 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2629 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2630 vkDestroyImage(m_device->device(), image2, NULL); in TEST_F()
[all …]
Dvktestbinding.cpp537 NON_DISPATCHABLE_HANDLE_DTOR(Image, vkDestroyImage) in NON_DISPATCHABLE_HANDLE_DTOR() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl77 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyImage", FUNCTIONORIGIN_DEVICE));
215 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyImage", FUNCTIONORIGIN_DEVICE));
DvkInitDeviceFunctionPointers.inl43 m_vk.destroyImage = (DestroyImageFunc) GET_PROC_ADDR("vkDestroyImage");
DvkNullDriverImpl.inl2007 VK_NULL_FUNC_ENTRY(vkDestroyImage, destroyImage),
DvkVulkan_c.inl3059 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1169 PFN_vkDestroyImage vkDestroyImage; member
7478 m_VulkanFunctions.vkDestroyImage = &vkDestroyImage; in ImportVulkanFunctions()
7506 VMA_COPY_IF_NOT_NULL(vkDestroyImage); in ImportVulkanFunctions()
7528 VMA_ASSERT(m_VulkanFunctions.vkDestroyImage != VMA_NULL); in ImportVulkanFunctions()
8899 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
9336 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
9340 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
9360 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, image, allocator->GetAlloc… in vmaDestroyImage()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1169 PFN_vkDestroyImage vkDestroyImage; member
7478 m_VulkanFunctions.vkDestroyImage = &vkDestroyImage; in ImportVulkanFunctions()
7506 VMA_COPY_IF_NOT_NULL(vkDestroyImage); in ImportVulkanFunctions()
7528 VMA_ASSERT(m_VulkanFunctions.vkDestroyImage != VMA_NULL); in ImportVulkanFunctions()
8899 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
9336 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
9340 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
9360 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, image, allocator->GetAlloc… in vmaDestroyImage()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c697 .vkDestroyImage = anv_DestroyImage,
1118 .vkDestroyImage = gen7_DestroyImage,
1539 .vkDestroyImage = gen75_DestroyImage,
1960 .vkDestroyImage = gen8_DestroyImage,
2381 .vkDestroyImage = gen9_DestroyImage,
2802 .vkDestroyImage = gen10_DestroyImage,
3181 return anv_device->dispatch.vkDestroyImage(device, image, pAllocator); in anv_tramp_DestroyImage()
3867 .vkDestroyImage = anv_tramp_DestroyImage,
Danv_entrypoints.h62 PFN_vkDestroyImage vkDestroyImage; member
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1370 …void vkDestroyImage( VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator ) con… in vkDestroyImage() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1372 return ::vkDestroyImage( device, image, pAllocator ); in vkDestroyImage()
49905 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroyImage()
49911 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroyImage()
49918 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroy()
49924 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroy()
54747 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
55157vkDestroyImage = PFN_vkDestroyImage( device ? vkGetDeviceProcAddr( device, "vkDestroyImage" ) : vk… in init()
Dvulkan_core.h3331 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(
/external/swiftshader/include/vulkan/
Dvulkan.hpp1785 …void vkDestroyImage( VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator ) co… in vkDestroyImage() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1787 return ::vkDestroyImage( device, image, pAllocator); in vkDestroyImage()
42235 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroyImage()
42241 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroyImage()
42248 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroy()
42254 …d.vkDestroyImage( m_device, static_cast<VkImage>( image ), reinterpret_cast<const VkAllocationCall… in destroy()
52594 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
52994vkDestroyImage = PFN_vkDestroyImage(device ? device.getProcAddr( "vkDestroyImage") : instance.getP… in init()
Dvulkan_core.h3284 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(
/external/mesa3d/include/vulkan/
Dvulkan.h2986 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3166 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3166 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3056 VKAPI_ATTR void VKAPI_CALL vkDestroyImage(