Home
last modified time | relevance | path

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

12

/external/angle/src/tests/gl_tests/
DVulkanExternalImageTest.cpp125 vkDestroyImage(helper.getDevice(), image, nullptr); in TEST_P()
208 vkDestroyImage(helper.getDevice(), image, nullptr); in TEST_P()
261 vkDestroyImage(helper.getDevice(), image, nullptr); in TEST_P()
313 vkDestroyImage(helper.getDevice(), image, nullptr); in TEST_P()
367 vkDestroyImage(helper.getDevice(), image, nullptr); in TEST_P()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp37 funcs.vkDestroyImage = vkDestroyImage; in InitAllocator()
Dvk_utils.cpp614 vkDestroyImage(device, (VkImage)mHandle, nullptr); in destroy()
/external/deqp-deps/amber/src/vulkan/
Dvk-wrappers.h43 PFN_vkDestroyImage vkDestroyImage; variable
Dvk-funcs.inc43 AMBER_VK_FUNC(vkDestroyImage)
Dvk-wrappers.inc170 if (!(ptrs_.vkDestroyImage = reinterpret_cast<PFN_vkDestroyImage>(getInstanceProcAddr(instance_, "v…
171 return Result("Vulkan: Unable to load vkDestroyImage pointer");
Dtransfer_image.cc66 device_->GetPtrs()->vkDestroyImage(device_->GetVkDevice(), image_, nullptr); in ~TransferImage()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.def63 vkDestroyImage
Dvk_swiftshader.lds63 vkDestroyImage;
DVkGetProcAddress.cpp166 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImage),
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp414 vkDestroyImage(mDevice, image, nullptr); in createImage2DExternal()
423 vkDestroyImage(mDevice, image, nullptr); in createImage2DExternal()
/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/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
/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/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/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/VulkanMemoryAllocator/src/
DSparseBindingTest.cpp106 vkDestroyImage(g_hDevice, m_Image, nullptr); in ~BaseImage()
Dvk_mem_alloc.h1919 extern PFN_vkDestroyImage vkDestroyImage;
2158 PFN_vkDestroyImage vkDestroyImage; member
15391 m_VulkanFunctions.vkDestroyImage = (PFN_vkDestroyImage)vkDestroyImage; in ImportVulkanFunctions_Static()
15431 VMA_COPY_IF_NOT_NULL(vkDestroyImage); in ImportVulkanFunctions_Custom()
15477 VMA_FETCH_DEVICE_FUNC(vkDestroyImage, PFN_vkDestroyImage, "vkDestroyImage"); in ImportVulkanFunctions_Dynamic()
15524 VMA_ASSERT(m_VulkanFunctions.vkDestroyImage != VMA_NULL); in ValidateVulkanFunctions()
17515 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
18526 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
18530 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
18564 …(*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