Lines Matching refs:nextInfo
1384 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateFence() local
1385 while(nextInfo) in vkCreateFence()
1387 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateFence()
1388 nextInfo = nextInfo->pNext; in vkCreateFence()
1442 for(const auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateSemaphore() local
1443 nextInfo != nullptr; nextInfo = nextInfo->pNext) in vkCreateSemaphore()
1445 switch(nextInfo->sType) in vkCreateSemaphore()
1452 …st VkSemaphoreTypeCreateInfo *info = reinterpret_cast<const VkSemaphoreTypeCreateInfo *>(nextInfo); in vkCreateSemaphore()
1457 WARN("nextInfo->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateSemaphore()
1670 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateBuffer() local
1671 while(nextInfo) in vkCreateBuffer()
1673 switch(nextInfo->sType) in vkCreateBuffer()
1679 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateBuffer()
1682 nextInfo = nextInfo->pNext; in vkCreateBuffer()
1944 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateShaderModule() local
1945 while(nextInfo) in vkCreateShaderModule()
1947 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateShaderModule()
1948 nextInfo = nextInfo->pNext; in vkCreateShaderModule()
2090 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreatePipelineLayout() local
2091 while(nextInfo) in vkCreatePipelineLayout()
2093 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreatePipelineLayout()
2094 nextInfo = nextInfo->pNext; in vkCreatePipelineLayout()
2348 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pCreateInfo->pNext); in vkCreateCommandPool() local
2349 while(nextInfo) in vkCreateCommandPool()
2351 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateCommandPool()
2352 nextInfo = nextInfo->pNext; in vkCreateCommandPool()
2379 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pAllocateInfo->pNext); in vkAllocateCommandBuffers() local
2380 while(nextInfo) in vkAllocateCommandBuffers()
2382 LOG_TRAP("pAllocateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkAllocateCommandBuffers()
2383 nextInfo = nextInfo->pNext; in vkAllocateCommandBuffers()
2402 auto *nextInfo = reinterpret_cast<const VkBaseInStructure *>(pBeginInfo->pNext); in vkBeginCommandBuffer() local
2403 while(nextInfo) in vkBeginCommandBuffer()
2405 LOG_TRAP("pBeginInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkBeginCommandBuffer()
2406 nextInfo = nextInfo->pNext; in vkBeginCommandBuffer()