Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp54 vk::CommandPoolCreateInfo commandPoolCreateInfo; in initialize() local
55 commandPoolCreateInfo.queueFamilyIndex = tester.getQueueFamilyIndex(); in initialize()
57 commandPool = device.createCommandPool(commandPoolCreateInfo); in initialize()
H A DComputeBenchmarks.cpp246 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 DDrawTester.cpp327 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/
DGfxstreamEnd2EndTestUtils.cpp82 const vkhpp::CommandPoolCreateInfo commandPoolCreateInfo = { in readImageData() local
86 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in readImageData()
DGfxstreamEnd2EndVkTests.cpp132 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/
Dsecondary_command_buffer.cpp272 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 DVulkanHelper.cpp325 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/
Dsample_base.cpp215 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 DVulkanPreTransformTestHelpers.cpp750 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in init() local
756 VK_CALL(vkCreateCommandPool(mDeviceInfo->device(), &commandPoolCreateInfo, nullptr, in init()
/aosp_15_r20/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()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp522 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 DvktMemoryAddressBindingTests.cpp1488 const VkCommandPoolCreateInfo commandPoolCreateInfo = { in create() local
1495 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
H A DvktMemoryDeviceMemoryReportTests.cpp1472 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/
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 ()()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp2150 …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/
Dvulkan_hash.hpp2150 …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/
Dvulkan_hash.hpp2150 …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/
Dvulkan_hash.hpp2150 …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/
Dvulkan_hash.hpp2194 …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/
Dvulkan_hash.hpp2194 …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/
Dvulkan_hash.hpp2194 …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/
Dvulkan_hash.hpp2194 …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 Dvulkan_hash.hpp2365 …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 Dvulkan_hash.hpp2325 …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 ()()

12