Searched defs:DeviceQueueMap (Results 1 – 1 of 1) sorted by relevance
187 class DeviceQueueMap; variable233 DeviceQueueMap() : mIndex(vk::QueueFamily::kInvalidIndex), mIsProtected(false) {} in DeviceQueueMap() function234 DeviceQueueMap(uint32_t queueFamilyIndex, bool isProtected) in DeviceQueueMap() function