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