Home | History | Annotate | Download | only in spirv_assembly

Lines Matching refs:features

62 	VkPhysicalDeviceFeatures2			features;
64 deMemset(&features, 0, sizeof(features));
65 features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
66 features.pNext = &extensionFeatures;
71 vki.getPhysicalDeviceFeatures2(device, &features);
87 VkPhysicalDeviceFeatures2 features;
88 deMemset(&features, 0, sizeof(features));
89 features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
90 features.pNext = &extensionFeatures;
95 vki.getPhysicalDeviceFeatures2(device, &features);
161 // For the 16bit storage extension, we have four features to test. Requesting all features supported.
169 // For the VariablePointers extension, we have two features to test. Requesting all features supported.
190 const VkPhysicalDeviceFeatures features = filterDefaultDeviceFeatures(deviceFeatures);
202 &features