Home
last modified time | relevance | path

Searched refs:commandPool_ (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dvertex_buffer_test.cc140 commandPool_(MakeUnique<CommandPool>(device_.get())), in VertexBufferTest()
142 MakeUnique<CommandBuffer>(device_.get(), commandPool_.get())), in VertexBufferTest()
163 std::unique_ptr<CommandPool> commandPool_; member in amber::vulkan::__anon27554::VertexBufferTest
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp186 VulkanCommandMemoryConsumption (deUint64 commandPool_) in VulkanCommandMemoryConsumption()
187 : commandPool (commandPool_) in VulkanCommandMemoryConsumption()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1532 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
1534 : commandPool (commandPool_) in Parameters()
H A DvktMemoryDeviceMemoryReportTests.cpp1517 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
1519 : commandPool (commandPool_) in Parameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1493 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
1495 : commandPool (commandPool_) in Parameters()
H A DvktMemoryDeviceMemoryReportTests.cpp1511 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
1513 : commandPool (commandPool_) in Parameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2413 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
2415 : commandPool (commandPool_) in Parameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp2413 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
2415 : commandPool (commandPool_) in Parameters()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp11175 VULKAN_HPP_NAMESPACE::CommandPool commandPool_ = {},
11178 : commandPool( commandPool_ )
11206 CommandBufferAllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT
11208 commandPool = commandPool_;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp14478 VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ = {},
14483 , commandPool( commandPool_ )
14512 VULKAN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT
14514 commandPool = commandPool_;
[all...]

Completed in 111 milliseconds