Lines Matching defs:total_count

939     uint32_t total_count = 0;
959 res = inst->disp->layer_inst_disp.EnumeratePhysicalDeviceGroupsKHX(instance, &total_count, NULL);
971 inst, total_count * sizeof(VkPhysicalDeviceGroupPropertiesKHX *), VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
976 total_count);
980 memset(new_phys_dev_groups, 0, total_count * sizeof(VkPhysicalDeviceGroupPropertiesKHX *));
984 local_phys_dev_groups = loader_stack_alloc(sizeof(VkPhysicalDeviceGroupPropertiesKHX) * total_count);
989 total_count);
994 memset(local_phys_dev_groups, 0, sizeof(VkPhysicalDeviceGroupPropertiesKHX) * total_count);
995 for (uint32_t group = 0; group < total_count; group++) {
1002 res = inst->disp->layer_inst_disp.EnumeratePhysicalDeviceGroupsKHX(instance, &total_count, local_phys_dev_groups);
1012 for (uint32_t group = 0; group < total_count; group++) {
1034 for (uint32_t new_idx = 0; new_idx < total_count; new_idx++) {
1071 total_count = new_idx;
1084 for (uint32_t i = 0; i < total_count; i++) {
1089 total_count = 0;
1096 for (uint32_t j = 0; j < total_count; j++) {
1110 inst->phys_dev_group_count_tramp = total_count;
1120 uint32_t total_count = 0;
1160 total_count += cur_icd_group_count;
1166 inst, total_count * sizeof(VkPhysicalDeviceGroupPropertiesKHX *), VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
1171 total_count);
1175 memset(new_phys_dev_groups, 0, total_count * sizeof(VkPhysicalDeviceGroupPropertiesKHX *));
1179 local_phys_dev_groups = loader_stack_alloc(sizeof(VkPhysicalDeviceGroupPropertiesKHX) * total_count);
1184 total_count);
1189 memset(local_phys_dev_groups, 0, sizeof(VkPhysicalDeviceGroupPropertiesKHX) * total_count);
1190 for (uint32_t group = 0; group < total_count; group++) {
1199 uint32_t count_this_time = total_count - cur_icd_group_count;
1242 for (uint32_t group = 0; group < total_count; group++) {
1264 for (uint32_t new_idx = 0; new_idx < total_count; new_idx++) {
1301 total_count = new_idx;
1314 for (uint32_t i = 0; i < total_count; i++) {
1319 total_count = 0;
1326 for (uint32_t j = 0; j < total_count; j++) {
1340 inst->phys_dev_group_count_term = total_count;