Lines Matching refs:pNextLink
182 .pNextLink = NULL,
243 chain_link->pNextLink = chain_head;
250 res = chain_head->pfnNextLayer(chain_head->pNextLink, pLayerName, pPropertyCount, pProperties);
259 chain_head = (VkEnumerateInstanceExtensionPropertiesChain *)chain_head->pNextLink;
288 .pNextLink = NULL,
349 chain_link->pNextLink = chain_head;
356 res = chain_head->pfnNextLayer(chain_head->pNextLink, pPropertyCount, pProperties);
365 chain_head = (VkEnumerateInstanceLayerPropertiesChain *)chain_head->pNextLink;
401 .pNextLink = NULL,
460 chain_link->pNextLink = chain_head;
467 res = chain_head->pfnNextLayer(chain_head->pNextLink, pApiVersion);
476 chain_head = (VkEnumerateInstanceVersionChain *)chain_head->pNextLink;