Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h185 using DescriptorSetLayoutId = DescriptorSetLayoutDict::Id; variable
201 DescriptorSetLayoutId GetLayoutId() const { return layout_id_; } in GetLayoutId()
342 DescriptorSetLayoutId layout_id_;
Ddescriptor_sets.cpp58 using DescriptorSetLayoutId = cvdescriptorset::DescriptorSetLayoutId; typedef
63 DescriptorSetLayoutId GetCanonicalId(const VkDescriptorSetLayoutCreateInfo *p_create_info) { in GetCanonicalId()
Dcore_validation_types.h1078 using DescriptorSetLayoutId = std::shared_ptr<const DescriptorSetLayoutDef>;
1079 using PipelineLayoutSetLayoutsDef = std::vector<DescriptorSetLayoutId>;