/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 90 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in TEST_P() 169 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in TEST_P()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vertex_buffer_test.cc | 50 dummyPtrs_.vkFreeMemory = vkFreeMemory; in DummyDevice() 128 static void vkFreeMemory(VkDevice, in vkFreeMemory() function in amber::vulkan::__anonf659d2680111::DummyDevice
|
D | transfer_image.cc | 113 device_->GetPtrs()->vkFreeMemory(device_->GetVkDevice(), memory_, nullptr); in ~TransferImage() 117 device_->GetPtrs()->vkFreeMemory(device_->GetVkDevice(), in ~TransferImage()
|
D | transfer_buffer.cc | 38 device_->GetPtrs()->vkFreeMemory(device_->GetVkDevice(), memory_, in ~TransferBuffer()
|
D | vk-funcs-1-0.inc | 53 AMBER_VK_FUNC(vkFreeMemory)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 27 funcs.vkFreeMemory = vkFreeMemory; in InitAllocator()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 256 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldImportMemoryTest() 380 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearTest() 536 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunTextureFormatCompatChromiumTest() 756 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearWithSemaphoresTest() 993 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in runShouldDrawTest() 1163 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in runWaitSemaphoresRetainsContentTest()
|
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 210 if (!(ptrs_.vkFreeMemory = reinterpret_cast<PFN_vkFreeMemory>(getInstanceProcAddr(instance_, "vkFre… 211 return Result("Vulkan: Unable to load vkFreeMemory pointer");
|
D | vk-wrappers-1-0.h | 53 PFN_vkFreeMemory vkFreeMemory; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 210 if (!(ptrs_.vkFreeMemory = reinterpret_cast<PFN_vkFreeMemory>(getInstanceProcAddr(instance_, "vkFre… 211 return Result("Vulkan: Unable to load vkFreeMemory pointer");
|
D | vk-wrappers-1-0.h | 53 PFN_vkFreeMemory vkFreeMemory; variable
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 175 vkFreeMemory(g_Device, buffer_memory, g_Allocator); in CreateOrResizeBuffer() 670 vkFreeMemory(g_Device, g_UploadBufferMemory, g_Allocator); in ImGui_ImplVulkan_InvalidateFontUploadObjects() 683 …if (fd->VertexBufferMemory) { vkFreeMemory (g_Device, fd->VertexBufferMemory, g_Allocator); … in ImGui_ImplVulkan_InvalidateDeviceObjects() 685 …if (fd->IndexBufferMemory) { vkFreeMemory (g_Device, fd->IndexBufferMemory, g_Allocator); … in ImGui_ImplVulkan_InvalidateDeviceObjects() 690 …if (g_FontMemory) { vkFreeMemory(g_Device, g_FontMemory, g_Allocator); g_FontMemory = VK… in ImGui_ImplVulkan_InvalidateDeviceObjects()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 30 vkFreeMemory;
|
D | vk_swiftshader.def | 30 vkFreeMemory
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 157 vkFreeMemory
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 57 VK_INSTANCE(vkFreeMemory, void, VkDevice, VkDeviceMemory, const VkAllocationCallbacks *);
|
D | Device.cpp | 371 driver->vkFreeMemory(device, memory, nullptr); in FreeMemory()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 1009 vkFreeMemory(demo->device, tex_obj->mem, NULL); in demo_destroy_texture_image() 2156 vkFreeMemory(demo->device, demo->vertices.mem, NULL); in demo_cleanup() 2161 vkFreeMemory(demo->device, demo->textures[i].mem, NULL); in demo_cleanup() 2171 vkFreeMemory(demo->device, demo->depth.mem, NULL); in demo_cleanup() 2207 vkFreeMemory(demo->device, demo->vertices.mem, NULL); in demo_resize() 2212 vkFreeMemory(demo->device, demo->textures[i].mem, NULL); in demo_resize() 2222 vkFreeMemory(demo->device, demo->depth.mem, NULL); in demo_resize()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 179 IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeMemory) \ 348 vkFreeMemory(v->Device, buffer_memory, v->Allocator); in CreateOrResizeBuffer() 974 vkFreeMemory(v->Device, bd->UploadBufferMemory, v->Allocator); in ImGui_ImplVulkan_DestroyFontUploadObjects() 990 …if (bd->FontMemory) { vkFreeMemory(v->Device, bd->FontMemory, v->Allocator); bd->FontMem… in ImGui_ImplVulkan_DestroyDeviceObjects() 1448 …if (buffers->VertexBufferMemory) { vkFreeMemory(device, buffers->VertexBufferMemory, allocator); b… in ImGui_ImplVulkanH_DestroyFrameRenderBuffers() 1450 …if (buffers->IndexBufferMemory) { vkFreeMemory(device, buffers->IndexBufferMemory, allocator); buf… in ImGui_ImplVulkanH_DestroyFrameRenderBuffers()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 49 vkFreeMemory
|
D | gpa_helper.c | 54 if (!strcmp(funcName, "vkFreeMemory")) return vkFreeMemory; in trampoline_get_proc_addr()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkmemory.c | 210 vkFreeMemory (mem->device->device, mem->mem_ptr, NULL); in _vk_mem_free()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 209 PFN_vkFreeMemory vkFreeMemory; member 616 extern PFN_vkFreeMemory vkFreeMemory;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 418 vkFreeMemory(mDevice, deviceMemory, nullptr); in createImage2DOpaqueFd()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 594 vkFreeMemory(mDevice, deviceMemory, nullptr); in createImage2DExternal() 1122 vkFreeMemory(mDevice, deviceMemory, nullptr); in readPixels()
|