Searched refs:PoolFree (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 3147 class PoolFree class 3150 PoolFree() = default; 3152 PoolFree( OwnerType owner, in PoolFree() function in VULKAN_HPP_NAMESPACE::PoolFree
|
D | vulkansc_funcs.hpp | 2501 PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d ); in allocateDescriptorSetsUnique() 2520 PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d ); in allocateDescriptorSetsUnique() 2898 PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique() 2917 PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
|
D | vulkansc_handles.hpp | 902 using deleter = PoolFree<Device, DescriptorPool, Dispatch>; 930 using deleter = PoolFree<Device, CommandPool, Dispatch>;
|
D | vulkan.hpp | 5490 class PoolFree class 5493 PoolFree() = default; 5495 PoolFree( OwnerType owner, in PoolFree() function in VULKAN_HPP_NAMESPACE::PoolFree
|