/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 158 if (!(ptrs_.vkDestroyDescriptorPool = reinterpret_cast<PFN_vkDestroyDescriptorPool>(getInstanceProc… 159 return Result("Vulkan: Unable to load vkDestroyDescriptorPool pointer");
|
D | vk-wrappers-1-0.h | 40 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 158 if (!(ptrs_.vkDestroyDescriptorPool = reinterpret_cast<PFN_vkDestroyDescriptorPool>(getInstanceProc… 159 return Result("Vulkan: Unable to load vkDestroyDescriptorPool pointer");
|
D | vk-wrappers-1-0.h | 40 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 40 AMBER_VK_FUNC(vkDestroyDescriptorPool)
|
D | pipeline.cc | 64 device_->GetPtrs()->vkDestroyDescriptorPool(device_->GetVkDevice(), in ~Pipeline()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 83 vkDestroyDescriptorPool;
|
D | vk_swiftshader.def | 83 vkDestroyDescriptorPool
|
D | VkGetProcAddress.cpp | 229 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDescriptorPool),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 123 vkDestroyDescriptorPool
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 47 VK_INSTANCE(vkDestroyDescriptorPool, void, VkDevice, VkDescriptorPool, const VkAllocationCallbacks …
|
D | Device.cpp | 296 driver->vkDestroyDescriptorPool(device, descriptorPool, nullptr); in DestroyDescriptorPool()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkdescriptorpool.c | 81 vkDestroyDescriptorPool (pool->device->device, pool->pool, NULL); in gst_vulkan_descriptor_pool_finalize()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 102 vkDestroyDescriptorPool
|
D | gpa_helper.c | 106 if (!strcmp(funcName, "vkDestroyDescriptorPool")) return vkDestroyDescriptorPool; in trampoline_get_proc_addr()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 188 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; member 589 extern PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool;
|
D | volk.c | 398 vkDestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)load(context, "vkDestroyDescriptorPool"); in volkGenLoadDevice() 799 …table->vkDestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)load(context, "vkDestroyDescriptorPo… in volkGenLoadDeviceTable() 1204 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 101 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE… 239 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE… 405 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE… 584 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE…
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 212 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 222 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 244 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 236 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 494 vkDestroyDescriptorPool(device, reinterpret_cast<VkDescriptorPool>(mHandle), nullptr); in destroy()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 2142 vkDestroyDescriptorPool(demo->device, demo->desc_pool, NULL); in demo_cleanup() 2193 vkDestroyDescriptorPool(demo->device, demo->desc_pool, NULL); in demo_resize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 874 vkDestroyDescriptorPool(device, (VkDescriptorPool)mHandle, nullptr); in destroy()
|