/external/deqp-deps/amber/src/vulkan/ |
D | vk-funcs-1-0.inc | 40 AMBER_VK_FUNC(vkDestroyDescriptorPool)
|
D | pipeline.cc | 64 device_->GetPtrs()->vkDestroyDescriptorPool(device_->GetVkDevice(), in ~Pipeline()
|
/external/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()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 83 vkDestroyDescriptorPool;
|
D | vk_swiftshader.def | 83 vkDestroyDescriptorPool
|
D | VkGetProcAddress.cpp | 219 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDescriptorPool),
|
/external/angle/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
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 98 …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…
|
D | vkInitDeviceFunctionPointers.inl | 63 …DescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1387 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 …]
|
D | vktestbinding.cpp | 773 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
D | layer_validation_tests.cpp | 1349 vkDestroyDescriptorPool(device_->handle(), pool_, nullptr); in ~OneOffDescriptorSet()
|
D | vkpositivelayertests.cpp | 1819 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/ |
D | SparseBindingTest.cpp | 424 vkDestroyDescriptorPool(g_hDevice, descPool, nullptr); in ValidateContent()
|
D | VulkanSample.cpp | 1704 vkDestroyDescriptorPool(g_hDevice, g_hDescriptorPool, g_Allocs); in FinalizeApplication()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.cpp | 137 vkDestroyDescriptorPool(device, descriptorPool, nullptr); in destroy()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 710 vkDestroyDescriptorPool(device, (VkDescriptorPool)mHandle, nullptr); in destroy()
|
D | vk_wrapper.h | 1731 vkDestroyDescriptorPool(device, mHandle, nullptr);
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 67 vkDestroyDescriptorPool(screen->dev, ctx->batches[i].descpool, NULL); in zink_context_destroy()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 2111 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/ |
D | vulkan.hpp | 1862 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() 12328 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1840 vkDestroyDescriptorPool(info.device, info.desc_pool, NULL); in destroy_descriptor_pool()
|