Lines Matching refs:chain
258 // Advance the link info for the next element of the chain
272 // If the test needs to modify the api version, do it before we call down the chain
284 // Continue call down the chain
297 // next layer in the chain.
325 auto* chain = reinterpret_cast<const VkBaseInStructure*>(pCreateInfo->pNext);
326 while (chain) {
327 if (chain->sType == VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT) {
328 auto* debug_messenger = reinterpret_cast<const VkDebugUtilsMessengerCreateInfoEXT*>(chain);
336 chain = chain->pNext;
405 // Advance the link info for the next element on the chain