Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline.c237 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()
Dvk_device.h111 struct vk_features enabled_features; member
Dvk_device.c84 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()