Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h642 … typedef std::unordered_map<uint32_t, CMD_BUFFER_STATE::ImageLayoutUpdateCount> VersionedBindings; typedef
647 …std::unordered_map<const PIPELINE_STATE *, VersionedBindings> image_samplers; // Tested vs. chang…
Ddescriptor_sets.cpp1231 const VersionedBindings *image_sample_version = nullptr; in FilterBindingReqs()