Home
last modified time | relevance | path

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

12

/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.def83 vkDestroyDescriptorPool
Dvk_swiftshader.lds83 vkDestroyDescriptorPool;
DVkGetProcAddress.cpp229 MAKE_VULKAN_DEVICE_ENTRY(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/vulkan-loader/
Dvulkan.symbols.api123 vkDestroyDescriptorPool
/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…
DvkInitDeviceFunctionPointers.inl69 …criptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
/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/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()
Dvk_wrapper.h1589 vkDestroyDescriptorPool(device, mHandle, nullptr);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1972 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()
13144vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddescriptorsets.txt2444 [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[]

12