/external/angle/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 125 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/ |
D | vk_mem_alloc_wrapper.cpp | 37 funcs.vkDestroyImage = vkDestroyImage; in InitAllocator()
|
D | vk_utils.cpp | 614 vkDestroyImage(device, (VkImage)mHandle, nullptr); in destroy()
|
/external/deqp-deps/amber/src/vulkan/ |
D | vk-wrappers.h | 43 PFN_vkDestroyImage vkDestroyImage; variable
|
D | vk-funcs.inc | 43 AMBER_VK_FUNC(vkDestroyImage)
|
D | vk-wrappers.inc | 170 if (!(ptrs_.vkDestroyImage = reinterpret_cast<PFN_vkDestroyImage>(getInstanceProcAddr(instance_, "v… 171 return Result("Vulkan: Unable to load vkDestroyImage pointer");
|
D | transfer_image.cc | 66 device_->GetPtrs()->vkDestroyImage(device_->GetVkDevice(), image_, nullptr); in ~TransferImage()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 63 vkDestroyImage
|
D | vk_swiftshader.lds | 63 vkDestroyImage;
|
D | VkGetProcAddress.cpp | 166 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImage),
|
/external/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 414 vkDestroyImage(mDevice, image, nullptr); in createImage2DExternal() 423 vkDestroyImage(mDevice, image, nullptr); in createImage2DExternal()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 52 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/ |
D | volk.h | 194 PFN_vkDestroyImage vkDestroyImage; member 595 extern PFN_vkDestroyImage vkDestroyImage;
|
D | volk.c | 404 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/ |
D | vklayertests_buffer_image_memory_sampler.cpp | 667 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 …]
|
D | vkpositivelayertests.cpp | 874 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 …]
|
D | vklayertests_others.cpp | 1824 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()
|
D | vktestbinding.cpp | 537 NON_DISPATCHABLE_HANDLE_DTOR(Image, vkDestroyImage) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 78 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));
|
D | vkInitDeviceFunctionPointers.inl | 43 m_vk.destroyImage = (DestroyImageFunc) GET_PROC_ADDR("vkDestroyImage");
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1169 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/ |
D | vk_mem_alloc.h | 1169 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/ |
D | SparseBindingTest.cpp | 106 vkDestroyImage(g_hDevice, m_Image, nullptr); in ~BaseImage()
|
D | vk_mem_alloc.h | 1919 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/ |
D | vk_mem_alloc.h | 1751 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()
|