Home
last modified time | relevance | path

Searched refs:variable_counts (Results 1 – 4 of 4) sorted by relevance

/external/rappor/analysis/R/
Dngrams_simulation.R261 variable_counts <- ComputeCounts(sim$full_reports, sim$cohorts, params) functionVar
263 marginal <- Decode(variable_counts, updated_map$all_cohorts_map, params)$fit
265 marginal_full <- Decode(variable_counts, sim$full_map$all_cohorts_map, params)$fit
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.cc920 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in tu_AllocateDescriptorSets() local
922 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()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c994 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in radv_AllocateDescriptorSets() local
1003 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()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c1995 const struct VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in dzn_AllocateDescriptorSets() local
2003 variable_counts && variable_counts->descriptorSetCount ? in dzn_AllocateDescriptorSets()
2004 variable_counts->pDescriptorCounts[i] : 0; in dzn_AllocateDescriptorSets()