Searched refs:enabled_features (Results 1 – 3 of 3) sorted by relevance
237 if (device->enabled_features.robustBufferAccess2) { in vk_device_default_robust_buffer_behavior()239 } else if (device->enabled_features.robustBufferAccess) { in vk_device_default_robust_buffer_behavior()249 if (device->enabled_features.robustImageAccess2) { in vk_device_default_robust_image_behavior()251 } else if (device->enabled_features.robustImageAccess) { in vk_device_default_robust_image_behavior()
111 struct vk_features enabled_features; member
84 vk_set_physical_device_features_1_0(&device->enabled_features, pCreateInfo->pEnabledFeatures); in collect_enabled_features()85 vk_set_physical_device_features(&device->enabled_features, pCreateInfo->pNext); in collect_enabled_features()