Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dunique_objects.cpp349 … const GenericHeader *orig_pnext = reinterpret_cast<const GenericHeader *>(pAllocateInfo->pNext); in AllocateMemory() local
351 while (orig_pnext != nullptr) { in AllocateMemory()
352 … if (orig_pnext->sType == VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV) { in AllocateMemory()
354 … reinterpret_cast<const VkDedicatedAllocationMemoryAllocateInfoNV *>(orig_pnext)); in AllocateMemory()
377 orig_pnext = reinterpret_cast<const GenericHeader *>(orig_pnext->pNext); in AllocateMemory()