Searched refs:commandBufferAllocateInfo (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 86 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in readImageData() local 92 device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 121 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()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 466 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()
|
D | GfxstreamEnd2EndVkTests.cpp | 213 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()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 451 const vkhpp::CommandBufferAllocateInfo commandBufferAllocateInfo = { in TEST_P() local 456 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 946 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/ |
D | vulkansc_hash.hpp | 963 …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 ()()
|
D | vulkan_hash.hpp | 1949 …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 ()()
|