Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dunique_objects.h131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext); in ContainsExtStruct() local
133 while (ext_struct != nullptr) { in ContainsExtStruct()
134 if (ext_struct->sType == ext_type) { in ContainsExtStruct()
138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext); in ContainsExtStruct()