Home | History | Annotate | Download | only in tests

Lines Matching full:draw_cmd

2477     VkCommandBuffer draw_cmd;
2492 err = vkAllocateCommandBuffers(m_device->device(), &cmd, &draw_cmd);
2505 vkBeginCommandBuffer(draw_cmd, &cmd_buf_info);
2513 vkFreeCommandBuffers(m_device->device(), m_commandPool, 1, &draw_cmd);