• Home
  • Raw
  • Download

Lines Matching refs:extInfo

783 		auto extInfo = reinterpret_cast<VkBaseInStructure const *>(queueCreateInfo.pNext);  in vkCreateDevice()  local
784 while(extInfo) in vkCreateDevice()
786 …LOG_TRAP("pCreateInfo->pQueueCreateInfos[%d].pNext sType = %s", i, vk::Stringify(extInfo->sType).c… in vkCreateDevice()
787 extInfo = extInfo->pNext; in vkCreateDevice()
1352 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateEvent() local
1353 while(extInfo) in vkCreateEvent()
1356 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateEvent()
1357 extInfo = extInfo->pNext; in vkCreateEvent()
1407 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateQueryPool() local
1408 while(extInfo) in vkCreateQueryPool()
1410 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateQueryPool()
1411 extInfo = extInfo->pNext; in vkCreateQueryPool()
1475 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateBufferView() local
1476 while(extInfo) in vkCreateBufferView()
1478 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateBufferView()
1479 extInfo = extInfo->pNext; in vkCreateBufferView()
1695 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreatePipelineCache() local
1696 while(extInfo) in vkCreatePipelineCache()
1698 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreatePipelineCache()
1699 extInfo = extInfo->pNext; in vkCreatePipelineCache()
1910 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateDescriptorPool() local
1911 while(extInfo) in vkCreateDescriptorPool()
1913 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateDescriptorPool()
1914 extInfo = extInfo->pNext; in vkCreateDescriptorPool()
1947 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pAllocateInfo->pNext); in vkAllocateDescriptorSets() local
1948 while(extInfo) in vkAllocateDescriptorSets()
1950 LOG_TRAP("pAllocateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkAllocateDescriptorSets()
1951 extInfo = extInfo->pNext; in vkAllocateDescriptorSets()
2541 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pBindInfos[i].pNext); in vkBindBufferMemory2() local
2542 while(extInfo) in vkBindBufferMemory2()
2544 LOG_TRAP("pBindInfos[%d].pNext sType = %s", i, vk::Stringify(extInfo->sType).c_str()); in vkBindBufferMemory2()
2545 extInfo = extInfo->pNext; in vkBindBufferMemory2()
2582 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pBindInfos[i].pNext); in vkBindImageMemory2() local
2583 while(extInfo) in vkBindImageMemory2()
2585 switch(extInfo->sType) in vkBindImageMemory2()
2594 auto swapchainInfo = reinterpret_cast<VkBindImageMemorySwapchainInfoKHR const *>(extInfo); in vkBindImageMemory2()
2602 LOG_TRAP("pBindInfos[%d].pNext sType = %s", i, vk::Stringify(extInfo->sType).c_str()); in vkBindImageMemory2()
2605 extInfo = extInfo->pNext; in vkBindImageMemory2()
2651 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pInfo->pNext); in vkGetImageMemoryRequirements2() local
2652 while(extInfo) in vkGetImageMemoryRequirements2()
2654 LOG_TRAP("pInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetImageMemoryRequirements2()
2655 extInfo = extInfo->pNext; in vkGetImageMemoryRequirements2()
2685 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pInfo->pNext); in vkGetBufferMemoryRequirements2() local
2686 while(extInfo) in vkGetBufferMemoryRequirements2()
2688 LOG_TRAP("pInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetBufferMemoryRequirements2()
2689 extInfo = extInfo->pNext; in vkGetBufferMemoryRequirements2()
2719 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pInfo->pNext); in vkGetImageSparseMemoryRequirements2() local
2720 while(extInfo) in vkGetImageSparseMemoryRequirements2()
2722 LOG_TRAP("pInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetImageSparseMemoryRequirements2()
2723 extInfo = extInfo->pNext; in vkGetImageSparseMemoryRequirements2()
2937 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pFormatProperties->pNext); in vkGetPhysicalDeviceFormatProperties2() local
2938 while(extInfo) in vkGetPhysicalDeviceFormatProperties2()
2940 LOG_TRAP("pFormatProperties->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetPhysicalDeviceFormatProperties2()
2941 extInfo = extInfo->pNext; in vkGetPhysicalDeviceFormatProperties2()
3043 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pQueueFamilyProperties->pNext); in vkGetPhysicalDeviceQueueFamilyProperties2() local
3044 while(extInfo) in vkGetPhysicalDeviceQueueFamilyProperties2()
3046 LOG_TRAP("pQueueFamilyProperties->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetPhysicalDeviceQueueFamilyProperties2()
3047 extInfo = extInfo->pNext; in vkGetPhysicalDeviceQueueFamilyProperties2()
3065 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pMemoryProperties->pNext); in vkGetPhysicalDeviceMemoryProperties2() local
3066 while(extInfo) in vkGetPhysicalDeviceMemoryProperties2()
3068 LOG_TRAP("pMemoryProperties->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetPhysicalDeviceMemoryProperties2()
3069 extInfo = extInfo->pNext; in vkGetPhysicalDeviceMemoryProperties2()
3082 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pProperties->pNext); in vkGetPhysicalDeviceSparseImageFormatProperties2() local
3083 while(extInfo) in vkGetPhysicalDeviceSparseImageFormatProperties2()
3085 LOG_TRAP("pProperties->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetPhysicalDeviceSparseImageFormatProperties2()
3086 extInfo = extInfo->pNext; in vkGetPhysicalDeviceSparseImageFormatProperties2()
3113 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pQueueInfo->pNext); in vkGetDeviceQueue2() local
3114 while(extInfo) in vkGetDeviceQueue2()
3116 LOG_TRAP("pQueueInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkGetDeviceQueue2()
3117 extInfo = extInfo->pNext; in vkGetDeviceQueue2()
3138 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateSamplerYcbcrConversion() local
3139 while(extInfo) in vkCreateSamplerYcbcrConversion()
3141 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateSamplerYcbcrConversion()
3142 extInfo = extInfo->pNext; in vkCreateSamplerYcbcrConversion()
3172 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pCreateInfo->pNext); in vkCreateDescriptorUpdateTemplate() local
3173 while(extInfo) in vkCreateDescriptorUpdateTemplate()
3175 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateDescriptorUpdateTemplate()
3176 extInfo = extInfo->pNext; in vkCreateDescriptorUpdateTemplate()