Searched refs:supported_feature (Results 1 – 6 of 6) sorted by relevance
356 for supported_feature in supported_features:357 logging.info('feature: %s', supported_feature)
861 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in lvp_CreateDevice() local865 if (enabled_feature[i] && !supported_feature[i]) in lvp_CreateDevice()
984 VkBool32 *supported_feature = (VkBool32 *) &supported_features; in tu_CreateDevice() local989 if (enabled_feature[i] && !supported_feature[i]) in tu_CreateDevice()
1297 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in v3dv_CreateDevice() local1301 if (enabled_feature[i] && !supported_feature[i]) in v3dv_CreateDevice()
2690 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in check_physical_device_features() local2694 if (enabled_feature[i] && !supported_feature[i]) in check_physical_device_features()
2599 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in check_physical_device_features() local2603 if (enabled_feature[i] && !supported_feature[i]) in check_physical_device_features()