Searched refs:VulkanQueueFamilyToQueueCountMap (Results 1 – 7 of 7) sorted by relevance
75 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap76 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanQueueFamilyToQueueCountMap()79 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap98 VulkanQueueFamilyToQueueCountMap::~VulkanQueueFamilyToQueueCountMap() {} in ~VulkanQueueFamilyToQueueCountMap()
105 class VulkanQueueFamilyToQueueCountMap : public VulkanMap<uint32_t, uint32_t> { class107 VulkanQueueFamilyToQueueCountMap(108 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap);111 VulkanQueueFamilyToQueueCountMap(uint32_t numQueuesPerFamily = 0);112 virtual ~VulkanQueueFamilyToQueueCountMap();
209 const VulkanQueueFamilyToQueueCountMap &212 static VulkanQueueFamilyToQueueCountMap queueFamilyToQueueCountMap(1); in getDefaultVulkanQueueFamilyToQueueCountMap()
44 const VulkanQueueFamilyToQueueCountMap&
56 class VulkanQueueFamilyToQueueCountMap;
139 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap =
495 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanDevice()