Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.cpp80 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in readImageData() local
84 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in readImageData()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp458 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
463 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
597 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
602 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
774 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
779 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
998 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
1003 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
1167 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
1172 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp114 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
118 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkTests.cpp206 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
210 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
961 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
964 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp444 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local
448 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp234 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in Load() local
237 auto commandPool = VK_EXPECT_RV(device->createCommandPoolUnique(commandPoolCreateInfo)); in Load()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp521 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in setUpCommandPool() local
528 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCreateInfo, nullptr, &commandPool)); in setUpCommandPool()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1038 …_t operator()(VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo) const VUL… in operator ()()
1041 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()()
1042 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()()
1043 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()()
1044 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
Dvulkan_hash.hpp2078 …_t operator()(VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo) const VUL… in operator ()()
2081 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()()
2082 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()()
2083 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()()
2084 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()