Home
last modified time | relevance | path

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

/third_party/curl/
Dbackport-0101-curl-7.32.0-multilib.patch82 supported_features="@SUPPORT_FEATURES@"
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h237 const std::string& codegen_name, uint64 supported_features,
Dcommand_line_interface.cc2028 const std::string& codegen_name, uint64 supported_features, in EnforceProto3OptionalSupport() argument
2031 supported_features & CodeGenerator::FEATURE_PROTO3_OPTIONAL; in EnforceProto3OptionalSupport()
2254 plugin_name, response.supported_features(), parsed_files)) { in GeneratePluginOutput()
Dplugin.proto112 optional uint64 supported_features = 2; field
Dplugin.pb.h938 ::PROTOBUF_NAMESPACE_ID::uint64 supported_features() const;
1718 inline ::PROTOBUF_NAMESPACE_ID::uint64 CodeGeneratorResponse::supported_features() const { in supported_features() function
/third_party/libdrm/tests/amdgpu/
Dras_tests.c487 uint32_t supported_features; in amdgpu_ras_lookup_capability() member
497 return features.supported_features; in amdgpu_ras_lookup_capability()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1909 VkPhysicalDeviceFeatures supported_features; in check_physical_device_features() local
1911 pdev->vk.dispatch_table.GetPhysicalDeviceFeatures(physicalDevice, &supported_features); in check_physical_device_features()
1913 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in check_physical_device_features()