Lines Matching defs:chain
265 unreachable("instance chain info not found");
277 unreachable("device chain info not found");
282 clone_chain(const struct VkBaseInStructure *chain)
286 vk_foreach_struct_const(item, chain) {
304 free_chain(struct VkBaseOutStructure *chain)
306 while (chain) {
307 void *node = chain;
308 chain = chain->pNext;
2160 // Advance the link info for the next element on the chain
2221 // Advance the link info for the next element on the chain