Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dunique_objects.h123 struct GenericHeader { struct
131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext); in ContainsExtStruct() argument
138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext); in ContainsExtStruct()
Dparameter_validation_utils.h65 struct GenericHeader { struct
498 const GenericHeader *current = reinterpret_cast<const GenericHeader *>(next); in validate_struct_pnext()
523 current = reinterpret_cast<const GenericHeader *>(current->pNext); in validate_struct_pnext()
Dunique_objects.cpp349 … const GenericHeader *orig_pnext = reinterpret_cast<const GenericHeader *>(pAllocateInfo->pNext); in AllocateMemory()
350 GenericHeader *input_pnext = reinterpret_cast<GenericHeader *>(safe_allocate_info.get()); in AllocateMemory()
371 … input_pnext->pNext = reinterpret_cast<GenericHeader *>(safe_dedicated_allocate_info.get()); in AllocateMemory()
372 input_pnext = reinterpret_cast<GenericHeader *>(input_pnext->pNext); in AllocateMemory()
377 orig_pnext = reinterpret_cast<const GenericHeader *>(orig_pnext->pNext); in AllocateMemory()