Searched refs:commandPoolCreateInfo (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
| D | ClearImageBenchmarks.cpp | 52 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/ |
| 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()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | VulkanHelper.cpp | 343 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/ |
| D | vktMemoryAddressBindingTests.cpp | 1472 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local 1480 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
|
| D | vktMemoryDeviceMemoryReportTests.cpp | 1490 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/ |
| D | vktMemoryAddressBindingTests.cpp | 1511 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local 1519 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
|
| D | vktMemoryDeviceMemoryReportTests.cpp | 1496 const VkCommandPoolCreateInfo commandPoolCreateInfo = in create() local 1504 return createCommandPool(env.vkd, env.device, &commandPoolCreateInfo); in create()
|
| /third_party/vulkan-headers/include/vulkan/ |
| 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 ()()
|