Lines Matching refs:submit
407 // we are not submitting the command buffer and may never come back around to submit it.
426 // We must delete any drawables that had to wait until submit to destroy.
429 // If we didn't submit the command buffer then we did not wait on any semaphores. We will
439 // Even if we did not submit the command buffer, we drop all the signal semaphores since we will
441 // will be notified that the semaphores were not submit so that they will not try to wait on
2137 // something in the command buffer may still be using this, so force submit
2190 // VkImage back to the original queue. In this state we don't submit anymore work and we may not
2616 // We need to submit the current command buffer to the Queue and make sure it finishes before
2799 void GrVkGpu::submit(GrOpsRenderPass* renderPass) {
2802 fCachedOpsRenderPass->submit();
2883 // TODO: should we have a way to notify the caller that this has failed? Currently if the submit