Home
last modified time | relevance | path

Searched refs:layout_features (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp85 VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR layout_features; in checkSupportWithParams() local
86 deMemset(&layout_features, 0, sizeof(layout_features)); in checkSupportWithParams()
87layout_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURE… in checkSupportWithParams()
88 layout_features.pNext = DE_NULL; in checkSupportWithParams()
93 f16_i8_features.pNext = &layout_features; in checkSupportWithParams()
103 if (layout_features.workgroupMemoryExplicitLayoutScalarBlockLayout != VK_TRUE) in checkSupportWithParams()
111 if (layout_features.workgroupMemoryExplicitLayout8BitAccess != VK_TRUE) in checkSupportWithParams()
119 if (layout_features.workgroupMemoryExplicitLayout16BitAccess != VK_TRUE) in checkSupportWithParams()
133 if (layout_features.workgroupMemoryExplicitLayout16BitAccess != VK_TRUE) in checkSupportWithParams()
/external/fonttools/Tests/subset/
Dsubset_test.py326 self.assertTrue('Xyz-' not in opt1.layout_features)
328 opt2.layout_features.append('Xyz-')
329 self.assertTrue('Xyz-' in opt2.layout_features)
330 self.assertTrue('Xyz-' not in opt1.layout_features)
844 options.layout_features.remove("rvrn") # drop 'rvrn'
/external/fonttools/Lib/fontTools/subset/
D__init__.py1581 if '*' not in options.layout_features:
1582 self.subset_feature_tags(options.layout_features)
2495 self.layout_features = self._layout_features_default[:]