Home
last modified time | relevance | path

Searched refs:featureType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.inl93 …sicalDevice16BitStorageFeatures>(VkPhysicalDevice16BitStorageFeatures& featureType, const AllFeatu… argument
95 featureType.storageBuffer16BitAccess = allFeaturesBlobs.vk11.storageBuffer16BitAccess;
96featureType.uniformAndStorageBuffer16BitAccess = allFeaturesBlobs.vk11.uniformAndStorageBuffer16Bi…
97 featureType.storagePushConstant16 = allFeaturesBlobs.vk11.storagePushConstant16;
98 featureType.storageInputOutput16 = allFeaturesBlobs.vk11.storageInputOutput16;
100 …<VkPhysicalDeviceMultiviewFeatures>(VkPhysicalDeviceMultiviewFeatures& featureType, const AllFeatu… argument
102 featureType.multiview = allFeaturesBlobs.vk11.multiview;
103 featureType.multiviewGeometryShader = allFeaturesBlobs.vk11.multiviewGeometryShader;
104 featureType.multiviewTessellationShader = allFeaturesBlobs.vk11.multiviewTessellationShader;
106 …iceVariablePointersFeatures>(VkPhysicalDeviceVariablePointersFeatures& featureType, const AllFeatu… argument
[all …]
DvkDeviceFeatures.hpp84 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()
/external/freetype/src/gxvalid/
Dgxvmort.c46 if ( f->featureType >= gxv_feat_registry_length ) in gxv_mort_feature_validate()
50 f->featureType, f->featureSetting )); in gxv_mort_feature_validate()
53 else if ( !gxv_feat_registry[f->featureType].existence ) in gxv_mort_feature_validate()
57 f->featureType, f->featureSetting )); in gxv_mort_feature_validate()
66 nSettings_max = gxv_feat_registry[f->featureType].nSettings; in gxv_mort_feature_validate()
67 if ( gxv_feat_registry[f->featureType].exclusive ) in gxv_mort_feature_validate()
70 GXV_TRACE(( "featureType %d is registered", f->featureType )); in gxv_mort_feature_validate()
105 f.featureType = FT_NEXT_USHORT( p ); in gxv_mort_featurearray_validate()
Dgxvmort.h42 FT_UShort featureType; member
52 ( (f).featureType == 0 || \
/external/vulkan-validation-layers/scripts/
Dobject_tracker_generator.py470 featureType = interface.get('type')
471 if featureType == 'instance':
473 elif featureType == 'device':
Dlayer_chassis_dispatch_generator.py1165 featureType = interface.get('type')
1166 if featureType == 'instance':
1168 elif featureType == 'device':
/external/vulkan-headers/registry/
Dgenerator.py705 def validateFeature(self, featureType, featureName): argument
708 raise UserWarning('Attempt to generate', featureType,
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh839 HBUINT16 featureType; /* The type of feature. */ member
948 …aat_layout_feature_type_t type = (hb_aat_layout_feature_type_t) (unsigned int) feature.featureType; in compile_flags()