Searched refs:commandPoolCreateInfo (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 80 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in readImageData() local 84 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 458 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()
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 114 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local 118 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 206 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()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 444 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local 448 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 234 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in Load() local 237 auto commandPool = VK_EXPECT_RV(device->createCommandPoolUnique(commandPoolCreateInfo)); in Load()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 521 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/ |
D | vulkansc_hash.hpp | 1038 …_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 ()()
|
D | vulkan_hash.hpp | 2078 …_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 ()()
|