Searched refs:allFeaturesBlobs (Results 1 – 2 of 2) sorted by relevance
113 …tures>(VkPhysicalDevice16BitStorageFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs) argument115 featureType.storageBuffer16BitAccess = allFeaturesBlobs.vk11.storageBuffer16BitAccess;116 …featureType.uniformAndStorageBuffer16BitAccess = allFeaturesBlobs.vk11.uniformAndStorageBuffer16Bi…117 featureType.storagePushConstant16 = allFeaturesBlobs.vk11.storagePushConstant16;118 featureType.storageInputOutput16 = allFeaturesBlobs.vk11.storageInputOutput16;120 …Features>(VkPhysicalDeviceMultiviewFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs) argument122 featureType.multiview = allFeaturesBlobs.vk11.multiview;123 featureType.multiviewGeometryShader = allFeaturesBlobs.vk11.multiviewGeometryShader;124 featureType.multiviewTessellationShader = allFeaturesBlobs.vk11.multiviewTessellationShader;126 …s>(VkPhysicalDeviceVariablePointersFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs) argument[all …]
59 virtual void initializeFeatureFromBlob (const AllFeaturesBlobs& allFeaturesBlobs) = 0;84 void initFeatureFromBlob(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs);87 void initFeatureFromBlobWrapper(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs) in initFeatureFromBlobWrapper() argument89 initFeatureFromBlob<FeatureType>(featureType, allFeaturesBlobs); in initFeatureFromBlobWrapper()166 void initializeFeatureFromBlob (const AllFeaturesBlobs& allFeaturesBlobs) in initializeFeatureFromBlob() argument168 initFeatureFromBlobWrapper(m_featureType, allFeaturesBlobs); in initializeFeatureFromBlob()