Home
last modified time | relevance | path

Searched refs:vkDestroyDescriptorPool (Results 1 – 25 of 52) sorted by relevance

123

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc158 if (!(ptrs_.vkDestroyDescriptorPool = reinterpret_cast<PFN_vkDestroyDescriptorPool>(getInstanceProc…
159 return Result("Vulkan: Unable to load vkDestroyDescriptorPool pointer");
Dvk-wrappers-1-0.h40 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc158 if (!(ptrs_.vkDestroyDescriptorPool = reinterpret_cast<PFN_vkDestroyDescriptorPool>(getInstanceProc…
159 return Result("Vulkan: Unable to load vkDestroyDescriptorPool pointer");
Dvk-wrappers-1-0.h40 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvk-funcs-1-0.inc40 AMBER_VK_FUNC(vkDestroyDescriptorPool)
Dpipeline.cc64 device_->GetPtrs()->vkDestroyDescriptorPool(device_->GetVkDevice(), in ~Pipeline()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds83 vkDestroyDescriptorPool;
Dvk_swiftshader.def83 vkDestroyDescriptorPool
DVkGetProcAddress.cpp229 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDescriptorPool),
/third_party/vulkan-loader/
Dvulkan.symbols.api123 vkDestroyDescriptorPool
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp47 VK_INSTANCE(vkDestroyDescriptorPool, void, VkDevice, VkDescriptorPool, const VkAllocationCallbacks …
DDevice.cpp296 driver->vkDestroyDescriptorPool(device, descriptorPool, nullptr); in DestroyDescriptorPool()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdescriptorpool.c81 vkDestroyDescriptorPool (pool->device->device, pool->pool, NULL); in gst_vulkan_descriptor_pool_finalize()
/third_party/vulkan-loader/loader/
Dvulkan-1.def102 vkDestroyDescriptorPool
Dgpa_helper.c106 if (!strcmp(funcName, "vkDestroyDescriptorPool")) return vkDestroyDescriptorPool; in trampoline_get_proc_addr()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h188 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; member
589 extern PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool;
Dvolk.c398 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/
DvkCoreFunctionalities.inl101 …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/
Dmain.cpp212 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp222 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp244 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp236 vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); in CleanupVulkan()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp494 vkDestroyDescriptorPool(device, reinterpret_cast<VkDescriptorPool>(mHandle), nullptr); in destroy()
/third_party/flutter/glfw/tests/
Dvulkan.c2142 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/
Dvk_utils.cpp874 vkDestroyDescriptorPool(device, (VkDescriptorPool)mHandle, nullptr); in destroy()

123