Lines Matching refs:CommandPool

12483   class CommandPool  class
12486 VULKAN_HPP_CONSTEXPR CommandPool() in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
12490 VULKAN_HPP_CONSTEXPR CommandPool( std::nullptr_t ) in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
12494 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
12499 CommandPool & operator=(VkCommandPool commandPool) in operator =()
12506 CommandPool & operator=( std::nullptr_t ) in operator =()
12512 bool operator==( CommandPool const & rhs ) const in operator ==()
12517 bool operator!=(CommandPool const & rhs ) const in operator !=()
12522 bool operator<(CommandPool const & rhs ) const in operator <()
12545 …static_assert( sizeof( CommandPool ) == sizeof( VkCommandPool ), "handle and wrapper have differen…
13379 …aits<CommandBuffer, Dispatch> { public: using deleter = PoolFree<Device, CommandPool, Dispatch>; };
13381 …template <typename Dispatch> class UniqueHandleTraits<CommandPool, Dispatch> { public: using delet…
13382 using UniqueCommandPool = UniqueHandle<CommandPool, DispatchLoaderStatic>;
13623 …andPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, CommandPool* pCommandPool, …
13626 …ResultValueType<CommandPool>::type createCommandPool( const CommandPoolCreateInfo & createInfo, Op…
13629 …typename ResultValueType<UniqueHandle<CommandPool,Dispatch>>::type createCommandPoolUnique( const …
14019 …void destroyCommandPool( CommandPool commandPool, const AllocationCallbacks* pAllocator, Dispatch …
14022 …void destroyCommandPool( CommandPool commandPool, Optional<const AllocationCallbacks> allocator = …
14026 …void destroy( CommandPool commandPool, const AllocationCallbacks* pAllocator, Dispatch const &d = …
14029 …void destroy( CommandPool commandPool, Optional<const AllocationCallbacks> allocator = nullptr, Di…
14370 …void freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer…
14373 …void freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, …
14377 …void free( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer* pCommandBuff…
14380 …void free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const…
14885 …Result resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags, Dispatch const &d =…
14888 …ResultValueType<void>::type resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags…
14944 …void trimCommandPool( CommandPool commandPool, CommandPoolTrimFlags flags = CommandPoolTrimFlags()…
14947 …void trimCommandPoolKHR( CommandPool commandPool, CommandPoolTrimFlags flags = CommandPoolTrimFlag…
20942 CommandBufferAllocateInfo( CommandPool commandPool_ = CommandPool(), in CommandBufferAllocateInfo()
20967 CommandBufferAllocateInfo & setCommandPool( CommandPool commandPool_ ) in setCommandPool()
21014 CommandPool commandPool;
48363 PoolFree<Device,CommandPool,Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
48380 PoolFree<Device,CommandPool,Dispatch> deleter( *this, allocateInfo.commandPool, d ); in allocateCommandBuffersUnique()
48669 …andPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, CommandPool* pCommandPool, … in createCommandPool()
48675 …VULKAN_HPP_INLINE ResultValueType<CommandPool>::type Device::createCommandPool( const CommandPoolC… in createCommandPool()
48677 CommandPool commandPool; in createCommandPool()
48683 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<CommandPool,Dispatch>>::type Device::creat… in createCommandPoolUnique()
48685 CommandPool commandPool; in createCommandPoolUnique()
48689 …return createResultValue<CommandPool,Dispatch>( result, commandPool, VULKAN_HPP_NAMESPACE_STRING":… in createCommandPoolUnique()
49695 …VULKAN_HPP_INLINE void Device::destroyCommandPool( CommandPool commandPool, const AllocationCallba… in destroyCommandPool()
49701 …VULKAN_HPP_INLINE void Device::destroyCommandPool( CommandPool commandPool, Optional<const Allocat… in destroyCommandPool()
49708 …VULKAN_HPP_INLINE void Device::destroy( CommandPool commandPool, const AllocationCallbacks* pAlloc… in destroy()
49714 …VULKAN_HPP_INLINE void Device::destroy( CommandPool commandPool, Optional<const AllocationCallback… in destroy()
50349 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool commandPool, uint32_t commandBuffer… in freeCommandBuffers()
50355 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool commandPool, ArrayProxy<const Comma… in freeCommandBuffers()
50362 …VULKAN_HPP_INLINE void Device::free( CommandPool commandPool, uint32_t commandBufferCount, const C… in free()
50368 …VULKAN_HPP_INLINE void Device::free( CommandPool commandPool, ArrayProxy<const CommandBuffer> comm… in free()
51665 …VULKAN_HPP_INLINE Result Device::resetCommandPool( CommandPool commandPool, CommandPoolResetFlags … in resetCommandPool()
51671 …VULKAN_HPP_INLINE ResultValueType<void>::type Device::resetCommandPool( CommandPool commandPool, C… in resetCommandPool()
51788 …VULKAN_HPP_INLINE void Device::trimCommandPool( CommandPool commandPool, CommandPoolTrimFlags flag… in trimCommandPool()
51794 …VULKAN_HPP_INLINE void Device::trimCommandPool( CommandPool commandPool, CommandPoolTrimFlags flag… in trimCommandPool()
51802 …VULKAN_HPP_INLINE void Device::trimCommandPoolKHR( CommandPool commandPool, CommandPoolTrimFlags f… in trimCommandPoolKHR()
51808 …VULKAN_HPP_INLINE void Device::trimCommandPoolKHR( CommandPool commandPool, CommandPoolTrimFlags f… in trimCommandPoolKHR()