Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp6834 auto &pipe_compat_ids = pipeline_layout->compat_for_set; in UpdateLastBoundDescriptorSets() local
6852 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()