Lines Matching refs:pnext
1592 VkBaseOutStructure *pnext;
1649 u.pnext = (VkBaseOutStructure *)pFeatures;
1650 while (u.pnext) {
1651 void *saved = u.pnext->pNext;
1652 switch (u.pnext->sType) {
1866 u.pnext->pNext = saved;
1867 u.pnext = u.pnext->pNext;
1884 VkBaseOutStructure *pnext;
1925 u.pnext = (VkBaseOutStructure *)pProperties;
1926 while (u.pnext) {
1927 void *saved = u.pnext->pNext;
1928 switch ((int32_t)u.pnext->sType) {
2171 u.pnext->pNext = saved;
2172 u.pnext = u.pnext->pNext;
2253 void *pnext = NULL;
2262 pnext = &local_info->external;
2267 pnext = &local_info->list;
2272 pnext = &local_info->stencil_usage;
2276 pnext = &local_info->modifier;
2282 if (pnext) {
2283 dst->pNext = pnext;
2284 dst = pnext;