Searched refs:getDeviceQueueIndex (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SemaphoreVk.cpp | 89 contextVk->getDeviceQueueIndex(), commandBuffer); in wait() 116 contextVk->getDeviceQueueIndex(), layout, commandBuffer); in wait()
|
D | CommandQueue.h | 181 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()
|
D | MemoryObjectVk.cpp | 251 contextVk->getDeviceQueueIndex(), flags)); in createImage()
|
D | vk_renderer.h | 223 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()
|
D | DisplayVk.cpp | 190 mDeviceQueueIndex = mRenderer->getDeviceQueueIndex(egl::ContextPriority::Medium); in initialize()
|
D | vk_helpers.cpp | 5645 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 …]
|
D | vk_utils.h | 365 const DeviceQueueIndex &getDeviceQueueIndex() const { return mDeviceQueueIndex; } in getDeviceQueueIndex() function
|
D | ContextVk.h | 397 mDeviceQueueIndex = mRenderer->getDeviceQueueIndex(mContextPriority); in setPriority()
|
D | ContextVk.cpp | 1188 mDeviceQueueIndex = renderer->getDeviceQueueIndex(mContextPriority);
|