Lines Matching refs:commandBuffers

12126 …void executeCommands( ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const &d = Dispatch…
14373 …andBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons…
14380 …void free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch const…
47754 …void CommandBuffer::executeCommands( ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in executeCommands() argument
47756 …mdExecuteCommands( m_commandBuffer, commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in executeCommands()
48342 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local
48343 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers()
48344 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers()
48349 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local
48350 …erAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) ); in allocateCommandBuffers()
48351 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING"::Device::allocateCo… in allocateCommandBuffers()
48358 std::vector<UniqueHandle<CommandBuffer, Dispatch>, Allocator> commandBuffers; in allocateCommandBuffersUnique() local
48359 commandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
48360 … buffer = reinterpret_cast<CommandBuffer*>( reinterpret_cast<char*>( commandBuffers.data() ) + all… in allocateCommandBuffersUnique()
48366 commandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( buffer[i], deleter ) ); in allocateCommandBuffersUnique()
48369 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING "::Device::allocateC… in allocateCommandBuffersUnique()
48375 std::vector<UniqueHandle<CommandBuffer, Dispatch>, Allocator> commandBuffers( vectorAllocator ); in allocateCommandBuffersUnique() local
48376 commandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
48377 … buffer = reinterpret_cast<CommandBuffer*>( reinterpret_cast<char*>( commandBuffers.data() ) + all… in allocateCommandBuffersUnique()
48383 commandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( buffer[i], deleter ) ); in allocateCommandBuffersUnique()
48386 …return createResultValue( result, commandBuffers, VULKAN_HPP_NAMESPACE_STRING "::Device::allocateC… in allocateCommandBuffersUnique()
50355 …andBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in freeCommandBuffers() argument
50357 …cast<VkCommandPool>( commandPool ), commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in freeCommandBuffers()
50368 …vice::free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, Dispatch cons… in free() argument
50370 …cast<VkCommandPool>( commandPool ), commandBuffers.size() , reinterpret_cast<const VkCommandBuffer… in free()