Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h88 class DescriptorSetLayoutDef {
91 DescriptorSetLayoutDef(const VkDescriptorSetLayoutCreateInfo *p_create_info);
177 static inline bool operator==(const DescriptorSetLayoutDef &lhs, const DescriptorSetLayoutDef &rhs)…
184 …torSetLayoutDict = hash_util::Dictionary<DescriptorSetLayoutDef, hash_util::HasHashMember<Descript…
200 const DescriptorSetLayoutDef *GetLayoutDef() const { return layout_id_.get(); } in GetLayoutDef()
262 using BindingTypeStats = DescriptorSetLayoutDef::BindingTypeStats;
Ddescriptor_sets.cpp57 using DescriptorSetLayoutDef = cvdescriptorset::DescriptorSetLayoutDef; typedef
64 return descriptor_set_layout_dict.look_up(DescriptorSetLayoutDef(p_create_info)); in GetCanonicalId()
69 cvdescriptorset::DescriptorSetLayoutDef::DescriptorSetLayoutDef(const VkDescriptorSetLayoutCreateIn… in DescriptorSetLayoutDef() function in cvdescriptorset::DescriptorSetLayoutDef
137 size_t cvdescriptorset::DescriptorSetLayoutDef::hash() const { in hash()
149 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetIndexFromBinding(uint32_t binding) const { in GetIndexFromBinding()
154 VkDescriptorSetLayoutBinding const *cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorSetLayout… in GetDescriptorSetLayoutBindingPtrFromIndex()
160 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorCountFromIndex(const uint32_t index)… in GetDescriptorCountFromIndex()
165 VkDescriptorType cvdescriptorset::DescriptorSetLayoutDef::GetTypeFromIndex(const uint32_t index) co… in GetTypeFromIndex()
171 VkShaderStageFlags cvdescriptorset::DescriptorSetLayoutDef::GetStageFlagsFromIndex(const uint32_t i… in GetStageFlagsFromIndex()
177 VkDescriptorBindingFlagsEXT cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorBindingFlagsFromI… in GetDescriptorBindingFlagsFromIndex()
[all …]
Dcore_validation_types.h60 class DescriptorSetLayoutDef; variable
1077 using DescriptorSetLayoutDef = cvdescriptorset::DescriptorSetLayoutDef;
1078 using DescriptorSetLayoutId = std::shared_ptr<const DescriptorSetLayoutDef>;