Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp177 safe_VkPhysicalDeviceFeatures2 tmp_features2_state; in PostCallRecordCreateDevice() local
178 tmp_features2_state.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in PostCallRecordCreateDevice()
180 tmp_features2_state.features = features2->features; in PostCallRecordCreateDevice()
182 tmp_features2_state.features = *pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice()
184 tmp_features2_state.features = {}; in PostCallRecordCreateDevice()
187 tmp_features2_state.pNext = SafePnextCopy(pCreateInfo->pNext); in PostCallRecordCreateDevice()
188 stateless_validation->physical_device_features2 = tmp_features2_state; in PostCallRecordCreateDevice()