Home
last modified time | relevance | path

Searched refs:mQueue (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.cpp210 if (mQueue == nullptr) { in GetQueue()
213 mQueue = allocation->object.get(); in GetQueue()
222 mQueue->refcount++; in GetQueue()
223 return ToAPI(mQueue); in GetQueue()
DDevice.h98 Queue* mQueue = nullptr; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp199 mQueue = nullptr; in ~DeviceBase()
203 mQueue = AcquireRef(defaultQueue); in Initialize()
375 mQueue->Tick(GetCompletedCommandSerial()); in Destroy()
450 mQueue->HandleDeviceLoss(); in HandleError()
1113 mQueue->Tick(mCompletedSerial); in Tick()
1125 ASSERT(mQueue != nullptr); in APIGetQueue()
1128 mQueue->Reference(); in APIGetQueue()
1129 return mQueue.Get(); in APIGetQueue()
1226 return mQueue.Get(); in GetQueue()
DDevice.h508 Ref<QueueBase> mQueue; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp218 return mQueue; in GetQueue()
270 CheckVkSuccess(fn.QueueSubmit(mQueue, 1, &submitInfo, fence), "vkQueueSubmit"), { in SubmitPendingCommands()
487 fn.GetDeviceQueue(mVkDevice, mQueueFamily, 0, &mQueue); in GatherQueueFromDevice()
861 VkResult waitIdleResult = VkResult::WrapUnsafe(fn.QueueWaitIdle(mQueue)); in WaitForIdleForDestruction()
DDeviceVk.h166 VkQueue mQueue = VK_NULL_HANDLE; variable