Searched refs:VulkanQueueFamilyToQueueCountMap (Results 1 – 7 of 7) sorted by relevance
76 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap77 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanQueueFamilyToQueueCountMap()80 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap99 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();
43 const VulkanQueueFamilyToQueueCountMap&
208 const VulkanQueueFamilyToQueueCountMap &211 static VulkanQueueFamilyToQueueCountMap queueFamilyToQueueCountMap(1); in getDefaultVulkanQueueFamilyToQueueCountMap()
56 class VulkanQueueFamilyToQueueCountMap;
138 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap =
493 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanDevice()