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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 133 uint32_t GetIndexFromGlobalIndex(const uint32_t global_index) const;
135 return GetTypeFromIndex(GetIndexFromGlobalIndex(global_index));
249 uint32_t GetIndexFromGlobalIndex(const uint32_t global_index) const {
250 return layout_id_->GetIndexFromGlobalIndex(global_index);
253 return GetTypeFromIndex(GetIndexFromGlobalIndex(global_index));
    [all...]
descriptor_sets.cpp 186 uint32_t cvdescriptorset::DescriptorSetLayoutDef::GetIndexFromGlobalIndex(const uint32_t global_index) const {
    [all...]

Completed in 43 milliseconds