HomeSort by relevance Sort by last modified time
    Searched refs:layout_id_ (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 207 bool HasBinding(const uint32_t binding) const { return layout_id_->HasBinding(binding); }
215 const DescriptorSetLayoutDef *GetLayoutDef() const { return layout_id_.get(); }
216 DescriptorSetLayoutId GetLayoutId() const { return layout_id_; }
217 uint32_t GetTotalDescriptorCount() const { return layout_id_->GetTotalDescriptorCount(); };
218 uint32_t GetDynamicDescriptorCount() const { return layout_id_->GetDynamicDescriptorCount(); };
219 uint32_t GetBindingCount() const { return layout_id_->GetBindingCount(); };
220 VkDescriptorSetLayoutCreateFlags GetCreateFlags() const { return layout_id_->GetCreateFlags(); }
222 uint32_t GetIndexFromBinding(uint32_t binding) const { return layout_id_->GetIndexFromBinding(binding); }
225 uint32_t GetMaxBinding() const { return layout_id_->GetMaxBinding(); }
227 return layout_id_->GetDescriptorSetLayoutBindingPtrFromIndex(index)
286 DescriptorSetLayoutId layout_id_; member in class:cvdescriptorset::DescriptorSetLayout
    [all...]
descriptor_sets.cpp 366 : layout_(layout), layout_destroyed_(false), layout_id_(GetCanonicalId(p_create_info)) {}
    [all...]

Completed in 73 milliseconds