/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 54 vk::CommandPoolCreateInfo commandPoolCreateInfo; in initialize() local 55 commandPoolCreateInfo.queueFamilyIndex = tester.getQueueFamilyIndex(); in initialize() 57 commandPool = device.createCommandPool(commandPoolCreateInfo); in initialize()
|
H A D | ComputeBenchmarks.cpp | 246 vk::CommandPoolCreateInfo commandPoolCreateInfo; in initialize() local 247 commandPoolCreateInfo.queueFamilyIndex = 0; // TODO: Don't assume queue family 0 can do compute. in initialize() 248 commandPoolCreateInfo.flags = vk::CommandPoolCreateFlagBits::eResetCommandBuffer; in initialize() 249 commandPool = device.createCommandPool(commandPoolCreateInfo); in initialize()
|
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 327 vk::CommandPoolCreateInfo commandPoolCreateInfo; in createCommandBuffers() local 328 commandPoolCreateInfo.queueFamilyIndex = queueFamilyIndex; in createCommandBuffers() 329 commandPoolCreateInfo.flags = vk::CommandPoolCreateFlagBits::eResetCommandBuffer; in createCommandBuffers() 330 commandPool = device.createCommandPool(commandPoolCreateInfo); in createCommandBuffers()
|
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 82 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in readImageData() local 86 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in readImageData()
|
D | GfxstreamEnd2EndVkTests.cpp | 132 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { local 136 GFXSTREAM_EXPECT_VKHPP_RV(vk.device->createCommandPoolUnique(commandPoolCreateInfo)); 1328 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local 1332 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() 2126 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local 2129 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() 2269 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in TEST_P() local 2274 GFXSTREAM_ASSERT_VKHPP_RV(device->createCommandPoolUnique(commandPoolCreateInfo)); in TEST_P()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/ |
D | secondary_command_buffer.cpp | 272 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in CreateSwapchainDependents() local 277 VK_EXPECT_RV(mDevice->createCommandPoolUnique(commandPoolCreateInfo)); in CreateSwapchainDependents()
|
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 325 VkCommandPoolCreateInfo commandPoolCreateInfo = { in initialize() local 331 result = vkCreateCommandPool(mDevice, &commandPoolCreateInfo, nullptr, &mCommandPool); in initialize() 429 VkCommandPoolCreateInfo commandPoolCreateInfo = { in initializeFromANGLE() local 435 vkResult = vkCreateCommandPool(mDevice, &commandPoolCreateInfo, nullptr, &mCommandPool); in initializeFromANGLE()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/ |
D | sample_base.cpp | 215 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in StartUpBase() local 226 VK_EXPECT_RV(mDevice->createCommandPoolUnique(commandPoolCreateInfo)); in StartUpBase() 1082 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in DoCommandsImmediate() local 1086 VK_EXPECT_RV(mDevice->createCommandPoolUnique(commandPoolCreateInfo)); in DoCommandsImmediate()
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | VulkanPreTransformTestHelpers.cpp | 750 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in init() local 756 VK_CALL(vkCreateCommandPool(mDeviceInfo->device(), &commandPoolCreateInfo, nullptr, in init()
|
/aosp_15_r20/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()
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 522 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in setUpCommandPool() local 529 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCreateInfo, nullptr, &commandPool)); in setUpCommandPool()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1488 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in create() local 1495 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1472 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in create() local 1479 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
|
/aosp_15_r20/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 ()()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2150 …operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VULK… in operator ()() 2153 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2154 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2155 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2156 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2150 …operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VULK… in operator ()() 2153 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2154 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2155 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2156 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2150 …operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VULK… in operator ()() 2153 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2154 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2155 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2156 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2150 …operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VULK… in operator ()() 2153 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2154 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2155 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2156 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2194 …t operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VU… in operator ()() 2197 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2198 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2199 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2200 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2194 …t operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VU… in operator ()() 2197 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2198 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2199 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2200 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2194 …t operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VU… in operator ()() 2197 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2198 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2199 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2200 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 2194 …t operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VU… in operator ()() 2197 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2198 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2199 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2200 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_hash.hpp | 2365 …t operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VU… in operator ()() 2368 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2369 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2370 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2371 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan_hash.hpp | 2325 …t operator()( VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & commandPoolCreateInfo ) const VU… in operator ()() 2328 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.sType ); in operator ()() 2329 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.pNext ); in operator ()() 2330 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.flags ); in operator ()() 2331 VULKAN_HPP_HASH_COMBINE( seed, commandPoolCreateInfo.queueFamilyIndex ); in operator ()()
|