Home | History | Annotate | Download | only in tests

Lines Matching defs:CommandBuffer

412 void Queue::submit(const std::vector<const CommandBuffer *> &cmds,
431 void Queue::submit(const CommandBuffer &cmd, Fence &fence) {
432 submit(std::vector<const CommandBuffer *>(1, &cmd), fence);
435 void Queue::submit(const CommandBuffer &cmd) {
790 CommandBuffer::~CommandBuffer() {
797 void CommandBuffer::init(const Device &dev,
812 void CommandBuffer::begin(const VkCommandBufferBeginInfo *info) {
816 void CommandBuffer::begin() {
834 void CommandBuffer::end() {
838 void CommandBuffer::reset(VkCommandBufferResetFlags flags) {