Lines Matching refs:pNext
93 VPAPI_ATTR const void* vpGetStructure(const void* pNext, VkStructureType type) { in vpGetStructure() argument
94 const VkBaseOutStructure* p = static_cast<const VkBaseOutStructure*>(pNext); in vpGetStructure()
97 p = p->pNext; in vpGetStructure()
102 VPAPI_ATTR void* vpGetStructure(void* pNext, VkStructureType type) { in vpGetStructure() argument
103 VkBaseOutStructure* p = static_cast<VkBaseOutStructure*>(pNext); in vpGetStructure()
106 p = p->pNext; in vpGetStructure()
124 previous->pNext = current->pNext; in vpExtractStructure()
129 current = current->pNext; in vpExtractStructure()
134 found->pNext = nullptr; in vpExtractStructure()
141 …oid GatherStructureTypes(std::vector<VkStructureType>& structureTypes, VkBaseOutStructure* pNext) { in GatherStructureTypes() argument
142 while (pNext) { in GatherStructureTypes()
143 …if (std::find(structureTypes.begin(), structureTypes.end(), pNext->sType) == structureTypes.end())… in GatherStructureTypes()
144 structureTypes.push_back(pNext->sType); in GatherStructureTypes()
147 pNext = pNext->pNext; in GatherStructureTypes()
540 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceRelaxedLineRasteriza… in __anon526a5adc0902()
545 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVulkan11Properties)); in __anon526a5adc0a02()
553 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc0c02()
611 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceRelaxedLineRasteriza… in __anon526a5adc1102()
616 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVulkan11Properties)); in __anon526a5adc1202()
624 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc1402()
678 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceRelaxedLineRasteriza… in __anon526a5adc1902()
683 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVulkan11Properties)); in __anon526a5adc1a02()
691 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc1c02()
749 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceRelaxedLineRasteriza… in __anon526a5adc2102()
754 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVulkan11Properties)); in __anon526a5adc2202()
762 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc2402()
820 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceRelaxedLineRasteriza… in __anon526a5adc2902()
825 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVulkan11Properties)); in __anon526a5adc2a02()
833 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc2c02()
941 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adc3102()
945 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adc3202()
953 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc3402()
3506 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adceb02()
3510 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adcec02()
3518 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adcee02()
3623 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adcf302()
3627 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adcf402()
3635 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adcf602()
6182 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adc1ad02()
6186 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(nullptr)); in __anon526a5adc1ae02()
6194 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc1b002()
6356 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVariablePointersFeat… in __anon526a5adc1b502()
6361 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceMultiviewProperties)… in __anon526a5adc1b602()
6369 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc1b802()
8985 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceVariablePointersFeat… in __anon526a5adc26f02()
8990 …p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&physicalDeviceMultiviewProperties)… in __anon526a5adc27002()
8998 p->pNext = static_cast<VkBaseOutStructure*>(static_cast<void*>(&formatProperties3KHR)); in __anon526a5adc27202()
9678 void* pNext = nullptr; in FeaturesChain() local
9679 physicalDeviceDeviceGeneratedCommandsFeaturesNV.pNext = pNext; in FeaturesChain()
9680 pNext = &physicalDeviceDeviceGeneratedCommandsFeaturesNV; in FeaturesChain()
9681 physicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.pNext = pNext; in FeaturesChain()
9682 pNext = &physicalDeviceDeviceGeneratedCommandsComputeFeaturesNV; in FeaturesChain()
9683 physicalDevicePrivateDataFeatures.pNext = pNext; in FeaturesChain()
9684 pNext = &physicalDevicePrivateDataFeatures; in FeaturesChain()
9685 physicalDeviceVariablePointersFeatures.pNext = pNext; in FeaturesChain()
9686 pNext = &physicalDeviceVariablePointersFeatures; in FeaturesChain()
9687 physicalDeviceMultiviewFeatures.pNext = pNext; in FeaturesChain()
9688 pNext = &physicalDeviceMultiviewFeatures; in FeaturesChain()
9689 physicalDevicePresentIdFeaturesKHR.pNext = pNext; in FeaturesChain()
9690 pNext = &physicalDevicePresentIdFeaturesKHR; in FeaturesChain()
9691 physicalDevicePresentWaitFeaturesKHR.pNext = pNext; in FeaturesChain()
9692 pNext = &physicalDevicePresentWaitFeaturesKHR; in FeaturesChain()
9693 physicalDevice16BitStorageFeatures.pNext = pNext; in FeaturesChain()
9694 pNext = &physicalDevice16BitStorageFeatures; in FeaturesChain()
9695 physicalDeviceShaderSubgroupExtendedTypesFeatures.pNext = pNext; in FeaturesChain()
9696 pNext = &physicalDeviceShaderSubgroupExtendedTypesFeatures; in FeaturesChain()
9697 physicalDeviceSamplerYcbcrConversionFeatures.pNext = pNext; in FeaturesChain()
9698 pNext = &physicalDeviceSamplerYcbcrConversionFeatures; in FeaturesChain()
9699 physicalDeviceProtectedMemoryFeatures.pNext = pNext; in FeaturesChain()
9700 pNext = &physicalDeviceProtectedMemoryFeatures; in FeaturesChain()
9701 physicalDeviceBlendOperationAdvancedFeaturesEXT.pNext = pNext; in FeaturesChain()
9702 pNext = &physicalDeviceBlendOperationAdvancedFeaturesEXT; in FeaturesChain()
9703 physicalDeviceMultiDrawFeaturesEXT.pNext = pNext; in FeaturesChain()
9704 pNext = &physicalDeviceMultiDrawFeaturesEXT; in FeaturesChain()
9705 physicalDeviceInlineUniformBlockFeatures.pNext = pNext; in FeaturesChain()
9706 pNext = &physicalDeviceInlineUniformBlockFeatures; in FeaturesChain()
9707 physicalDeviceMaintenance4Features.pNext = pNext; in FeaturesChain()
9708 pNext = &physicalDeviceMaintenance4Features; in FeaturesChain()
9709 physicalDeviceMaintenance5FeaturesKHR.pNext = pNext; in FeaturesChain()
9710 pNext = &physicalDeviceMaintenance5FeaturesKHR; in FeaturesChain()
9711 physicalDeviceMaintenance6FeaturesKHR.pNext = pNext; in FeaturesChain()
9712 pNext = &physicalDeviceMaintenance6FeaturesKHR; in FeaturesChain()
9713 physicalDeviceShaderDrawParametersFeatures.pNext = pNext; in FeaturesChain()
9714 pNext = &physicalDeviceShaderDrawParametersFeatures; in FeaturesChain()
9715 physicalDeviceShaderFloat16Int8Features.pNext = pNext; in FeaturesChain()
9716 pNext = &physicalDeviceShaderFloat16Int8Features; in FeaturesChain()
9717 physicalDeviceHostQueryResetFeatures.pNext = pNext; in FeaturesChain()
9718 pNext = &physicalDeviceHostQueryResetFeatures; in FeaturesChain()
9719 physicalDeviceGlobalPriorityQueryFeaturesKHR.pNext = pNext; in FeaturesChain()
9720 pNext = &physicalDeviceGlobalPriorityQueryFeaturesKHR; in FeaturesChain()
9721 physicalDeviceDeviceMemoryReportFeaturesEXT.pNext = pNext; in FeaturesChain()
9722 pNext = &physicalDeviceDeviceMemoryReportFeaturesEXT; in FeaturesChain()
9723 physicalDeviceDescriptorIndexingFeatures.pNext = pNext; in FeaturesChain()
9724 pNext = &physicalDeviceDescriptorIndexingFeatures; in FeaturesChain()
9725 physicalDeviceTimelineSemaphoreFeatures.pNext = pNext; in FeaturesChain()
9726 pNext = &physicalDeviceTimelineSemaphoreFeatures; in FeaturesChain()
9727 physicalDevice8BitStorageFeatures.pNext = pNext; in FeaturesChain()
9728 pNext = &physicalDevice8BitStorageFeatures; in FeaturesChain()
9729 physicalDeviceConditionalRenderingFeaturesEXT.pNext = pNext; in FeaturesChain()
9730 pNext = &physicalDeviceConditionalRenderingFeaturesEXT; in FeaturesChain()
9731 physicalDeviceVulkanMemoryModelFeatures.pNext = pNext; in FeaturesChain()
9732 pNext = &physicalDeviceVulkanMemoryModelFeatures; in FeaturesChain()
9733 physicalDeviceShaderAtomicInt64Features.pNext = pNext; in FeaturesChain()
9734 pNext = &physicalDeviceShaderAtomicInt64Features; in FeaturesChain()
9735 physicalDeviceShaderAtomicFloatFeaturesEXT.pNext = pNext; in FeaturesChain()
9736 pNext = &physicalDeviceShaderAtomicFloatFeaturesEXT; in FeaturesChain()
9737 physicalDeviceShaderAtomicFloat2FeaturesEXT.pNext = pNext; in FeaturesChain()
9738 pNext = &physicalDeviceShaderAtomicFloat2FeaturesEXT; in FeaturesChain()
9739 physicalDeviceVertexAttributeDivisorFeaturesKHR.pNext = pNext; in FeaturesChain()
9740 pNext = &physicalDeviceVertexAttributeDivisorFeaturesKHR; in FeaturesChain()
9741 physicalDeviceASTCDecodeFeaturesEXT.pNext = pNext; in FeaturesChain()
9742 pNext = &physicalDeviceASTCDecodeFeaturesEXT; in FeaturesChain()
9743 physicalDeviceTransformFeedbackFeaturesEXT.pNext = pNext; in FeaturesChain()
9744 pNext = &physicalDeviceTransformFeedbackFeaturesEXT; in FeaturesChain()
9745 physicalDeviceRepresentativeFragmentTestFeaturesNV.pNext = pNext; in FeaturesChain()
9746 pNext = &physicalDeviceRepresentativeFragmentTestFeaturesNV; in FeaturesChain()
9747 physicalDeviceExclusiveScissorFeaturesNV.pNext = pNext; in FeaturesChain()
9748 pNext = &physicalDeviceExclusiveScissorFeaturesNV; in FeaturesChain()
9749 physicalDeviceCornerSampledImageFeaturesNV.pNext = pNext; in FeaturesChain()
9750 pNext = &physicalDeviceCornerSampledImageFeaturesNV; in FeaturesChain()
9751 physicalDeviceComputeShaderDerivativesFeaturesNV.pNext = pNext; in FeaturesChain()
9752 pNext = &physicalDeviceComputeShaderDerivativesFeaturesNV; in FeaturesChain()
9753 physicalDeviceShaderImageFootprintFeaturesNV.pNext = pNext; in FeaturesChain()
9754 pNext = &physicalDeviceShaderImageFootprintFeaturesNV; in FeaturesChain()
9755 physicalDeviceDedicatedAllocationImageAliasingFeaturesNV.pNext = pNext; in FeaturesChain()
9756 pNext = &physicalDeviceDedicatedAllocationImageAliasingFeaturesNV; in FeaturesChain()
9757 physicalDeviceCopyMemoryIndirectFeaturesNV.pNext = pNext; in FeaturesChain()
9758 pNext = &physicalDeviceCopyMemoryIndirectFeaturesNV; in FeaturesChain()
9759 physicalDeviceMemoryDecompressionFeaturesNV.pNext = pNext; in FeaturesChain()
9760 pNext = &physicalDeviceMemoryDecompressionFeaturesNV; in FeaturesChain()
9761 physicalDeviceShadingRateImageFeaturesNV.pNext = pNext; in FeaturesChain()
9762 pNext = &physicalDeviceShadingRateImageFeaturesNV; in FeaturesChain()
9763 physicalDeviceInvocationMaskFeaturesHUAWEI.pNext = pNext; in FeaturesChain()
9764 pNext = &physicalDeviceInvocationMaskFeaturesHUAWEI; in FeaturesChain()
9765 physicalDeviceMeshShaderFeaturesNV.pNext = pNext; in FeaturesChain()
9766 pNext = &physicalDeviceMeshShaderFeaturesNV; in FeaturesChain()
9767 physicalDeviceMeshShaderFeaturesEXT.pNext = pNext; in FeaturesChain()
9768 pNext = &physicalDeviceMeshShaderFeaturesEXT; in FeaturesChain()
9769 physicalDeviceAccelerationStructureFeaturesKHR.pNext = pNext; in FeaturesChain()
9770 pNext = &physicalDeviceAccelerationStructureFeaturesKHR; in FeaturesChain()
9771 physicalDeviceRayTracingPipelineFeaturesKHR.pNext = pNext; in FeaturesChain()
9772 pNext = &physicalDeviceRayTracingPipelineFeaturesKHR; in FeaturesChain()
9773 physicalDeviceRayQueryFeaturesKHR.pNext = pNext; in FeaturesChain()
9774 pNext = &physicalDeviceRayQueryFeaturesKHR; in FeaturesChain()
9775 physicalDeviceRayTracingMaintenance1FeaturesKHR.pNext = pNext; in FeaturesChain()
9776 pNext = &physicalDeviceRayTracingMaintenance1FeaturesKHR; in FeaturesChain()
9777 physicalDeviceFragmentDensityMapFeaturesEXT.pNext = pNext; in FeaturesChain()
9778 pNext = &physicalDeviceFragmentDensityMapFeaturesEXT; in FeaturesChain()
9779 physicalDeviceFragmentDensityMap2FeaturesEXT.pNext = pNext; in FeaturesChain()
9780 pNext = &physicalDeviceFragmentDensityMap2FeaturesEXT; in FeaturesChain()
9781 physicalDeviceFragmentDensityMapOffsetFeaturesQCOM.pNext = pNext; in FeaturesChain()
9782 pNext = &physicalDeviceFragmentDensityMapOffsetFeaturesQCOM; in FeaturesChain()
9783 physicalDeviceScalarBlockLayoutFeatures.pNext = pNext; in FeaturesChain()
9784 pNext = &physicalDeviceScalarBlockLayoutFeatures; in FeaturesChain()
9785 physicalDeviceUniformBufferStandardLayoutFeatures.pNext = pNext; in FeaturesChain()
9786 pNext = &physicalDeviceUniformBufferStandardLayoutFeatures; in FeaturesChain()
9787 physicalDeviceDepthClipEnableFeaturesEXT.pNext = pNext; in FeaturesChain()
9788 pNext = &physicalDeviceDepthClipEnableFeaturesEXT; in FeaturesChain()
9789 physicalDeviceMemoryPriorityFeaturesEXT.pNext = pNext; in FeaturesChain()
9790 pNext = &physicalDeviceMemoryPriorityFeaturesEXT; in FeaturesChain()
9791 physicalDevicePageableDeviceLocalMemoryFeaturesEXT.pNext = pNext; in FeaturesChain()
9792 pNext = &physicalDevicePageableDeviceLocalMemoryFeaturesEXT; in FeaturesChain()
9793 physicalDeviceBufferDeviceAddressFeatures.pNext = pNext; in FeaturesChain()
9794 pNext = &physicalDeviceBufferDeviceAddressFeatures; in FeaturesChain()
9795 physicalDeviceBufferDeviceAddressFeaturesEXT.pNext = pNext; in FeaturesChain()
9796 pNext = &physicalDeviceBufferDeviceAddressFeaturesEXT; in FeaturesChain()
9797 physicalDeviceImagelessFramebufferFeatures.pNext = pNext; in FeaturesChain()
9798 pNext = &physicalDeviceImagelessFramebufferFeatures; in FeaturesChain()
9799 physicalDeviceTextureCompressionASTCHDRFeatures.pNext = pNext; in FeaturesChain()
9800 pNext = &physicalDeviceTextureCompressionASTCHDRFeatures; in FeaturesChain()
9801 physicalDeviceCooperativeMatrixFeaturesNV.pNext = pNext; in FeaturesChain()
9802 pNext = &physicalDeviceCooperativeMatrixFeaturesNV; in FeaturesChain()
9803 physicalDeviceYcbcrImageArraysFeaturesEXT.pNext = pNext; in FeaturesChain()
9804 pNext = &physicalDeviceYcbcrImageArraysFeaturesEXT; in FeaturesChain()
9805 physicalDevicePresentBarrierFeaturesNV.pNext = pNext; in FeaturesChain()
9806 pNext = &physicalDevicePresentBarrierFeaturesNV; in FeaturesChain()
9807 physicalDevicePerformanceQueryFeaturesKHR.pNext = pNext; in FeaturesChain()
9808 pNext = &physicalDevicePerformanceQueryFeaturesKHR; in FeaturesChain()
9809 physicalDeviceCoverageReductionModeFeaturesNV.pNext = pNext; in FeaturesChain()
9810 pNext = &physicalDeviceCoverageReductionModeFeaturesNV; in FeaturesChain()
9811 physicalDeviceShaderIntegerFunctions2FeaturesINTEL.pNext = pNext; in FeaturesChain()
9812 pNext = &physicalDeviceShaderIntegerFunctions2FeaturesINTEL; in FeaturesChain()
9813 physicalDeviceShaderClockFeaturesKHR.pNext = pNext; in FeaturesChain()
9814 pNext = &physicalDeviceShaderClockFeaturesKHR; in FeaturesChain()
9815 physicalDeviceIndexTypeUint8FeaturesEXT.pNext = pNext; in FeaturesChain()
9816 pNext = &physicalDeviceIndexTypeUint8FeaturesEXT; in FeaturesChain()
9817 physicalDeviceShaderSMBuiltinsFeaturesNV.pNext = pNext; in FeaturesChain()
9818 pNext = &physicalDeviceShaderSMBuiltinsFeaturesNV; in FeaturesChain()
9819 physicalDeviceFragmentShaderInterlockFeaturesEXT.pNext = pNext; in FeaturesChain()
9820 pNext = &physicalDeviceFragmentShaderInterlockFeaturesEXT; in FeaturesChain()
9821 physicalDeviceSeparateDepthStencilLayoutsFeatures.pNext = pNext; in FeaturesChain()
9822 pNext = &physicalDeviceSeparateDepthStencilLayoutsFeatures; in FeaturesChain()
9823 physicalDevicePrimitiveTopologyListRestartFeaturesEXT.pNext = pNext; in FeaturesChain()
9824 pNext = &physicalDevicePrimitiveTopologyListRestartFeaturesEXT; in FeaturesChain()
9825 physicalDevicePipelineExecutablePropertiesFeaturesKHR.pNext = pNext; in FeaturesChain()
9826 pNext = &physicalDevicePipelineExecutablePropertiesFeaturesKHR; in FeaturesChain()
9827 physicalDeviceShaderDemoteToHelperInvocationFeatures.pNext = pNext; in FeaturesChain()
9828 pNext = &physicalDeviceShaderDemoteToHelperInvocationFeatures; in FeaturesChain()
9829 physicalDeviceTexelBufferAlignmentFeaturesEXT.pNext = pNext; in FeaturesChain()
9830 pNext = &physicalDeviceTexelBufferAlignmentFeaturesEXT; in FeaturesChain()
9831 physicalDeviceSubgroupSizeControlFeatures.pNext = pNext; in FeaturesChain()
9832 pNext = &physicalDeviceSubgroupSizeControlFeatures; in FeaturesChain()
9833 physicalDeviceLineRasterizationFeaturesEXT.pNext = pNext; in FeaturesChain()
9834 pNext = &physicalDeviceLineRasterizationFeaturesEXT; in FeaturesChain()
9835 physicalDevicePipelineCreationCacheControlFeatures.pNext = pNext; in FeaturesChain()
9836 pNext = &physicalDevicePipelineCreationCacheControlFeatures; in FeaturesChain()
9837 physicalDeviceVulkan11Features.pNext = pNext; in FeaturesChain()
9838 pNext = &physicalDeviceVulkan11Features; in FeaturesChain()
9839 physicalDeviceVulkan12Features.pNext = pNext; in FeaturesChain()
9840 pNext = &physicalDeviceVulkan12Features; in FeaturesChain()
9841 physicalDeviceVulkan13Features.pNext = pNext; in FeaturesChain()
9842 pNext = &physicalDeviceVulkan13Features; in FeaturesChain()
9843 physicalDeviceCoherentMemoryFeaturesAMD.pNext = pNext; in FeaturesChain()
9844 pNext = &physicalDeviceCoherentMemoryFeaturesAMD; in FeaturesChain()
9845 physicalDeviceCustomBorderColorFeaturesEXT.pNext = pNext; in FeaturesChain()
9846 pNext = &physicalDeviceCustomBorderColorFeaturesEXT; in FeaturesChain()
9847 physicalDeviceBorderColorSwizzleFeaturesEXT.pNext = pNext; in FeaturesChain()
9848 pNext = &physicalDeviceBorderColorSwizzleFeaturesEXT; in FeaturesChain()
9849 physicalDeviceExtendedDynamicStateFeaturesEXT.pNext = pNext; in FeaturesChain()
9850 pNext = &physicalDeviceExtendedDynamicStateFeaturesEXT; in FeaturesChain()
9851 physicalDeviceExtendedDynamicState2FeaturesEXT.pNext = pNext; in FeaturesChain()
9852 pNext = &physicalDeviceExtendedDynamicState2FeaturesEXT; in FeaturesChain()
9853 physicalDeviceExtendedDynamicState3FeaturesEXT.pNext = pNext; in FeaturesChain()
9854 pNext = &physicalDeviceExtendedDynamicState3FeaturesEXT; in FeaturesChain()
9855 physicalDeviceDiagnosticsConfigFeaturesNV.pNext = pNext; in FeaturesChain()
9856 pNext = &physicalDeviceDiagnosticsConfigFeaturesNV; in FeaturesChain()
9857 physicalDeviceZeroInitializeWorkgroupMemoryFeatures.pNext = pNext; in FeaturesChain()
9858 pNext = &physicalDeviceZeroInitializeWorkgroupMemoryFeatures; in FeaturesChain()
9859 physicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.pNext = pNext; in FeaturesChain()
9860 pNext = &physicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR; in FeaturesChain()
9861 physicalDeviceRobustness2FeaturesEXT.pNext = pNext; in FeaturesChain()
9862 pNext = &physicalDeviceRobustness2FeaturesEXT; in FeaturesChain()
9863 physicalDeviceImageRobustnessFeatures.pNext = pNext; in FeaturesChain()
9864 pNext = &physicalDeviceImageRobustnessFeatures; in FeaturesChain()
9865 physicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.pNext = pNext; in FeaturesChain()
9866 pNext = &physicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR; in FeaturesChain()
9868 physicalDevicePortabilitySubsetFeaturesKHR.pNext = pNext; in FeaturesChain()
9869 pNext = &physicalDevicePortabilitySubsetFeaturesKHR; in FeaturesChain()
9871 physicalDevice4444FormatsFeaturesEXT.pNext = pNext; in FeaturesChain()
9872 pNext = &physicalDevice4444FormatsFeaturesEXT; in FeaturesChain()
9873 physicalDeviceSubpassShadingFeaturesHUAWEI.pNext = pNext; in FeaturesChain()
9874 pNext = &physicalDeviceSubpassShadingFeaturesHUAWEI; in FeaturesChain()
9875 physicalDeviceClusterCullingShaderFeaturesHUAWEI.pNext = pNext; in FeaturesChain()
9876 pNext = &physicalDeviceClusterCullingShaderFeaturesHUAWEI; in FeaturesChain()
9877 physicalDeviceShaderImageAtomicInt64FeaturesEXT.pNext = pNext; in FeaturesChain()
9878 pNext = &physicalDeviceShaderImageAtomicInt64FeaturesEXT; in FeaturesChain()
9879 physicalDeviceFragmentShadingRateFeaturesKHR.pNext = pNext; in FeaturesChain()
9880 pNext = &physicalDeviceFragmentShadingRateFeaturesKHR; in FeaturesChain()
9881 physicalDeviceShaderTerminateInvocationFeatures.pNext = pNext; in FeaturesChain()
9882 pNext = &physicalDeviceShaderTerminateInvocationFeatures; in FeaturesChain()
9883 physicalDeviceFragmentShadingRateEnumsFeaturesNV.pNext = pNext; in FeaturesChain()
9884 pNext = &physicalDeviceFragmentShadingRateEnumsFeaturesNV; in FeaturesChain()
9885 physicalDeviceImage2DViewOf3DFeaturesEXT.pNext = pNext; in FeaturesChain()
9886 pNext = &physicalDeviceImage2DViewOf3DFeaturesEXT; in FeaturesChain()
9887 physicalDeviceImageSlicedViewOf3DFeaturesEXT.pNext = pNext; in FeaturesChain()
9888 pNext = &physicalDeviceImageSlicedViewOf3DFeaturesEXT; in FeaturesChain()
9889 physicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.pNext = pNext; in FeaturesChain()
9890 pNext = &physicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT; in FeaturesChain()
9891 physicalDeviceMutableDescriptorTypeFeaturesEXT.pNext = pNext; in FeaturesChain()
9892 pNext = &physicalDeviceMutableDescriptorTypeFeaturesEXT; in FeaturesChain()
9893 physicalDeviceDepthClipControlFeaturesEXT.pNext = pNext; in FeaturesChain()
9894 pNext = &physicalDeviceDepthClipControlFeaturesEXT; in FeaturesChain()
9895 physicalDeviceVertexInputDynamicStateFeaturesEXT.pNext = pNext; in FeaturesChain()
9896 pNext = &physicalDeviceVertexInputDynamicStateFeaturesEXT; in FeaturesChain()
9897 physicalDeviceExternalMemoryRDMAFeaturesNV.pNext = pNext; in FeaturesChain()
9898 pNext = &physicalDeviceExternalMemoryRDMAFeaturesNV; in FeaturesChain()
9899 physicalDeviceColorWriteEnableFeaturesEXT.pNext = pNext; in FeaturesChain()
9900 pNext = &physicalDeviceColorWriteEnableFeaturesEXT; in FeaturesChain()
9901 physicalDeviceSynchronization2Features.pNext = pNext; in FeaturesChain()
9902 pNext = &physicalDeviceSynchronization2Features; in FeaturesChain()
9903 physicalDeviceHostImageCopyFeaturesEXT.pNext = pNext; in FeaturesChain()
9904 pNext = &physicalDeviceHostImageCopyFeaturesEXT; in FeaturesChain()
9905 physicalDevicePrimitivesGeneratedQueryFeaturesEXT.pNext = pNext; in FeaturesChain()
9906 pNext = &physicalDevicePrimitivesGeneratedQueryFeaturesEXT; in FeaturesChain()
9907 physicalDeviceLegacyDitheringFeaturesEXT.pNext = pNext; in FeaturesChain()
9908 pNext = &physicalDeviceLegacyDitheringFeaturesEXT; in FeaturesChain()
9909 physicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.pNext = pNext; in FeaturesChain()
9910 pNext = &physicalDeviceMultisampledRenderToSingleSampledFeaturesEXT; in FeaturesChain()
9911 physicalDevicePipelineProtectedAccessFeaturesEXT.pNext = pNext; in FeaturesChain()
9912 pNext = &physicalDevicePipelineProtectedAccessFeaturesEXT; in FeaturesChain()
9913 physicalDeviceVideoMaintenance1FeaturesKHR.pNext = pNext; in FeaturesChain()
9914 pNext = &physicalDeviceVideoMaintenance1FeaturesKHR; in FeaturesChain()
9915 physicalDeviceInheritedViewportScissorFeaturesNV.pNext = pNext; in FeaturesChain()
9916 pNext = &physicalDeviceInheritedViewportScissorFeaturesNV; in FeaturesChain()
9917 physicalDeviceYcbcr2Plane444FormatsFeaturesEXT.pNext = pNext; in FeaturesChain()
9918 pNext = &physicalDeviceYcbcr2Plane444FormatsFeaturesEXT; in FeaturesChain()
9919 physicalDeviceProvokingVertexFeaturesEXT.pNext = pNext; in FeaturesChain()
9920 pNext = &physicalDeviceProvokingVertexFeaturesEXT; in FeaturesChain()
9921 physicalDeviceDescriptorBufferFeaturesEXT.pNext = pNext; in FeaturesChain()
9922 pNext = &physicalDeviceDescriptorBufferFeaturesEXT; in FeaturesChain()
9923 physicalDeviceShaderIntegerDotProductFeatures.pNext = pNext; in FeaturesChain()
9924 pNext = &physicalDeviceShaderIntegerDotProductFeatures; in FeaturesChain()
9925 physicalDeviceFragmentShaderBarycentricFeaturesKHR.pNext = pNext; in FeaturesChain()
9926 pNext = &physicalDeviceFragmentShaderBarycentricFeaturesKHR; in FeaturesChain()
9927 physicalDeviceRayTracingMotionBlurFeaturesNV.pNext = pNext; in FeaturesChain()
9928 pNext = &physicalDeviceRayTracingMotionBlurFeaturesNV; in FeaturesChain()
9929 physicalDeviceRGBA10X6FormatsFeaturesEXT.pNext = pNext; in FeaturesChain()
9930 pNext = &physicalDeviceRGBA10X6FormatsFeaturesEXT; in FeaturesChain()
9931 physicalDeviceDynamicRenderingFeatures.pNext = pNext; in FeaturesChain()
9932 pNext = &physicalDeviceDynamicRenderingFeatures; in FeaturesChain()
9933 physicalDeviceImageViewMinLodFeaturesEXT.pNext = pNext; in FeaturesChain()
9934 pNext = &physicalDeviceImageViewMinLodFeaturesEXT; in FeaturesChain()
9935 physicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.pNext = pNext; in FeaturesChain()
9936 pNext = &physicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT; in FeaturesChain()
9937 physicalDeviceLinearColorAttachmentFeaturesNV.pNext = pNext; in FeaturesChain()
9938 pNext = &physicalDeviceLinearColorAttachmentFeaturesNV; in FeaturesChain()
9939 physicalDeviceGraphicsPipelineLibraryFeaturesEXT.pNext = pNext; in FeaturesChain()
9940 pNext = &physicalDeviceGraphicsPipelineLibraryFeaturesEXT; in FeaturesChain()
9941 physicalDeviceDescriptorSetHostMappingFeaturesVALVE.pNext = pNext; in FeaturesChain()
9942 pNext = &physicalDeviceDescriptorSetHostMappingFeaturesVALVE; in FeaturesChain()
9943 physicalDeviceNestedCommandBufferFeaturesEXT.pNext = pNext; in FeaturesChain()
9944 pNext = &physicalDeviceNestedCommandBufferFeaturesEXT; in FeaturesChain()
9945 physicalDeviceShaderModuleIdentifierFeaturesEXT.pNext = pNext; in FeaturesChain()
9946 pNext = &physicalDeviceShaderModuleIdentifierFeaturesEXT; in FeaturesChain()
9947 physicalDeviceImageCompressionControlFeaturesEXT.pNext = pNext; in FeaturesChain()
9948 pNext = &physicalDeviceImageCompressionControlFeaturesEXT; in FeaturesChain()
9949 physicalDeviceImageCompressionControlSwapchainFeaturesEXT.pNext = pNext; in FeaturesChain()
9950 pNext = &physicalDeviceImageCompressionControlSwapchainFeaturesEXT; in FeaturesChain()
9951 physicalDeviceSubpassMergeFeedbackFeaturesEXT.pNext = pNext; in FeaturesChain()
9952 pNext = &physicalDeviceSubpassMergeFeedbackFeaturesEXT; in FeaturesChain()
9953 physicalDeviceOpacityMicromapFeaturesEXT.pNext = pNext; in FeaturesChain()
9954 pNext = &physicalDeviceOpacityMicromapFeaturesEXT; in FeaturesChain()
9956 physicalDeviceDisplacementMicromapFeaturesNV.pNext = pNext; in FeaturesChain()
9957 pNext = &physicalDeviceDisplacementMicromapFeaturesNV; in FeaturesChain()
9959 physicalDevicePipelinePropertiesFeaturesEXT.pNext = pNext; in FeaturesChain()
9960 pNext = &physicalDevicePipelinePropertiesFeaturesEXT; in FeaturesChain()
9961 physicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.pNext = pNext; in FeaturesChain()
9962 pNext = &physicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD; in FeaturesChain()
9963 physicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext = pNext; in FeaturesChain()
9964 pNext = &physicalDeviceNonSeamlessCubeMapFeaturesEXT; in FeaturesChain()
9965 physicalDevicePipelineRobustnessFeaturesEXT.pNext = pNext; in FeaturesChain()
9966 pNext = &physicalDevicePipelineRobustnessFeaturesEXT; in FeaturesChain()
9967 physicalDeviceImageProcessingFeaturesQCOM.pNext = pNext; in FeaturesChain()
9968 pNext = &physicalDeviceImageProcessingFeaturesQCOM; in FeaturesChain()
9969 physicalDeviceTilePropertiesFeaturesQCOM.pNext = pNext; in FeaturesChain()
9970 pNext = &physicalDeviceTilePropertiesFeaturesQCOM; in FeaturesChain()
9971 physicalDeviceAmigoProfilingFeaturesSEC.pNext = pNext; in FeaturesChain()
9972 pNext = &physicalDeviceAmigoProfilingFeaturesSEC; in FeaturesChain()
9973 physicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.pNext = pNext; in FeaturesChain()
9974 pNext = &physicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT; in FeaturesChain()
9975 physicalDeviceDepthClampZeroOneFeaturesEXT.pNext = pNext; in FeaturesChain()
9976 pNext = &physicalDeviceDepthClampZeroOneFeaturesEXT; in FeaturesChain()
9977 physicalDeviceAddressBindingReportFeaturesEXT.pNext = pNext; in FeaturesChain()
9978 pNext = &physicalDeviceAddressBindingReportFeaturesEXT; in FeaturesChain()
9979 physicalDeviceOpticalFlowFeaturesNV.pNext = pNext; in FeaturesChain()
9980 pNext = &physicalDeviceOpticalFlowFeaturesNV; in FeaturesChain()
9981 physicalDeviceFaultFeaturesEXT.pNext = pNext; in FeaturesChain()
9982 pNext = &physicalDeviceFaultFeaturesEXT; in FeaturesChain()
9983 physicalDevicePipelineLibraryGroupHandlesFeaturesEXT.pNext = pNext; in FeaturesChain()
9984 pNext = &physicalDevicePipelineLibraryGroupHandlesFeaturesEXT; in FeaturesChain()
9985 physicalDeviceShaderCoreBuiltinsFeaturesARM.pNext = pNext; in FeaturesChain()
9986 pNext = &physicalDeviceShaderCoreBuiltinsFeaturesARM; in FeaturesChain()
9987 physicalDeviceFrameBoundaryFeaturesEXT.pNext = pNext; in FeaturesChain()
9988 pNext = &physicalDeviceFrameBoundaryFeaturesEXT; in FeaturesChain()
9989 physicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.pNext = pNext; in FeaturesChain()
9990 pNext = &physicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT; in FeaturesChain()
9991 physicalDeviceSwapchainMaintenance1FeaturesEXT.pNext = pNext; in FeaturesChain()
9992 pNext = &physicalDeviceSwapchainMaintenance1FeaturesEXT; in FeaturesChain()
9993 physicalDeviceDepthBiasControlFeaturesEXT.pNext = pNext; in FeaturesChain()
9994 pNext = &physicalDeviceDepthBiasControlFeaturesEXT; in FeaturesChain()
9995 physicalDeviceRayTracingInvocationReorderFeaturesNV.pNext = pNext; in FeaturesChain()
9996 pNext = &physicalDeviceRayTracingInvocationReorderFeaturesNV; in FeaturesChain()
9997 physicalDeviceExtendedSparseAddressSpaceFeaturesNV.pNext = pNext; in FeaturesChain()
9998 pNext = &physicalDeviceExtendedSparseAddressSpaceFeaturesNV; in FeaturesChain()
9999 physicalDeviceMultiviewPerViewViewportsFeaturesQCOM.pNext = pNext; in FeaturesChain()
10000 pNext = &physicalDeviceMultiviewPerViewViewportsFeaturesQCOM; in FeaturesChain()
10001 physicalDeviceRayTracingPositionFetchFeaturesKHR.pNext = pNext; in FeaturesChain()
10002 pNext = &physicalDeviceRayTracingPositionFetchFeaturesKHR; in FeaturesChain()
10003 physicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.pNext = pNext; in FeaturesChain()
10004 pNext = &physicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM; in FeaturesChain()
10005 physicalDeviceShaderObjectFeaturesEXT.pNext = pNext; in FeaturesChain()
10006 pNext = &physicalDeviceShaderObjectFeaturesEXT; in FeaturesChain()
10007 physicalDeviceShaderTileImageFeaturesEXT.pNext = pNext; in FeaturesChain()
10008 pNext = &physicalDeviceShaderTileImageFeaturesEXT; in FeaturesChain()
10010 physicalDeviceExternalMemoryScreenBufferFeaturesQNX.pNext = pNext; in FeaturesChain()
10011 pNext = &physicalDeviceExternalMemoryScreenBufferFeaturesQNX; in FeaturesChain()
10013 physicalDeviceCooperativeMatrixFeaturesKHR.pNext = pNext; in FeaturesChain()
10014 pNext = &physicalDeviceCooperativeMatrixFeaturesKHR; in FeaturesChain()
10016 physicalDeviceShaderEnqueueFeaturesAMDX.pNext = pNext; in FeaturesChain()
10017 pNext = &physicalDeviceShaderEnqueueFeaturesAMDX; in FeaturesChain()
10019 physicalDeviceCubicClampFeaturesQCOM.pNext = pNext; in FeaturesChain()
10020 pNext = &physicalDeviceCubicClampFeaturesQCOM; in FeaturesChain()
10021 physicalDeviceYcbcrDegammaFeaturesQCOM.pNext = pNext; in FeaturesChain()
10022 pNext = &physicalDeviceYcbcrDegammaFeaturesQCOM; in FeaturesChain()
10023 physicalDeviceCubicWeightsFeaturesQCOM.pNext = pNext; in FeaturesChain()
10024 pNext = &physicalDeviceCubicWeightsFeaturesQCOM; in FeaturesChain()
10025 physicalDeviceImageProcessing2FeaturesQCOM.pNext = pNext; in FeaturesChain()
10026 pNext = &physicalDeviceImageProcessing2FeaturesQCOM; in FeaturesChain()
10027 physicalDeviceDescriptorPoolOverallocationFeaturesNV.pNext = pNext; in FeaturesChain()
10028 pNext = &physicalDeviceDescriptorPoolOverallocationFeaturesNV; in FeaturesChain()
10029 physicalDevicePerStageDescriptorSetFeaturesNV.pNext = pNext; in FeaturesChain()
10030 pNext = &physicalDevicePerStageDescriptorSetFeaturesNV; in FeaturesChain()
10032 physicalDeviceExternalFormatResolveFeaturesANDROID.pNext = pNext; in FeaturesChain()
10033 pNext = &physicalDeviceExternalFormatResolveFeaturesANDROID; in FeaturesChain()
10035 physicalDeviceCudaKernelLaunchFeaturesNV.pNext = pNext; in FeaturesChain()
10036 pNext = &physicalDeviceCudaKernelLaunchFeaturesNV; in FeaturesChain()
10037 physicalDeviceSchedulingControlsFeaturesARM.pNext = pNext; in FeaturesChain()
10038 pNext = &physicalDeviceSchedulingControlsFeaturesARM; in FeaturesChain()
10039 physicalDeviceRelaxedLineRasterizationFeaturesIMG.pNext = pNext; in FeaturesChain()
10040 pNext = &physicalDeviceRelaxedLineRasterizationFeaturesIMG; in FeaturesChain()
10041 physicalDeviceRenderPassStripedFeaturesARM.pNext = pNext; in FeaturesChain()
10042 pNext = &physicalDeviceRenderPassStripedFeaturesARM; in FeaturesChain()
10043 physicalDeviceFeatures2KHR.pNext = pNext; in FeaturesChain()
10091 …BaseOutStructure* q = reinterpret_cast<const VkBaseOutStructure*>(pCreateInfo->pCreateInfo->pNext); in ApplyFeatures()
10104 q = q->pNext; in ApplyFeatures()
10112 while (last->pNext != nullptr) { in PushBack()
10113 last = last->pNext; in PushBack()
10115 last->pNext = found; in PushBack()
10858 p = p->pNext; in vpGetPhysicalDeviceProfileVariantsSupport()
10878 p = p->pNext; in vpGetPhysicalDeviceProfileVariantsSupport()
10900 p = p->pNext; in vpGetPhysicalDeviceProfileVariantsSupport()
11000 …VkBaseOutStructure* pNext = static_cast<VkBaseOutStructure*>(const_cast<void*>(pCreateInfo->pCreat… in vpCreateDevice() local
11001 detail::GatherStructureTypes(structureTypes, pNext); in vpCreateDevice()
11024 p = p->pNext; in vpCreateDevice()
11038 createInfo.pNext = &chain->requiredFeaturesChain; in vpCreateDevice()
11055 …lt vpGetProfileFeatures(const VpProfileProperties *pProfile, const char* pBlockName, void *pNext) { in vpGetProfileFeatures() argument
11078 VkBaseOutStructure* p = static_cast<VkBaseOutStructure*>(pNext); in vpGetProfileFeatures()
11081 p = p->pNext; in vpGetProfileFeatures()
11090 … vpGetProfileProperties(const VpProfileProperties *pProfile, const char* pBlockName, void *pNext) { in vpGetProfileProperties() argument
11121 VkBaseOutStructure* p = static_cast<VkBaseOutStructure*>(pNext); in vpGetProfileProperties()
11124 p = p->pNext; in vpGetProfileProperties()
11183 …erties(const VpProfileProperties *pProfile, const char* pBlockName, VkFormat format, void *pNext) { in vpGetProfileFormatProperties() argument
11212 … VkBaseOutStructure* p = static_cast<VkBaseOutStructure*>(static_cast<void*>(pNext)); in vpGetProfileFormatProperties()
11215 p = p->pNext; in vpGetProfileFormatProperties()
11219 detail::vpGetStructure(pNext, VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR)); in vpGetProfileFormatProperties()
11221 detail::vpGetStructure(pNext, VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR)); in vpGetProfileFormatProperties()