Home
last modified time | relevance | path

Searched refs:uniqueCommandBuffers (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp2896 …andle<VULKAN_HPP_NAMESPACE::CommandBuffer, Dispatch>, CommandBufferAllocator> uniqueCommandBuffers; in allocateCommandBuffersUnique() local
2897 uniqueCommandBuffers.reserve( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique()
2901uniqueCommandBuffers.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()
2920uniqueCommandBuffers.push_back( UniqueHandle<CommandBuffer, Dispatch>( commandBuffer, deleter ) ); in allocateCommandBuffersUnique()
2922 …alueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), std::move( uniqueCommandBuffers ) ); in allocateCommandBuffersUnique()