Searched refs:nextChainTail (Results 1 – 1 of 1) sorted by relevance
260 vk_struct_common* nextChainTail = reinterpret_cast<vk_struct_common*>(&nextChain); in vk_insert_struct() local261 for (; nextChainTail->pNext; nextChainTail = nextChainTail->pNext) {} in vk_insert_struct()263 nextChainTail->pNext = reinterpret_cast<vk_struct_common*>(const_cast<void*>(pos.pNext)); in vk_insert_struct()