Searched refs:uniqueCommandBuffers (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2896 …andle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>, CommandBufferAllocator> uniqueCommandBuffers; in allocateCommandBuffersUnique() local 2897 uniqueCommandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() 2901 … uniqueCommandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( commandBuffer, deleter ) ); in allocateCommandBuffersUnique() 2903 …alueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), std::move( uniqueCommandBuffers ) ); in allocateCommandBuffersUnique() 2915 …_HPP_NAMESPACE::CommandBuffer, Dispatch>, CommandBufferAllocator> uniqueCommandBuffers( commandBuf… in allocateCommandBuffersUnique() local 2916 uniqueCommandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() 2920 … uniqueCommandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( commandBuffer, deleter ) ); in allocateCommandBuffersUnique() 2922 …alueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), std::move( uniqueCommandBuffers ) ); in allocateCommandBuffersUnique()
|