Home
last modified time | relevance | path

Searched refs:PoolFree (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp5885 class PoolFree class
5888 PoolFree() = default;
5890 PoolFree( OwnerType owner,
H A Dvulkan_handles.hpp7129 using deleter = PoolFree<Device, CommandPool, Dispatch>;
7171 using deleter = PoolFree<Device, DescriptorPool, Dispatch>;
H A Dvulkan_funcs.hpp3778 PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d ); in allocateDescriptorSetsUnique()
3810 PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d ); in allocateDescriptorSetsUnique()
4352 PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
4384 PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6079 class PoolFree class
6082 PoolFree() = default;
6084 PoolFree( OwnerType owner, PoolType pool, Dispatch const & dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) VULKAN_HPP_NOEXCEPT
H A Dvulkan_funcs.hpp3617 PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d ); in allocateDescriptorSetsUnique()
3643 PoolFree<Device, DescriptorPool, Dispatch> deleter( *this, allocateInfo.descriptorPool, d ); in allocateDescriptorSetsUnique()
4144 PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
4170 PoolFree<Device, CommandPool, Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
[all...]
H A Dvulkan_handles.hpp2055 using deleter = PoolFree<Device, DescriptorPool, Dispatch>;
2100 using deleter = PoolFree<Device, CommandPool, Dispatch>;

Completed in 165 milliseconds