Lines Matching refs:pNext
159 const VkBaseInStructure *pNext = pFeatures->pNext;
160 while (pNext != NULL) {
161 switch (pNext->sType) {
165 VkPhysicalDeviceMultiviewFeaturesKHR *multiview_features = (VkPhysicalDeviceMultiviewFeaturesKHR *)pNext;
170 pNext = multiview_features->pNext;
175 "vkGetPhysicalDeviceFeatures2: Emulation found unrecognized structure type in pFeatures->pNext - "
178 pNext = pNext->pNext;
215 const VkBaseInStructure *pNext = pProperties->pNext;
216 while (pNext != NULL) {
217 switch (pNext->sType) {
219 VkPhysicalDeviceIDPropertiesKHR *id_properties = (VkPhysicalDeviceIDPropertiesKHR *)pNext;
233 pNext = id_properties->pNext;
239 "pProperties->pNext - this struct will be ignored");
241 pNext = pNext->pNext;
278 if (pFormatProperties->pNext != NULL) {
281 "pFormatProperties->pNext - this struct will be ignored");
314 // If there is more info in either pNext, then this is unsupported
315 if (pImageFormatInfo->pNext != NULL || pImageFormatProperties->pNext != NULL) {
374 if (pQueueFamilyProperties[i].pNext != NULL) {
377 "pQueueFamilyProperties[%d].pNext - this struct will be ignored",
414 if (pMemoryProperties->pNext != NULL) {
417 "pMemoryProperties->pNext - this struct will be ignored");
451 if (pFormatInfo->pNext != NULL) {
454 "pFormatInfo->pNext - this struct will be ignored");
481 if (pProperties[i].pNext != NULL) {
484 "pProperties[%d].pNext - this struct will be ignored",
518 if (pExternalBufferInfo->pNext != NULL) {
521 "pExternalBufferInfo->pNext - this struct will be ignored");
527 if (pExternalBufferProperties->pNext != NULL) {
530 "pExternalBufferProperties->pNext - this struct will be ignored");
563 if (pExternalSemaphoreInfo->pNext != NULL) {
566 "pExternalSemaphoreInfo->pNext - this struct will be ignored");
574 if (pExternalSemaphoreProperties->pNext != NULL) {
577 "pExternalSemaphoreProperties->pNext - this struct will be ignored");
608 if (pExternalFenceInfo->pNext != NULL) {
611 "pExternalFenceInfo->pNext - this struct will be ignored");
619 if (pExternalFenceProperties->pNext != NULL) {
622 "pExternalFenceProperties->pNext - this struct will be ignored");