Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp39 funcs.vkDestroyImage = vkDestroyImage; in InitAllocator()
Dvk_utils.cpp686 vkDestroyImage(device, (VkImage)mHandle, nullptr); in destroy()
/external/deqp-deps/amber/src/vulkan/
Dvk-funcs-1-0.inc44 AMBER_VK_FUNC(vkDestroyImage)
Dtransfer_image.cc108 device_->GetPtrs()->vkDestroyImage(device_->GetVkDevice(), image_, nullptr); in ~TransferImage()
/external/angle/src/tests/gl_tests/
DVulkanExternalImageTest.cpp263 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldImportMemoryTest()
387 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearTest()
535 vkDestroyImage(helper.getDevice(), image, nullptr); in RunTextureFormatCompatChromiumTest()
754 vkDestroyImage(helper.getDevice(), image, nullptr); in RunShouldClearWithSemaphoresTest()
992 vkDestroyImage(helper.getDevice(), image, nullptr); in runShouldDrawTest()
1163 vkDestroyImage(helper.getDevice(), image, nullptr); in runWaitSemaphoresRetainsContentTest()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds63 vkDestroyImage;
Dvk_swiftshader.def63 vkDestroyImage
DVkGetProcAddress.cpp199 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImage),
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c52 vkDestroyImage(screen->dev, res->image, NULL); in zink_resource_destroy()
325 vkDestroyImage(screen->dev, res->image, NULL); in resource_create()
/external/angle/src/third_party/volk/
Dvolk.h194 PFN_vkDestroyImage vkDestroyImage; member
595 extern PFN_vkDestroyImage vkDestroyImage;
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
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp496 vkDestroyImage(mDevice, image, nullptr); in createImage2DExternal()
505 vkDestroyImage(mDevice, image, nullptr); in createImage2DExternal()
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp667 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
848 vkDestroyImage(m_device->device(), depth_image, NULL); in TEST_F()
926 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
940 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
1018 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
1064 vkDestroyImage(device(), image, NULL); in TEST_F()
1153 vkDestroyImage(device(), image, NULL); in TEST_F()
1206 vkDestroyImage(device(), image, NULL); in TEST_F()
1250 vkDestroyImage(m_device->device(), sparse_image, NULL); in TEST_F()
1343 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
[all …]
Dvkpositivelayertests.cpp874 vkDestroyImage(device(), image, NULL); in TEST_F()
2702 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2713 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
2734 vkDestroyImage(m_device->device(), VK_NULL_HANDLE, NULL); in TEST_F()
3315 vkDestroyImage(m_device->device(), image, nullptr); in TEST_F()
3356 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
3454 vkDestroyImage(m_device->device(), image, NULL); in TEST_F()
7146 vkDestroyImage(device(), image, NULL); in TEST_F()
7174 vkDestroyImage(device(), image, NULL); in TEST_F()
7240 vkDestroyImage(device(), image, NULL); in TEST_F()
[all …]
Dvklayertests_others.cpp1824 vkDestroyImage(m_device->device(), image.handle(), NULL); in TEST_F()
3100 if (VK_NULL_HANDLE != img) vkDestroyImage(dev, img, NULL); in TEST_F()
3246 if (VK_NULL_HANDLE != img) vkDestroyImage(dev, img, NULL); in TEST_F()
3320 if (VK_NULL_HANDLE != img) vkDestroyImage(dev, img, NULL); in TEST_F()
3494 vkDestroyImage(dev, img2, NULL); in TEST_F()
3749 vkDestroyImage(dev, img, NULL); in TEST_F()
3823 vkDestroyImage(dev, img, NULL); in TEST_F()
4019 vkDestroyImage(dev, img, NULL); in TEST_F()
Dvktestbinding.cpp537 NON_DISPATCHABLE_HANDLE_DTOR(Image, vkDestroyImage) in NON_DISPATCHABLE_HANDLE_DTOR() argument
Dvklayertests_command.cpp2890 vkDestroyImage(m_device->device(), srcImage, NULL); in TEST_F()
2948 vkDestroyImage(m_device->device(), dstImage, NULL); in TEST_F()
2977 vkDestroyImage(m_device->device(), srcImage, NULL); in TEST_F()
2993 vkDestroyImage(m_device->device(), srcImage, NULL); in TEST_F()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl78 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyImage", FUNCTIONORIGIN_DEVICE));
216 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyImage", FUNCTIONORIGIN_DEVICE));
382 apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkDestroyImage", FUNCTIONORIGIN_DEVICE));
DvkInitDeviceFunctionPointers.inl43 m_vk.destroyImage = (DestroyImageFunc) GET_PROC_ADDR("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/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp106 vkDestroyImage(g_hDevice, m_Image, nullptr); in ~BaseImage()
Dvk_mem_alloc.h1936 extern PFN_vkDestroyImage vkDestroyImage;
2224 PFN_vkDestroyImage VMA_NULLABLE vkDestroyImage; member
15742 m_VulkanFunctions.vkDestroyImage = (PFN_vkDestroyImage)vkDestroyImage; in ImportVulkanFunctions_Static()
15782 VMA_COPY_IF_NOT_NULL(vkDestroyImage); in ImportVulkanFunctions_Custom()
15830 VMA_FETCH_DEVICE_FUNC(vkDestroyImage, PFN_vkDestroyImage, "vkDestroyImage"); in ImportVulkanFunctions_Dynamic()
15890 VMA_ASSERT(m_VulkanFunctions.vkDestroyImage != VMA_NULL); in ValidateVulkanFunctions()
17935 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
19013 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
19017 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
19051 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, image, allocator->GetAlloc… in vmaDestroyImage()
DTests.cpp739 vkDestroyImage(g_hDevice, m_Image, g_Allocs); in Destroy()
1311 vkDestroyImage(g_hDevice, allocation.m_Image, g_Allocs); in RecreateAllocationResource()
2196 vkDestroyImage(g_hDevice, allocInfo->m_Image, g_Allocs); in TestDefragmentationIncrementalBasic()
2404 vkDestroyImage(g_hDevice, allocInfo->m_Image, g_Allocs); in TestDefragmentationIncrementalComplex()
4330 vkDestroyImage(g_hDevice, dummyImage, g_Allocs); in TestPool_Benchmark()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1936 extern PFN_vkDestroyImage vkDestroyImage;
2228 PFN_vkDestroyImage VMA_NULLABLE vkDestroyImage; member
15724 m_VulkanFunctions.vkDestroyImage = (PFN_vkDestroyImage)vkDestroyImage; in ImportVulkanFunctions_Static()
15764 VMA_COPY_IF_NOT_NULL(vkDestroyImage); in ImportVulkanFunctions_Custom()
15812 VMA_FETCH_DEVICE_FUNC(vkDestroyImage, PFN_vkDestroyImage, "vkDestroyImage"); in ImportVulkanFunctions_Dynamic()
15861 VMA_ASSERT(m_VulkanFunctions.vkDestroyImage != VMA_NULL); in ValidateVulkanFunctions()
17906 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
18985 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
18989 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
19023 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, image, allocator->GetAlloc… in vmaDestroyImage()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h1751 PFN_vkDestroyImage vkDestroyImage; member
14160 m_VulkanFunctions.vkDestroyImage = &vkDestroyImage; in ImportVulkanFunctions()
14193 VMA_COPY_IF_NOT_NULL(vkDestroyImage); in ImportVulkanFunctions()
14220 VMA_ASSERT(m_VulkanFunctions.vkDestroyImage != VMA_NULL); in ImportVulkanFunctions()
15842 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
16759 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
16763 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
16797 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, image, allocator->GetAlloc… in vmaDestroyImage()

12