Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def82 vkDestroyDescriptorPool
DVkGetProcAddress.cpp141 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyDescriptorPool),
DlibVulkan.cpp1091 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool… in vkDestroyDescriptorPool() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl97 …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…
DvkInitDeviceFunctionPointers.inl63 …royDescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
DvkNullDriverImpl.inl2027 VK_NULL_FUNC_ENTRY(vkDestroyDescriptorPool, destroyDescriptorPool),
DvkVulkan_c.inl3175 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/skqp/src/compute/hs/vk/bench/
Dmain.c1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c1177 vkDestroyDescriptorPool(device,desc_pool,NULL); in main()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp691 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
Dlayer_validation_tests.cpp1029 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/
Danv_entrypoints.c717 .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,
Danv_entrypoints.h82 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; member
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1330 …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
55149vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( device ? vkGetDeviceProcAddr( device, "vkDe… in init()
Dvulkan_core.h3447 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/swiftshader/include/vulkan/
Dvulkan.hpp1753 …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
52986vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool(device ? device.getProcAddr( "vkDestroyDescr… in init()
Dvulkan_core.h3400 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/mesa3d/include/vulkan/
Dvulkan.h3102 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3282 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3282 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3172 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(