Home
last modified time | relevance | path

Searched refs:CommandPool (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp506 class CommandPool class
509 CommandPool (VkDevice device, const VkCommandPoolCreateInfo*) in CommandPool() function in vk::__anonf2a27ab90111::CommandPool
512 ~CommandPool (void);
523 CommandPool::~CommandPool (void) in ~CommandPool()
529 VkCommandBuffer CommandPool::allocate (VkCommandBufferLevel level) in allocate()
546 void CommandPool::free (VkCommandBuffer buffer) in free()
1227CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)pAllocateInfo->commandPool… in allocateCommandBuffers()
1238 CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)commandPool.getInternal()); in freeCommandBuffers()
DvkNullDriverImpl.inl115 …VK_NULL_RETURN((*pCommandPool = allocateNonDispHandle<CommandPool, VkCommandPool>(device, pCreateI…
341 freeNonDispHandle<CommandPool, VkCommandPool>(commandPool, pAllocator);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2215 struct CommandPool struct
2235 return getSafeObjectCount<CommandPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent()
2258 CommandPool::Parameters commandPool;
2261 Parameters (const CommandPool::Parameters& commandPool_, in Parameters()
2270 Dependency<CommandPool> commandPool;
2816 CaseDescription<CommandPool> commandPool;
2996 static const NamedParameters<CommandPool> s_commandPoolCases[] = in createObjectManagementTests()
2998 { "command_pool", CommandPool::Parameters((VkCommandPoolCreateFlags)0) }, in createObjectManagementTests()
2999 { "command_pool_transient", CommandPool::Parameters(VK_COMMAND_POOL_CREATE_TRANSIENT_BIT) } in createObjectManagementTests()
3003 …{ "command_buffer_primary", CommandBuffer::Parameters(CommandPool::Parameters((VkCommandPoolCreat… in createObjectManagementTests()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestbinding.h76 class CommandPool; variable
683 class CommandPool : public internal::NonDispHandle<VkCommandPool> {
685 ~CommandPool();
687 explicit CommandPool() : NonDispHandle() {} in CommandPool() function
688 … explicit CommandPool(const Device &dev, const VkCommandPoolCreateInfo &info) { init(dev, info); } in CommandPool() function
695 inline VkCommandPoolCreateInfo CommandPool::create_info(uint32_t queue_family_index, VkCommandPoolC… in create_info()
Dvktestbinding.cpp718 NON_DISPATCHABLE_HANDLE_DTOR(CommandPool, vkDestroyCommandPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
720 void CommandPool::init(const Device &dev, const VkCommandPoolCreateInfo &info) { in NON_DISPATCHABLE_HANDLE_DTOR()
Dvkrenderframework.h175 class VkCommandPoolObj : public vk_testing::CommandPool {
Dvkrenderframework.cpp1532 init(*device, vk_testing::CommandPool::create_info(queue_family_index, flags)); in VkCommandPoolObj()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp1351 class CommandPool class
1354 CommandPool() in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
1358 CommandPool( std::nullptr_t ) in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
1362 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
1367 CommandPool & operator=(VkCommandPool commandPool) in operator =()
1374 CommandPool & operator=( std::nullptr_t ) in operator =()
1380 bool operator==( CommandPool const & rhs ) const in operator ==()
1385 bool operator!=(CommandPool const & rhs ) const in operator !=()
1390 bool operator<(CommandPool const & rhs ) const in operator <()
1416 …static_assert( sizeof( CommandPool ) == sizeof( VkCommandPool ), "handle and wrapper have differen…
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp334 vk::CommandPool cmd_pool;
335 vk::CommandPool present_cmd_pool;