• Home
  • Raw
  • Download

Lines Matching refs:commandBuffers

13452 …void executeCommands( ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch const &d = Disp…
15924 …rs( vk::CommandPool commandPool, ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch cons…
15931 …void free( vk::CommandPool commandPool, ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispat…
62903 … CommandBuffer::executeCommands( ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch cons… in executeCommands() argument
62905 …mdExecuteCommands( m_commandBuffer, commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in executeCommands()
63579 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local
63580 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers()
63581 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers()
63586 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local
63587 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers()
63588 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers()
63595 std::vector<UniqueHandle<CommandBuffer, Dispatch>, Allocator> commandBuffers; in allocateCommandBuffersUnique() local
63596 commandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
63597 … buffer = reinterpret_cast<CommandBuffer*>( reinterpret_cast<char*>( commandBuffers.data() ) + all… in allocateCommandBuffersUnique()
63604 commandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( buffer[i], deleter ) ); in allocateCommandBuffersUnique()
63608 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING "::Device::allocateC… in allocateCommandBuffersUnique()
63614 std::vector<UniqueHandle<CommandBuffer, Dispatch>, Allocator> commandBuffers( vectorAllocator ); in allocateCommandBuffersUnique() local
63615 commandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
63616 … buffer = reinterpret_cast<CommandBuffer*>( reinterpret_cast<char*>( commandBuffers.data() ) + all… in allocateCommandBuffersUnique()
63623 commandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( buffer[i], deleter ) ); in allocateCommandBuffersUnique()
63627 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING "::Device::allocateC… in allocateCommandBuffersUnique()
65616 …rs( vk::CommandPool commandPool, ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch cons… in freeCommandBuffers() argument
65618 …cast<VkCommandPool>( commandPool ), commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in freeCommandBuffers()
65629 …ee( vk::CommandPool commandPool, ArrayProxy<const vk::CommandBuffer> commandBuffers, Dispatch cons… in free() argument
65631 …cast<VkCommandPool>( commandPool ), commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in free()