Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp52 vk::CommandPoolCreateInfo commandPoolCreateInfo; in initialize() local
53 commandPoolCreateInfo.queueFamilyIndex = tester.getQueueFamilyIndex(); in initialize()
55 commandPool = device.createCommandPool(commandPoolCreateInfo); in initialize()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
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()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp343 VkCommandPoolCreateInfo commandPoolCreateInfo = { in initialize() local
349 result = vkCreateCommandPool(mDevice, &commandPoolCreateInfo, nullptr, &mCommandPool); in initialize()
433 VkCommandPoolCreateInfo commandPoolCreateInfo = { in initializeFromANGLE() local
439 vkResult = vkCreateCommandPool(mDevice, &commandPoolCreateInfo, nullptr, &mCommandPool); in initializeFromANGLE()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1472 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local
1480 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
DvktMemoryDeviceMemoryReportTests.cpp1490 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local
1498 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp1511 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local
1519 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
DvktMemoryDeviceMemoryReportTests.cpp1496 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local
1504 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
/third_party/vulkan-headers/include/vulkan/
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 ()()