Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.cpp86 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in readImageData() local
92 device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in readImageData()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp121 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
126 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
184 device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp466 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
472 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
605 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
611 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
782 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
788 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
1006 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
1012 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
1175 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
1181 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkTests.cpp213 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
218 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
966 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
971 … auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp451 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local
456 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp946 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in DoCommandsImmediate() local
951 … auto commandBuffers = VK_TRY_RV(mDevice->allocateCommandBuffersUnique(commandBufferAllocateInfo)); in DoCommandsImmediate()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp963 …rator()(VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const & commandBufferAllocateInfo) const V… in operator ()()
966 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.sType ); in operator ()()
967 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.pNext ); in operator ()()
968 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.commandPool ); in operator ()()
969 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.level ); in operator ()()
970 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.commandBufferCount ); in operator ()()
Dvulkan_hash.hpp1949 …rator()(VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const & commandBufferAllocateInfo) const V… in operator ()()
1952 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.sType ); in operator ()()
1953 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.pNext ); in operator ()()
1954 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.commandPool ); in operator ()()
1955 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.level ); in operator ()()
1956 VULKAN_HPP_HASH_COMBINE( seed, commandBufferAllocateInfo.commandBufferCount ); in operator ()()