• Home
  • Raw
  • Download

Lines Matching refs:CommandPool

972   class CommandPool  class
975 CommandPool() in CommandPool() function in vk::CommandPool
980 CommandPool(VkCommandPool commandPool) in CommandPool() function in vk::CommandPool
984 CommandPool& operator=(VkCommandPool commandPool) in operator =()
991 bool operator==(CommandPool const &rhs) const in operator ==()
996 bool operator!=(CommandPool const &rhs) const in operator !=()
1001 bool operator<(CommandPool const &rhs) const in operator <()
1027 …static_assert( sizeof( CommandPool ) == sizeof( VkCommandPool ), "handle and wrapper have differen…
7396 …CommandBufferAllocateInfo( CommandPool commandPool_ = CommandPool(), CommandBufferLevel level_ = C… in CommandBufferAllocateInfo()
7428 CommandBufferAllocateInfo& setCommandPool( CommandPool commandPool_ ) in setCommandPool()
7470 CommandPool commandPool;
16933 …andPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, CommandPool* pCommandPool )… in createCommandPool()
16939 …ResultValueType<CommandPool>::type createCommandPool( const CommandPoolCreateInfo & createInfo, Op… in createCommandPool()
16941 CommandPool commandPool; in createCommandPool()
16947 void destroyCommandPool( CommandPool commandPool, const AllocationCallbacks* pAllocator ) const in destroyCommandPool()
16953 …void destroyCommandPool( CommandPool commandPool, Optional<const AllocationCallbacks> allocator = … in destroyCommandPool()
16960 Result resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags ) const in resetCommandPool()
16967 …ResultValueType<void>::type resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags… in resetCommandPool()
16989 …void freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer… in freeCommandBuffers()
16995 …void freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers )… in freeCommandBuffers()