Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2466 const VkPhysicalDeviceFeatures *enabled_features_found = pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice() local
2467 if (nullptr == enabled_features_found) { in PostCallRecordCreateDevice()
2470 enabled_features_found = &(features2->features); in PostCallRecordCreateDevice()
2478 if (nullptr == enabled_features_found) { in PostCallRecordCreateDevice()
2481 state_tracker->enabled_features.core = *enabled_features_found; in PostCallRecordCreateDevice()