/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.def | 83 vkDestroyDescriptorPool
|
D | vk_swiftshader.lds | 83 vkDestroyDescriptorPool;
|
D | VkGetProcAddress.cpp | 229 MAKE_VULKAN_DEVICE_ENTRY(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/vulkan-loader/ |
D | vulkan.symbols.api | 123 vkDestroyDescriptorPool
|
/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…
|
D | vkInitDeviceFunctionPointers.inl | 69 …criptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
|
/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/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()
|
D | vk_wrapper.h | 1589 vkDestroyDescriptorPool(device, mHandle, nullptr);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1972 void vkDestroyDescriptorPool( VkDevice device, in vkDestroyDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1976 return ::vkDestroyDescriptorPool( device, descriptorPool, pAllocator ); in vkDestroyDescriptorPool() 10955 …PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool … member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11947 vkDestroyDescriptorPool = in init() 13144 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | descriptorsets.txt | 2444 [open,refpage='vkDestroyDescriptorPool',desc='Destroy a descriptor pool object',type='protos'] 2448 include::{generated}/api/protos/vkDestroyDescriptorPool.txt[] 2462 * [[VUID-vkDestroyDescriptorPool-descriptorPool-00303]] 2465 * [[VUID-vkDestroyDescriptorPool-descriptorPool-00304]] 2468 * [[VUID-vkDestroyDescriptorPool-descriptorPool-00305]] 2473 include::{generated}/validity/protos/vkDestroyDescriptorPool.txt[]
|