Searched defs:allocateCommandBuffer (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRefUtil.cpp53 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo) function in namespace:vk
119 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, function in namespace:vk
134 return allocateCommandBuffer(vk, device, &allocInfo);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1268 Move<vk::VkCommandBuffer> allocateCommandBuffer (Context& context, vk::VkCommandPool cmdPool) function in namespace:vkt::__anon4673
1270 return vk::allocateCommandBuffer(context.getDeviceInterface(), context.getDevice(), cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY);
1403 , m_cmdBuffer (allocateCommandBuffer(context, *m_cmdPool))

Completed in 254 milliseconds