Home
last modified time | relevance | path

Searched refs:kForce_SyncQueue (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ganesh/mtl/
DGrMtlGpu.h57 kForce_SyncQueue, enumerator
DGrMtlGpu.mm123 this->submitCommandBuffer(SyncQueue::kForce_SyncQueue);
205 if (sync == SyncQueue::kForce_SyncQueue) {
218 bool didCommit = fCurrentCmdBuffer->commit(sync == SyncQueue::kForce_SyncQueue);
286 return this->submitCommandBuffer(kForce_SyncQueue);
1383 this->submitCommandBuffer(kForce_SyncQueue);
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp431 if (!this->currentCommandBuffer()->hasWork() && kForce_SyncQueue != sync && in submitCommandBuffer()
449 if (didSubmit && sync == kForce_SyncQueue) { in submitCommandBuffer()
553 if (!this->submitCommandBuffer(kForce_SyncQueue)) { in onWritePixels()
2150 SkAssertResult(this->submitCommandBuffer(kForce_SyncQueue)); in deleteTestingOnlyBackendRenderTarget()
2269 return this->submitCommandBuffer(kForce_SyncQueue); in onSubmitToGpu()
2635 if (!this->submitCommandBuffer(kForce_SyncQueue)) { in onReadPixels()
DGrVkGpu.h205 kForce_SyncQueue, enumerator