Lines Matching refs:currentCommandBuffer

253         SkASSERT(this->currentCommandBuffer());
254 this->currentCommandBuffer()->begin(this);
399 if (!this->currentCommandBuffer()) {
404 if (!this->currentCommandBuffer()->hasWork() && kForce_SyncQueue != sync &&
410 this->currentCommandBuffer()->callFinishedProcs();
569 if (!this->currentCommandBuffer()) {
623 this->currentCommandBuffer()->copyBufferToImage(this,
629 this->currentCommandBuffer()->addGrBuffer(std::move(transferBuffer));
641 if (!this->currentCommandBuffer()) {
689 this->currentCommandBuffer()->copyImageToBuffer(this, srcImage,
705 if (!this->currentCommandBuffer()) {
741 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(src->colorAttachment()));
742 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(dst));
743 this->currentCommandBuffer()->resolveImage(this, *src->colorAttachment(), *dstImage, 1,
926 if (!this->currentCommandBuffer()) {
1024 this->currentCommandBuffer()->copyBufferToImage(this,
1039 if (!this->currentCommandBuffer()) {
1091 this->currentCommandBuffer()->copyBufferToImage(this,
1105 if (!this->currentCommandBuffer()) {
1136 this->currentCommandBuffer()->copyBufferToImage(this, vkBuffer->vkBuffer(), uploadTexture,
1179 if (!this->currentCommandBuffer()) {
1206 this->currentCommandBuffer()->clearColorImage(this, texImage, &kZeroClearColor,
1285 if (!this->currentCommandBuffer()) {
1292 this->currentCommandBuffer()->copyBuffer(this, std::move(srcBuffer), std::move(dstBuffer), 1,
1298 if (!this->currentCommandBuffer()) {
1302 this->currentCommandBuffer()->updateBuffer(this, std::move(buffer), offset, size, src);
1543 if (!this->currentCommandBuffer()) {
1608 this->currentCommandBuffer()->blitImage(this,
1765 GrVkPrimaryCommandBuffer* cmdBuffer = this->currentCommandBuffer();
1867 GrVkPrimaryCommandBuffer* cmdBuffer = this->currentCommandBuffer();
2151 if (!this->currentCommandBuffer()) {
2155 this->currentCommandBuffer()->pipelineBarrier(this,
2167 if (!this->currentCommandBuffer()) {
2174 this->currentCommandBuffer()->pipelineBarrier(this,
2192 if (!this->currentCommandBuffer()) {
2196 this->currentCommandBuffer()->pipelineBarrier(this,
2252 this->currentCommandBuffer()->addGrBuffer(std::move(buffer));
2292 if (!this->currentCommandBuffer()) {
2334 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(src));
2335 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(dst));
2336 this->currentCommandBuffer()->copyImage(this,
2356 if (!this->currentCommandBuffer()) {
2408 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(src));
2409 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(dst));
2410 this->currentCommandBuffer()->blitImage(this,
2537 if (!this->currentCommandBuffer()) {
2602 this->currentCommandBuffer()->copyImageToBuffer(this,
2635 if (!this->currentCommandBuffer()) {
2655 return this->currentCommandBuffer()->beginRenderPass(
2662 SkASSERT(this->currentCommandBuffer());
2663 this->currentCommandBuffer()->endRenderPass(this);
2793 if (!this->currentCommandBuffer()) {
2796 this->currentCommandBuffer()->executeCommands(this, std::move(buffer));