Searched defs:CommandPool (Results 1 – 11 of 11) sorted by relevance
26 class CommandPool : public Object<CommandPool, VkCommandPool> class
23 CommandPool::CommandPool(const VkCommandPoolCreateInfo *pCreateInfo, void *mem) in CommandPool() function in vk::CommandPool
22 CommandPool::CommandPool(Device* device) : device_(device) {} in CommandPool() function in amber::vulkan::CommandPool
34 class CommandPool; variable
37 class CommandPool; variable
77 class CommandPool; variable727 explicit CommandPool() : NonDispHandle() {} in CommandPool() function728 … explicit CommandPool(const Device &dev, const VkCommandPoolCreateInfo &info) { init(dev, info); } in CommandPool() function
825 NON_DISPATCHABLE_HANDLE_DTOR(CommandPool, vkDestroyCommandPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
2172 struct CommandPool struct2174 typedef VkCommandPool Type;2176 struct Parameters2185 struct Resources2190 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()2195 …tic Move<VkCommandPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
530 class CommandPool class533 CommandPool (VkDevice device, const VkCommandPoolCreateInfo*) in CommandPool() function in vk::__anon2ef59b070111::CommandPool
13861 class CommandPool class13869 VULKAN_HPP_CONSTEXPR CommandPool() in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool13873 VULKAN_HPP_CONSTEXPR CommandPool( std::nullptr_t ) in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool13877 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool
16243 class CommandPool class16251 VULKAN_HPP_CONSTEXPR CommandPool() VULKAN_HPP_NOEXCEPT in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool16255 VULKAN_HPP_CONSTEXPR CommandPool( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool16259 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() function in VULKAN_HPP_NAMESPACE::CommandPool