Lines Matching refs:group_count
180 perfcntr_index(const struct fd_perfcntr_group *group, uint32_t group_count, in perfcntr_index() argument
186 for (i = 0; i < group_count; i++) { in perfcntr_index()
195 assert(i < group_count); in perfcntr_index()
1648 uint32_t group_count; in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
1650 fd_perfcntrs(&phydev->dev_id, &group_count); in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
1656 for (int i = 0; i < group_count; i++) { in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
1696 uint32_t group_count = 0; in tu_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local
1699 fd_perfcntrs(&phydev->dev_id, &group_count); in tu_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
1701 uint32_t counters_requested[group_count]; in tu_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
1706 perfcntr_index(group, group_count, in tu_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
1713 for (uint32_t i = 0; i < group_count; i++) { in tu_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()