Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp153 const VkPhysicalDeviceFeatures *enabled_features_found = pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice() local
154 …if ((nullptr == enabled_features_found) && device_extensions.vk_khr_get_physical_device_properties… in PostCallRecordCreateDevice()
157 enabled_features_found = &(features2->features); in PostCallRecordCreateDevice()
160 if (enabled_features_found) { in PostCallRecordCreateDevice()
161 stateless_validation->physical_device_features = *enabled_features_found; in PostCallRecordCreateDevice()
Dcore_validation.cpp2380 const VkPhysicalDeviceFeatures *enabled_features_found = pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice() local
2381 if (nullptr == enabled_features_found) { in PostCallRecordCreateDevice()
2384 enabled_features_found = &(features2->features); in PostCallRecordCreateDevice()
2392 if (nullptr == enabled_features_found) { in PostCallRecordCreateDevice()
2395 core_checks->enabled_features.core = *enabled_features_found; in PostCallRecordCreateDevice()