Home
last modified time | relevance | path

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

12

/external/deqp-deps/amber/src/vulkan/
Dvk-funcs-1-0.inc40 AMBER_VK_FUNC(vkDestroyDescriptorPool)
Dpipeline.cc64 device_->GetPtrs()->vkDestroyDescriptorPool(device_->GetVkDevice(), in ~Pipeline()
/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp47 VK_INSTANCE(vkDestroyDescriptorPool, void, VkDevice, VkDescriptorPool, const VkAllocationCallbacks …
DDevice.cpp296 driver->vkDestroyDescriptorPool(device, descriptorPool, nullptr); in DestroyDescriptorPool()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds83 vkDestroyDescriptorPool;
Dvk_swiftshader.def83 vkDestroyDescriptorPool
DVkGetProcAddress.cpp219 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDescriptorPool),
/external/angle/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
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl98 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE…
236 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE…
402 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE…
DvkInitDeviceFunctionPointers.inl63 …DescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp1387 vkDestroyDescriptorPool(m_device->device(), bad_pool, NULL); in TEST_F()
3674 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
3724 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
4382 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
5156 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
6612 vkDestroyDescriptorPool(m_device->handle(), pool, nullptr); in TEST_F()
6648 vkDestroyDescriptorPool(m_device->handle(), pool, nullptr); in TEST_F()
6847 vkDestroyDescriptorPool(m_device->handle(), pool, nullptr); in TEST_F()
6907 vkDestroyDescriptorPool(m_device->handle(), pool, nullptr); in TEST_F()
7136 vkDestroyDescriptorPool(m_device->handle(), ds_pool, nullptr); in TEST_F()
[all …]
Dvktestbinding.cpp773 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
Dlayer_validation_tests.cpp1349 vkDestroyDescriptorPool(device_->handle(), pool_, nullptr); in ~OneOffDescriptorSet()
Dvkpositivelayertests.cpp1819 vkDestroyDescriptorPool(m_device->device(), ds_pool_one, NULL); in TEST_F()
2728 vkDestroyDescriptorPool(m_device->device(), VK_NULL_HANDLE, NULL); in TEST_F()
2796 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp424 vkDestroyDescriptorPool(g_hDevice, descPool, nullptr); in ValidateContent()
DVulkanSample.cpp1704 vkDestroyDescriptorPool(g_hDevice, g_hDescriptorPool, g_Allocs); in FinalizeApplication()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp137 vkDestroyDescriptorPool(device, descriptorPool, nullptr); in destroy()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp710 vkDestroyDescriptorPool(device, (VkDescriptorPool)mHandle, nullptr); in destroy()
Dvk_wrapper.h1731 vkDestroyDescriptorPool(device, mHandle, nullptr);
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c67 vkDestroyDescriptorPool(screen->dev, ctx->batches[i].descpool, NULL); in zink_context_destroy()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2111 return anv_device->dispatch.vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in anv_DestroyDescriptorPool()
3172 .vkDestroyDescriptorPool = anv_DestroyDescriptorPool,
3678 .vkDestroyDescriptorPool = gen7_DestroyDescriptorPool,
4184 .vkDestroyDescriptorPool = gen75_DestroyDescriptorPool,
4690 .vkDestroyDescriptorPool = gen8_DestroyDescriptorPool,
5196 .vkDestroyDescriptorPool = gen9_DestroyDescriptorPool,
5702 .vkDestroyDescriptorPool = gen11_DestroyDescriptorPool,
6208 .vkDestroyDescriptorPool = gen12_DestroyDescriptorPool,
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1862 void vkDestroyDescriptorPool( VkDevice device, in vkDestroyDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1866 return ::vkDestroyDescriptorPool( device, descriptorPool, pAllocator ); in vkDestroyDescriptorPool()
10473 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11592 vkDestroyDescriptorPool = in init()
12328vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1840 vkDestroyDescriptorPool(info.device, info.desc_pool, NULL); in destroy_descriptor_pool()

12