Searched refs:variable_count_info (Results 1 – 1 of 1) sorted by relevance
2259 …const auto *variable_count_info = lvl_find_in_chain<VkDescriptorSetVariableDescriptorCountAllocate… in PerformAllocateDescriptorSets() local2260 …bool variable_count_valid = variable_count_info && variable_count_info->descriptorSetCount == p_al… in PerformAllocateDescriptorSets()2264 … uint32_t variable_count = variable_count_valid ? variable_count_info->pDescriptorCounts[i] : 0; in PerformAllocateDescriptorSets()