Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp89 contextVk->getDeviceQueueIndex(), commandBuffer); in wait()
116 contextVk->getDeviceQueueIndex(), layout, commandBuffer); in wait()
DCommandQueue.h181 DeviceQueueIndex getDeviceQueueIndex(egl::ContextPriority priority) const in getDeviceQueueIndex() function
306 DeviceQueueIndex getDeviceQueueIndex(egl::ContextPriority priority) const in getDeviceQueueIndex() function
308 return mQueueMap.getDeviceQueueIndex(priority); in getDeviceQueueIndex()
DMemoryObjectVk.cpp251 contextVk->getDeviceQueueIndex(), flags)); in createImage()
Dvk_renderer.h223 const DeviceQueueIndex getDeviceQueueIndex(egl::ContextPriority priority) const in getDeviceQueueIndex() function
225 return mCommandQueue.getDeviceQueueIndex(priority); in getDeviceQueueIndex()
230 return mCommandQueue.getDeviceQueueIndex(egl::ContextPriority::Medium); in getDefaultDeviceQueueIndex()
DDisplayVk.cpp190 mDeviceQueueIndex = mRenderer->getDeviceQueueIndex(egl::ContextPriority::Medium); in initialize()
Dvk_helpers.cpp5645 mCurrentDeviceQueueIndex = context->getDeviceQueueIndex(); in initializeBarrierTracker()
6953 context->getDeviceQueueIndex(), &commandBuffer, in initializeNonZeroMemory()
7081 mCurrentDeviceQueueIndex = context->getDeviceQueueIndex(); in initMemory()
7372 mCurrentDeviceQueueIndex = context->getDeviceQueueIndex(); in init2DWeakReference()
8052 recordBarrierImpl(context, aspectMask, newLayout, context->getDeviceQueueIndex(), in recordWriteBarrier()
8081 recordBarrierImpl(context, aspectMask, newLayout, context->getDeviceQueueIndex(), in recordReadSubresourceBarrier()
8107 recordBarrierImpl(context, aspectMask, newLayout, context->getDeviceQueueIndex(), in recordReadBarrier()
8137 const bool hasQueueChange = mCurrentDeviceQueueIndex != context->getDeviceQueueIndex(); in updateLayoutAndBarrier()
8260 context->getDeviceQueueIndex().familyIndex(), in updateLayoutAndBarrier()
8341 mCurrentDeviceQueueIndex = context->getDeviceQueueIndex(); in updateLayoutAndBarrier()
[all …]
Dvk_utils.h365 const DeviceQueueIndex &getDeviceQueueIndex() const { return mDeviceQueueIndex; } in getDeviceQueueIndex() function
DContextVk.h397 mDeviceQueueIndex = mRenderer->getDeviceQueueIndex(mContextPriority); in setPriority()
DContextVk.cpp1188 mDeviceQueueIndex = renderer->getDeviceQueueIndex(mContextPriority);