Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlGpu.h48 kForce_SyncQueue, enumerator
DGrMtlGpu.mm128 if (SyncQueue::kForce_SyncQueue == sync) {
582 this->submitCommandBuffer(kForce_SyncQueue);
803 this->submitCommandBuffer(kForce_SyncQueue);
/external/skia/src/gpu/mtl/
DGrMtlGpu.h53 kForce_SyncQueue, enumerator
DGrMtlGpu.mm186 this->submitCommandBuffer(SyncQueue::kForce_SyncQueue);
239 if (sync == SyncQueue::kForce_SyncQueue) {
254 if (!fCurrentCmdBuffer->commit(sync == SyncQueue::kForce_SyncQueue)) {
319 return this->submitCommandBuffer(kForce_SyncQueue);
1321 this->submitCommandBuffer(kForce_SyncQueue);
/external/skqp/src/gpu/vk/
DGrVkGpu.h72 kForce_SyncQueue, enumerator
DGrVkGpu.cpp411 this->submitCommandBuffer(kForce_SyncQueue); in onWritePixels()
1750 this->submitCommandBuffer(kForce_SyncQueue); in deleteTestingOnlyBackendRenderTarget()
1756 this->submitCommandBuffer(kForce_SyncQueue); in testingOnly_flushGpuAndSync()
2191 this->submitCommandBuffer(kForce_SyncQueue); in onReadPixels()
DGrVkCommandBuffer.cpp568 if (GrVkGpu::kForce_SyncQueue == sync) { in submitToQueue()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp385 if (!this->currentCommandBuffer()->hasWork() && kForce_SyncQueue != sync && in submitCommandBuffer()
403 if (didSubmit && sync == kForce_SyncQueue) { in submitCommandBuffer()
508 if (!this->submitCommandBuffer(kForce_SyncQueue)) { in onWritePixels()
1967 SkAssertResult(this->submitCommandBuffer(kForce_SyncQueue)); in deleteTestingOnlyBackendRenderTarget()
2086 return this->submitCommandBuffer(kForce_SyncQueue); in onSubmitToGpu()
2426 if (!this->submitCommandBuffer(kForce_SyncQueue)) { in onReadPixels()
DGrVkGpu.h202 kForce_SyncQueue, enumerator