Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.h260 if (mFeatures.asyncCommandQueue.enabled) in getDriverPriority()
271 if (mFeatures.asyncCommandQueue.enabled) in getDeviceQueueIndex()
283 if (mFeatures.asyncCommandQueue.enabled) in getQueue()
360 if (mFeatures.asyncCommandQueue.enabled) in getLastCompletedQueueSerial()
374 if (mFeatures.asyncCommandQueue.enabled) in isCommandQueueBusy()
386 if (mFeatures.asyncCommandQueue.enabled) in ensureNoPendingWork()
DRendererVk.cpp1005 if (mFeatures.asyncCommandQueue.enabled) in onDestroy()
2189 if (mFeatures.asyncCommandQueue.enabled) in initializeDevice()
2770 ANGLE_FEATURE_CONDITION(&mFeatures, asyncCommandQueue, false); in initFeatures()
3143 if (mFeatures.asyncCommandQueue.enabled) in queueSubmitOneOff()
3391 if (mFeatures.asyncCommandQueue.enabled) in submitFrame()
3427 if (mFeatures.asyncCommandQueue.enabled) in handleDeviceLost()
3441 if (mFeatures.asyncCommandQueue.enabled) in finishToSerial()
3461 if (mFeatures.asyncCommandQueue.enabled) in waitForSerialWithUserTimeout()
3477 if (mFeatures.asyncCommandQueue.enabled) in finish()
3495 if (mFeatures.asyncCommandQueue.enabled) in checkCompletedCommands()
[all …]
DSurfaceVk.cpp1653 if (contextVk->getFeatures().asyncCommandQueue.enabled) in doDeferredAcquireNextImage()
/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesVk.h374 Feature asyncCommandQueue = {"asyncCommandQueue", FeatureCategory::VulkanFeatures, member