Home
last modified time | relevance | path

Searched refs:allFeaturesBlobs (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.inl113 …tures>(VkPhysicalDevice16BitStorageFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs) argument
115 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) argument
122 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 …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.hpp59 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() argument
89 initFeatureFromBlob<FeatureType>(featureType, allFeaturesBlobs); in initFeatureFromBlobWrapper()
166 void initializeFeatureFromBlob (const AllFeaturesBlobs& allFeaturesBlobs) in initializeFeatureFromBlob() argument
168 initFeatureFromBlobWrapper(m_featureType, allFeaturesBlobs); in initializeFeatureFromBlob()