Home
last modified time | relevance | path

Searched refs:mQueue (Results 1 – 12 of 12) 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/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFence.cpp40 mQueue(queue) { in FenceBase()
93 return mQueue.Get(); in GetQueue()
DFence.h63 Ref<QueueBase> mQueue; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp78 if (fn.QueueWaitIdle(mQueue) != VK_SUCCESS) { in ~Device()
242 return mQueue; in GetQueue()
303 if (fn.QueueSubmit(mQueue, 1, &submitInfo, fence) != VK_SUCCESS) { in SubmitPendingCommands()
401 fn.GetDeviceQueue(mVkDevice, mQueueFamily, 0, &mQueue); in GatherQueueFromDevice()
DDeviceVk.h114 VkQueue mQueue = VK_NULL_HANDLE; 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
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp494 mQueue(VK_NULL_HANDLE),
1028 vkGetDeviceQueue(mDevice, mCurrentQueueFamilyIndex, 0, &mQueue); in initializeDevice()
1499 ANGLE_VK_TRY(context, vkQueueSubmit(mQueue, 1, &submitInfo, fence.getHandle())); in queueSubmit()
1511 ANGLE_VK_TRY(context, vkQueueWaitIdle(mQueue)); in queueWaitIdle()
1527 return vkQueuePresentKHR(mQueue, &presentInfo); in queuePresent()
DRendererVk.h204 VkQueue mQueue; variable