Searched refs:bound_compat_ids (Results 1 – 1 of 1) sorted by relevance
6833 auto &bound_compat_ids = last_bound.compat_id_for_set; in UpdateLastBoundDescriptorSets() local6838 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()6893 … bound_compat_ids[set_idx] = pipe_compat_ids[set_idx]; // compat ids are canonical *per* set index in UpdateLastBoundDescriptorSets()