Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
Dvk_util.h259 void vk_insert_struct(T& pos, U& nextChain) { in vk_insert_struct() argument
260 vk_struct_common* nextChainTail = reinterpret_cast<vk_struct_common*>(&nextChain); in vk_insert_struct()
264 pos.pNext = &nextChain; in vk_insert_struct()