Home | History | Annotate | Download | only in vulkan

Lines Matching refs:pnext

69       img->memory_requirements[i].pNext = &img->dedicated_requirements[i];
72 img->dedicated_requirements[i].pNext = NULL;
97 .pNext =
127 vk_foreach_struct_const(src, create_info->pNext) {
128 void *pnext = NULL;
132 pnext = &info->list;
136 pnext = &info->stencil;
142 if (pnext) {
143 dst->pNext = pnext;
144 dst = pnext;
147 dst->pNext = NULL;
262 vk_find_struct_const(pCreateInfo->pNext,
346 VkBaseOutStructure *pnext;
353 vk_find_struct_const(pInfo->pNext,
369 while (u.pnext) {
370 switch (u.pnext->sType) {
384 u.pnext = u.pnext->pNext;
600 vk_find_struct_const(pCreateInfo->pNext, EXTERNAL_FORMAT_ANDROID);