Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h89 class DescriptorSetLayoutDef {
92 DescriptorSetLayoutDef(const VkDescriptorSetLayoutCreateInfo *p_create_info);
106 …bool IsCompatible(VkDescriptorSetLayout, VkDescriptorSetLayout, DescriptorSetLayoutDef const *cons…
188 static inline bool operator==(const DescriptorSetLayoutDef &lhs, const DescriptorSetLayoutDef &rhs)…
195 …torSetLayoutDict = hash_util::Dictionary<DescriptorSetLayoutDef, hash_util::HasHashMember<Descript…
215 const DescriptorSetLayoutDef *GetLayoutDef() const { return layout_id_.get(); } in GetLayoutDef()
280 using BindingTypeStats = DescriptorSetLayoutDef::BindingTypeStats;
Ddescriptor_sets.cpp55 using DescriptorSetLayoutDef = cvdescriptorset::DescriptorSetLayoutDef; typedef
62 return descriptor_set_layout_dict.look_up(DescriptorSetLayoutDef(p_create_info)); in GetCanonicalId()
67 cvdescriptorset::DescriptorSetLayoutDef::DescriptorSetLayoutDef(const VkDescriptorSetLayoutCreateIn… in DescriptorSetLayoutDef() function in cvdescriptorset::DescriptorSetLayoutDef
139 size_t cvdescriptorset::DescriptorSetLayoutDef::hash() const { in hash()
151 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetIndexFromBinding(uint32_t binding) const { in GetIndexFromBinding()
156 VkDescriptorSetLayoutBinding const *cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorSetLayout… in GetDescriptorSetLayoutBindingPtrFromIndex()
162 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorCountFromIndex(const uint32_t index)… in GetDescriptorCountFromIndex()
167 VkDescriptorType cvdescriptorset::DescriptorSetLayoutDef::GetTypeFromIndex(const uint32_t index) co… in GetTypeFromIndex()
173 VkShaderStageFlags cvdescriptorset::DescriptorSetLayoutDef::GetStageFlagsFromIndex(const uint32_t i… in GetStageFlagsFromIndex()
179 VkDescriptorBindingFlagsEXT cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorBindingFlagsFromI… in GetDescriptorBindingFlagsFromIndex()
[all …]
Dcore_validation_types.h58 class DescriptorSetLayoutDef; variable
615 using DescriptorSetLayoutDef = cvdescriptorset::DescriptorSetLayoutDef;
616 using DescriptorSetLayoutId = std::shared_ptr<const DescriptorSetLayoutDef>;