Home
last modified time | relevance | path

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

/external/curl/
Dlibcurl.pc.in31 supported_features="@SUPPORT_FEATURES@" var
/external/strace/tests/
Dbtrfs.c1993 struct btrfs_ioctl_feature_flags supported_features[3]; in btrfs_test_features_ioctls() local
2010 &supported_features); in btrfs_test_features_ioctls()
2011 btrfs_print_features(&supported_features[0]); in btrfs_test_features_ioctls()
2015 &supported_features); in btrfs_test_features_ioctls()
2020 btrfs_print_features(&supported_features[0]); in btrfs_test_features_ioctls()
2022 btrfs_print_features(&supported_features[1]); in btrfs_test_features_ioctls()
2024 btrfs_print_features(&supported_features[2]); in btrfs_test_features_ioctls()
/external/strace/tests-mx32/
Dbtrfs.c1993 struct btrfs_ioctl_feature_flags supported_features[3]; in btrfs_test_features_ioctls() local
2010 &supported_features); in btrfs_test_features_ioctls()
2011 btrfs_print_features(&supported_features[0]); in btrfs_test_features_ioctls()
2015 &supported_features); in btrfs_test_features_ioctls()
2020 btrfs_print_features(&supported_features[0]); in btrfs_test_features_ioctls()
2022 btrfs_print_features(&supported_features[1]); in btrfs_test_features_ioctls()
2024 btrfs_print_features(&supported_features[2]); in btrfs_test_features_ioctls()
/external/strace/tests-m32/
Dbtrfs.c1993 struct btrfs_ioctl_feature_flags supported_features[3]; in btrfs_test_features_ioctls() local
2010 &supported_features); in btrfs_test_features_ioctls()
2011 btrfs_print_features(&supported_features[0]); in btrfs_test_features_ioctls()
2015 &supported_features); in btrfs_test_features_ioctls()
2020 btrfs_print_features(&supported_features[0]); in btrfs_test_features_ioctls()
2022 btrfs_print_features(&supported_features[1]); in btrfs_test_features_ioctls()
2024 btrfs_print_features(&supported_features[2]); in btrfs_test_features_ioctls()
/external/adhd/cras/src/server/
Dcras_hfp_slc.c447 static int supported_features(struct hfp_slc_handle *handle, const char *cmd) in supported_features() function
531 { "AT+BRSF", supported_features },
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp313 VkPhysicalDeviceFeatures *supported_features) { in GpuPreCallRecordCreateDevice() argument
314 …if (supported_features->fragmentStoresAndAtomics || supported_features->vertexPipelineStoresAndAto… in GpuPreCallRecordCreateDevice()
319 new_features.fragmentStoresAndAtomics = supported_features->fragmentStoresAndAtomics; in GpuPreCallRecordCreateDevice()
320 … new_features.vertexPipelineStoresAndAtomics = supported_features->vertexPipelineStoresAndAtomics; in GpuPreCallRecordCreateDevice()
Dcore_validation.h629 VkPhysicalDeviceFeatures* supported_features);
Dcore_validation.cpp2370 VkPhysicalDeviceFeatures supported_features; in PreCallRecordCreateDevice() local
2371 instance_dispatch_table.GetPhysicalDeviceFeatures(gpu, &supported_features); in PreCallRecordCreateDevice()
2372 GpuPreCallRecordCreateDevice(gpu, modified_create_info, &supported_features); in PreCallRecordCreateDevice()
/external/e2fsprogs/debugfs/
Dro_debug_cmds.ct85 supported_features;
Ddebug_cmds.ct182 supported_features;
/external/mesa3d/src/intel/vulkan/
Danv_device.c1351 VkPhysicalDeviceFeatures supported_features; in anv_CreateDevice() local
1352 anv_GetPhysicalDeviceFeatures(physicalDevice, &supported_features); in anv_CreateDevice()
1353 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in anv_CreateDevice()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1052 VkPhysicalDeviceFeatures supported_features; in radv_CreateDevice() local
1053 radv_GetPhysicalDeviceFeatures(physicalDevice, &supported_features); in radv_CreateDevice()
1054 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in radv_CreateDevice()
/external/e2fsprogs/debian/
Dchangelog1915 * Add supported_features command to debugfs