Searched refs:newDeviceQueueIndex (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.h | 1115 DeviceQueueIndex newDeviceQueueIndex, 2803 bool isQueueFamilyChangeNeccesary(DeviceQueueIndex newDeviceQueueIndex) const in isQueueFamilyChangeNeccesary() argument 2805 return mCurrentDeviceQueueIndex.familyIndex() != newDeviceQueueIndex.familyIndex(); in isQueueFamilyChangeNeccesary() 2811 DeviceQueueIndex newDeviceQueueIndex, 2828 DeviceQueueIndex newDeviceQueueIndex, 3172 DeviceQueueIndex newDeviceQueueIndex, 3181 DeviceQueueIndex newDeviceQueueIndex, 3189 DeviceQueueIndex newDeviceQueueIndex,
|
D | vk_helpers.cpp | 5898 DeviceQueueIndex newDeviceQueueIndex, in acquireFromExternal() argument 5901 changeQueueFamily(externalQueueFamilyIndex.familyIndex(), newDeviceQueueIndex.familyIndex(), in acquireFromExternal() 5903 mCurrentDeviceQueueIndex = newDeviceQueueIndex; in acquireFromExternal() 7738 DeviceQueueIndex newDeviceQueueIndex, in changeLayoutAndQueue() argument 7743 ASSERT(isQueueFamilyChangeNeccesary(newDeviceQueueIndex)); in changeLayoutAndQueue() 7747 recordBarrierImpl(context, aspectMask, newLayout, newDeviceQueueIndex, nullptr, commandBuffer, in changeLayoutAndQueue() 7755 DeviceQueueIndex newDeviceQueueIndex, in acquireFromExternal() argument 7773 changeLayoutAndQueue(context, getAspectFlags(), mCurrentLayout, newDeviceQueueIndex, in acquireFromExternal() 7881 DeviceQueueIndex newDeviceQueueIndex, in barrierImpl() argument 7915 initImageMemoryBarrierStruct(renderer, aspectMask, newLayout, newDeviceQueueIndex.familyIndex(), in barrierImpl() [all …]
|