Searched refs:DeviceQueueMap (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.h | 187 class DeviceQueueMap; variable 216 DeviceQueueMap initializeQueueMap(VkDevice device, 228 class DeviceQueueMap : public angle::PackedEnumMap<egl::ContextPriority, VkQueue> 233 DeviceQueueMap() : mIndex(vk::QueueFamily::kInvalidIndex), mIsProtected(false) {} in DeviceQueueMap() function 234 DeviceQueueMap(uint32_t queueFamilyIndex, bool isProtected) in DeviceQueueMap() function 237 ~DeviceQueueMap(); 238 DeviceQueueMap &operator=(const DeviceQueueMap &other); 256 virtual angle::Result init(Context *context, const DeviceQueueMap &queueMap) = 0; 315 angle::Result init(Context *context, const DeviceQueueMap &queueMap) override; 430 DeviceQueueMap mQueueMap; [all …]
|
D | CommandProcessor.cpp | 533 angle::Result CommandProcessor::init(Context *context, const DeviceQueueMap &queueMap) in init() 781 angle::Result CommandQueue::init(Context *context, const vk::DeviceQueueMap &queueMap) in init() 1240 egl::ContextPriority DeviceQueueMap::getDevicePriority(egl::ContextPriority priority) const in getDevicePriority() 1245 DeviceQueueMap::~DeviceQueueMap() {} in ~DeviceQueueMap() 1247 DeviceQueueMap &DeviceQueueMap::operator=(const DeviceQueueMap &other) in operator =() 1283 DeviceQueueMap QueueFamily::initializeQueueMap(VkDevice device, in initializeQueueMap() 1295 DeviceQueueMap queueMap(mIndex, makeProtected); in initializeQueueMap()
|
D | RendererVk.cpp | 1885 vk::DeviceQueueMap graphicsQueueMap = in initializeDevice()
|