• Home
  • Raw
  • Download

Lines Matching refs:commandBuffers

38005 …void executeCommands( ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const &d = Dispatch…
38914 …void CommandBuffer::executeCommands( ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in executeCommands() argument
38916 …mdExecuteCommands( m_commandBuffer, commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in executeCommands()
40758 …andBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons…
40765 …void free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const…
43186 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local
43187 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers()
43188 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers()
43193 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local
43194 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers()
43195 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers()
43202 std::vector<UniqueCommandBuffer, Allocator> commandBuffers; in allocateCommandBuffersUnique() local
43203 commandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
43204 … buffer = reinterpret_cast<CommandBuffer*>( reinterpret_cast<char*>( commandBuffers.data() ) + all… in allocateCommandBuffersUnique()
43210 commandBuffers.push_back( UniqueCommandBuffer( buffer[i], deleter ) ); in allocateCommandBuffersUnique()
43213 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING "::Device::allocateC… in allocateCommandBuffersUnique()
43219 std::vector<UniqueCommandBuffer, Allocator> commandBuffers; in allocateCommandBuffersUnique() local
43220 commandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
43221 … buffer = reinterpret_cast<CommandBuffer*>( reinterpret_cast<char*>( commandBuffers.data() ) + all… in allocateCommandBuffersUnique()
43227 commandBuffers.push_back( UniqueCommandBuffer( buffer[i], deleter ) ); in allocateCommandBuffersUnique()
43230 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING "::Device::allocateC… in allocateCommandBuffersUnique()
43242 …andBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in freeCommandBuffers() argument
43244 …cast<VkCommandPool>( commandPool ), commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in freeCommandBuffers()
43255 …vice::free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in free() argument
43257 …cast<VkCommandPool>( commandPool ), commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in free()