Lines Matching refs:total_count
6889 uint32_t total_count = 0;
6931 total_count += cur_icd_group_count;
6935 if (0 == total_count || 0 == inst->total_gpu_count) {
6946 inst, total_count * sizeof(VkPhysicalDeviceGroupProperties *), VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
6950 total_count);
6957 local_phys_dev_groups = loader_stack_alloc(sizeof(struct loader_physical_device_group_term) * total_count);
6959 memset(local_phys_dev_groups, 0, sizeof(struct loader_physical_device_group_term) * total_count);
6972 uint32_t count_this_time = total_count - cur_icd_group_count;
7087 res = linux_sort_physical_device_groups(inst, total_count, local_phys_dev_groups);
7094 windows_sort_physical_device_groups(inst, total_count, local_phys_dev_groups, sorted_count, sorted_phys_dev_array);
7102 for (uint32_t group = 0; group < total_count; group++) {
7130 for (uint32_t group = 0; group < total_count; group++) {
7176 total_count = idx;
7193 for (uint32_t i = 0; i < total_count; i++) {
7221 for (uint32_t j = 0; j < total_count; j++) {
7235 inst->phys_dev_group_count_term = total_count;
7266 *pPhysicalDeviceGroupCount = total_count;