Lines Matching refs:fCurrentSecondaryCommandBuffer

183             loadFromResolve != LoadFromResolve::kLoad && SkToBool(fCurrentSecondaryCommandBuffer);
211 if (fCurrentSecondaryCommandBuffer) {
212 fCurrentSecondaryCommandBuffer->end(fGpu);
252 fCurrentSecondaryCommandBuffer = fGpu->cmdPool()->findOrCreateSecondaryCommandBuffer(fGpu);
253 if (!fCurrentSecondaryCommandBuffer) {
257 fCurrentSecondaryCommandBuffer->begin(fGpu, fFramebuffer.get(), fCurrentRenderPass);
275 fCurrentSecondaryCommandBuffer = fFramebuffer->externalCommandBuffer();
276 if (!fCurrentSecondaryCommandBuffer) {
289 if (fCurrentSecondaryCommandBuffer) {
290 return fCurrentSecondaryCommandBuffer.get();
302 fGpu->currentCommandBuffer()->nexSubpass(fGpu, SkToBool(fCurrentSecondaryCommandBuffer));
328 std::move(fCurrentSecondaryCommandBuffer));
332 if (fCurrentSecondaryCommandBuffer) {
333 fGpu->submitSecondaryCommandBuffer(std::move(fCurrentSecondaryCommandBuffer));
395 if (fCurrentSecondaryCommandBuffer) {
399 fCurrentSecondaryCommandBuffer.release()->recycle(fGpu->cmdPool());
581 fCurrentSecondaryCommandBuffer = fGpu->cmdPool()->findOrCreateSecondaryCommandBuffer(fGpu);
582 if (!fCurrentSecondaryCommandBuffer) {
586 fCurrentSecondaryCommandBuffer->begin(fGpu, fFramebuffer.get(), fCurrentRenderPass);
600 if (fCurrentSecondaryCommandBuffer) {
601 fCurrentSecondaryCommandBuffer->end(fGpu);
602 fGpu->submitSecondaryCommandBuffer(std::move(fCurrentSecondaryCommandBuffer));
616 if (fCurrentSecondaryCommandBuffer && !this->wrapsSecondaryCommandBuffer()) {
617 fCurrentSecondaryCommandBuffer->end(fGpu);
847 if (!fCurrentSecondaryCommandBuffer) {
856 SkASSERT(fCurrentSecondaryCommandBuffer);
859 vkInfo.fSecondaryCommandBuffer = fCurrentSecondaryCommandBuffer->vkCommandBuffer();