Searched refs:variable_counts (Results 1 – 2 of 2) sorted by relevance
662 const VkDescriptorSetVariableDescriptorCountAllocateInfoEXT *variable_counts = in tu_AllocateDescriptorSets() local672 if (variable_counts) { in tu_AllocateDescriptorSets()673 if (i < variable_counts->descriptorSetCount) in tu_AllocateDescriptorSets()674 variable_count = variable_counts->pDescriptorCounts + i; in tu_AllocateDescriptorSets()
816 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_counts = in radv_AllocateDescriptorSets() local826 if (variable_counts) { in radv_AllocateDescriptorSets()827 if (i < variable_counts->descriptorSetCount) in radv_AllocateDescriptorSets()828 variable_count = variable_counts->pDescriptorCounts + i; in radv_AllocateDescriptorSets()