Searched refs:variable_counts (Results 1 – 4 of 4) sorted by relevance
261 variable_counts <- ComputeCounts(sim$full_reports, sim$cohorts, params) functionVar263 marginal <- Decode(variable_counts, updated_map$all_cohorts_map, params)$fit265 marginal_full <- Decode(variable_counts, sim$full_map$all_cohorts_map, params)$fit
920 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in tu_AllocateDescriptorSets() local922 if (variable_counts && !variable_counts->descriptorSetCount) in tu_AllocateDescriptorSets()923 variable_counts = NULL; in tu_AllocateDescriptorSets()934 variable_counts ? variable_counts->pDescriptorCounts[i] : 0, &set); in tu_AllocateDescriptorSets()
994 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in radv_AllocateDescriptorSets() local1003 if (layout->has_variable_descriptors && variable_counts) { in radv_AllocateDescriptorSets()1004 if (i < variable_counts->descriptorSetCount) in radv_AllocateDescriptorSets()1005 variable_count = variable_counts->pDescriptorCounts + i; in radv_AllocateDescriptorSets()
1995 const struct VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in dzn_AllocateDescriptorSets() local2003 variable_counts && variable_counts->descriptorSetCount ? in dzn_AllocateDescriptorSets()2004 variable_counts->pDescriptorCounts[i] : 0; in dzn_AllocateDescriptorSets()