Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_adv_monitor_tests.py356 for supported_feature in supported_features:
357 logging.info('feature: %s', supported_feature)
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c861 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in lvp_CreateDevice() local
865 if (enabled_feature[i] && !supported_feature[i]) in lvp_CreateDevice()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c984 VkBool32 *supported_feature = (VkBool32 *) &supported_features; in tu_CreateDevice() local
989 if (enabled_feature[i] && !supported_feature[i]) in tu_CreateDevice()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1297 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in v3dv_CreateDevice() local
1301 if (enabled_feature[i] && !supported_feature[i]) in v3dv_CreateDevice()
/external/mesa3d/src/intel/vulkan/
Danv_device.c2690 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in check_physical_device_features() local
2694 if (enabled_feature[i] && !supported_feature[i]) in check_physical_device_features()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2599 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in check_physical_device_features() local
2603 if (enabled_feature[i] && !supported_feature[i]) in check_physical_device_features()