Searched refs:pipe_compat_ids (Results 1 – 1 of 1) sorted by relevance
6834 auto &pipe_compat_ids = pipeline_layout->compat_for_set; in UpdateLastBoundDescriptorSets() local6852 if (bound_compat_ids[last_binding_index] != pipe_compat_ids[last_binding_index]) { 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()