Searched refs:ds_data (Results 1 – 1 of 1) sorted by relevance
2428 … cvdescriptorset::AllocateDescriptorSetsData *ds_data) { in UpdateAllocateDescriptorSetsData() argument2432 ds_data->layout_nodes[i] = layout; in UpdateAllocateDescriptorSetsData()2437 ds_data->required_descriptors_by_type[typeIndex] += binding_layout->descriptorCount; in UpdateAllocateDescriptorSetsData()2445 … const cvdescriptorset::AllocateDescriptorSetsData *ds_data) { in ValidateAllocateDescriptorSets() argument2479 …for (auto it = ds_data->required_descriptors_by_type.begin(); it != ds_data->required_descriptors_… in ValidateAllocateDescriptorSets()2480 …if (ds_data->required_descriptors_by_type.at(it->first) > pool_state->availableDescriptorTypeCount… in ValidateAllocateDescriptorSets()2486 …ds_data->required_descriptors_by_type.at(it->first), string_VkDescriptorType(VkDescriptorType(it->… in ValidateAllocateDescriptorSets()2522 … const cvdescriptorset::AllocateDescriptorSetsData *ds_data, in PerformAllocateDescriptorSets() argument2529 …for (auto it = ds_data->required_descriptors_by_type.begin(); it != ds_data->required_descriptors_… in PerformAllocateDescriptorSets()2530 …pool_state->availableDescriptorTypeCount[it->first] -= ds_data->required_descriptors_by_type.at(it… in PerformAllocateDescriptorSets()[all …]