Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp6833 auto &bound_compat_ids = last_bound.compat_id_for_set; in UpdateLastBoundDescriptorSets() local
6838 assert(current_size == bound_compat_ids.size()); in UpdateLastBoundDescriptorSets()
6852 if (bound_compat_ids[last_binding_index] != pipe_compat_ids[last_binding_index]) { in UpdateLastBoundDescriptorSets()
6868 bound_compat_ids.resize(required_size); in UpdateLastBoundDescriptorSets()
6873 if (bound_compat_ids[set_idx] != pipe_compat_ids[set_idx]) { in UpdateLastBoundDescriptorSets()
6877 bound_compat_ids[set_idx] = pipe_compat_ids[set_idx]; in UpdateLastBoundDescriptorSets()
6893bound_compat_ids[set_idx] = pipe_compat_ids[set_idx]; // compat ids are canonical *per* set index in UpdateLastBoundDescriptorSets()