Searched defs:CommandPool (Results 1 – 3 of 3) sorted by relevance
65 class CommandPool; variable662 explicit CommandPool() : NonDispHandle() {} in CommandPool() function663 explicit CommandPool(const Device &dev, in CommandPool() function
784 NON_DISPATCHABLE_HANDLE_DTOR(CommandPool, vkDestroyCommandPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
1967 struct CommandPool struct1969 typedef VkCommandPool Type;1971 struct Parameters1980 struct Resources1985 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()1990 …tic Move<VkCommandPool> create (const Environment& env, const Resources&, const Parameters& params) in create()