Searched refs:enabled_features_found (Results 1 – 2 of 2) sorted by relevance
153 const VkPhysicalDeviceFeatures *enabled_features_found = pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice() local154 …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()
2380 const VkPhysicalDeviceFeatures *enabled_features_found = pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice() local2381 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()