Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp243 if (GetLayoutDef() == rh_ds_layout->GetLayoutDef()) return true; in IsCompatible()
245GetLayoutDef()->IsCompatible(layout_, rh_ds_layout->GetDescriptorSetLayout(), rh_ds_layout->GetLay… in IsCompatible()
Ddescriptor_sets.h215 const DescriptorSetLayoutDef *GetLayoutDef() const { return layout_id_.get(); } in GetLayoutDef() function