Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp6831 auto &bound_sets = last_bound.boundDescriptorSets; in UpdateLastBoundDescriptorSets() local
6836 const uint32_t current_size = static_cast<uint32_t>(bound_sets.size()); in UpdateLastBoundDescriptorSets()
6855 if (push_descriptor_cleanup(bound_sets[set_idx])) break; in UpdateLastBoundDescriptorSets()
6866 bound_sets.resize(required_size); in UpdateLastBoundDescriptorSets()
6874 push_descriptor_cleanup(bound_sets[set_idx]); in UpdateLastBoundDescriptorSets()
6875 bound_sets[set_idx] = nullptr; in UpdateLastBoundDescriptorSets()
6890 push_descriptor_cleanup(bound_sets[set_idx]); in UpdateLastBoundDescriptorSets()
6892 bound_sets[set_idx] = descriptor_set; in UpdateLastBoundDescriptorSets()