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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 119 uint32_t GetDescriptorCountFromIndex(const uint32_t) const;
121 return GetDescriptorCountFromIndex(GetIndexFromBinding(binding));
233 uint32_t GetDescriptorCountFromIndex(const uint32_t index) const { return layout_id_->GetDescriptorCountFromIndex(index); }
478 uint32_t GetDescriptorCountFromIndex(const uint32_t index) const { return p_layout_->GetDescriptorCountFromIndex(index); };
    [all...]
descriptor_sets.cpp 162 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetDescriptorCountFromIndex(const uint32_t index) const {
    [all...]
core_validation.cpp     [all...]

Completed in 69 milliseconds