Lines Matching defs:chain
277 unreachable("instance chain info not found");
289 unreachable("device chain info not found");
294 clone_chain(const struct VkBaseInStructure *chain)
298 vk_foreach_struct_const(item, chain) {
316 free_chain(struct VkBaseOutStructure *chain)
318 while (chain) {
319 void *node = chain;
320 chain = chain->pNext;
2514 // Advance the link info for the next element on the chain
2589 // Advance the link info for the next element on the chain