Home
last modified time | relevance | path

Searched defs:commandBuffers (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp472 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
611 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
788 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
1012 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
1181 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp126 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
DGfxstreamEnd2EndVkSnapshotImageTests.cpp456 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
DGfxstreamEnd2EndVkTests.cpp218 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
971 … auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local
/hardware/google/gfxstream/common/detector/
DVulkan.cpp951 … auto commandBuffers = VK_TRY_RV(mDevice->allocateCommandBuffersUnique(commandBufferAllocateInfo)); in DoCommandsImmediate() local
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp2866 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer, CommandBufferAllocator> commandBuffers( allocateI… in allocateCommandBuffers() local
2879 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer, CommandBufferAllocator> commandBuffers( allocateI… in allocateCommandBuffers() local
2893 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() local
2912 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() local
2937 …::CommandPool commandPool, VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuf… in freeCommandBuffers()
3673 …ndBuffer::executeCommands( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuf… in executeCommands()
Dvulkansc_raii.hpp2795 std::vector<VkCommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in CommandBuffers() local
Dvulkan_raii.hpp5684 std::vector<VkCommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in CommandBuffers() local