Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2428 … cvdescriptorset::AllocateDescriptorSetsData *ds_data) { in UpdateAllocateDescriptorSetsData() argument
2432 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() argument
2479 …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()
2486ds_data->required_descriptors_by_type.at(it->first), string_VkDescriptorType(VkDescriptorType(it->… in ValidateAllocateDescriptorSets()
2522 … const cvdescriptorset::AllocateDescriptorSetsData *ds_data, in PerformAllocateDescriptorSets() argument
2529 …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 …]