/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 82 vkDestroyDescriptorPool
|
D | VkGetProcAddress.cpp | 141 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDescriptorPool),
|
D | libVulkan.cpp | 1091 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool… in vkDestroyDescriptorPool() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 97 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE… 235 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyDescriptorPool", FUNCTIONORIGIN_DE…
|
D | vkInitDeviceFunctionPointers.inl | 63 …royDescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
|
D | vkNullDriverImpl.inl | 2027 VK_NULL_FUNC_ENTRY(vkDestroyDescriptorPool, destroyDescriptorPool),
|
D | vkVulkan_c.inl | 3175 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 691 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
D | layer_validation_tests.cpp | 1029 vkDestroyDescriptorPool(device_->handle(), pool_, nullptr); in ~OneOffDescriptorSet() 3150 vkDestroyDescriptorPool(m_device->device(), bad_pool, NULL); in TEST_F() 8572 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 8622 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 9647 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 10371 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 10694 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 10933 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 11158 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() 11166 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F() [all …]
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 717 .vkDestroyDescriptorPool = anv_DestroyDescriptorPool, 1138 .vkDestroyDescriptorPool = gen7_DestroyDescriptorPool, 1559 .vkDestroyDescriptorPool = gen75_DestroyDescriptorPool, 1980 .vkDestroyDescriptorPool = gen8_DestroyDescriptorPool, 2401 .vkDestroyDescriptorPool = gen9_DestroyDescriptorPool, 2822 .vkDestroyDescriptorPool = gen10_DestroyDescriptorPool, 3301 return anv_device->dispatch.vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in anv_tramp_DestroyDescriptorPool() 3887 .vkDestroyDescriptorPool = anv_tramp_DestroyDescriptorPool,
|
D | anv_entrypoints.h | 82 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1330 …void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocation… in vkDestroyDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1332 return ::vkDestroyDescriptorPool( device, descriptorPool, pAllocator ); in vkDestroyDescriptorPool() 49723 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroyDescriptorPool() 49729 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroyDescriptorPool() 49736 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroy() 49742 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroy() 54739 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 55149 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( device ? vkGetDeviceProcAddr( device, "vkDe… in init()
|
D | vulkan_core.h | 3447 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1753 …void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocation… in vkDestroyDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1755 return ::vkDestroyDescriptorPool( device, descriptorPool, pAllocator); in vkDestroyDescriptorPool() 42854 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroyDescriptorPool() 42860 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroyDescriptorPool() 42867 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroy() 42873 …d.vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_… in destroy() 52586 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 52986 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool(device ? device.getProcAddr( "vkDestroyDescr… in init()
|
D | vulkan_core.h | 3400 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 3102 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3282 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3282 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3172 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|