Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h196 using DescriptorSetLayoutId = DescriptorSetLayoutDict::Id; variable
216 DescriptorSetLayoutId GetLayoutId() const { return layout_id_; } in GetLayoutId()
286 DescriptorSetLayoutId layout_id_;
Dcore_validation_types.h616 using DescriptorSetLayoutId = std::shared_ptr<const DescriptorSetLayoutDef>;
617 using PipelineLayoutSetLayoutsDef = std::vector<DescriptorSetLayoutId>;
Ddescriptor_sets.cpp56 using DescriptorSetLayoutId = cvdescriptorset::DescriptorSetLayoutId; typedef
61 DescriptorSetLayoutId GetCanonicalId(const VkDescriptorSetLayoutCreateInfo *p_create_info) { in GetCanonicalId()