| /third_party/gstreamer/gstreamer/gst/ |
| D | gstcapsfeatures.c | 18 * Boston, MA 02110-1301, USA. 24 * @short_description: A set of features in caps 28 * for additional features for a specific #GstStructure. Caps structures with 29 * the same name but with a non-equal set of caps features are not compatible. 30 * If a pad supports multiple sets of features it has to add multiple equal 38 * are considered non-fixed and during negotiation some #GstCapsFeatures have 41 * Examples for caps features would be the requirement of a specific #GstMemory 42 * types or the requirement of having a specific #GstMeta on the buffer. Features 78 #define IS_MUTABLE(features) \ argument 79 (!features->parent_refcount || \ [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | features.txt | 1 // Copyright 2015-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 5 // This text fragment is used many times in the Features chapter. 7 // tag::features[] 13 slink:VkDeviceCreateInfo to selectively enable these features. 14 // end::features[] 18 [[features]] 19 = Features 23 Features are properties of the physical device. 24 Features are optional:, and must: be explicitly enabled before use. [all …]
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | vk_mandatory_format_support_capture_to_json.js | 3 * Use of this source code is governed by a BSD-style license that can be 17 // Map all features to indexes of squares. 18 $("#features-formats-mandatory-features-subbyte td").each(function() { 22 indexToFeatureMap[index--] = $(this).text(); 28 ["features-formats-mandatory-features-subbyte", 29 "features-formats-mandatory-features-2byte", 30 "features-formats-mandatory-features-4byte", 31 "features-formats-mandatory-features-10bit", 32 "features-formats-mandatory-features-16bit", 33 "features-formats-mandatory-features-32bit", [all …]
|
| /third_party/rust/crates/clap/ |
| D | Cargo.toml | 12 license = "MIT OR Apache-2.0" 14 rust-version = "1.64.0" # MSRV 28 description = "A simple to use, efficient, and full-featured Command Line Argument Parser" 29 repository = "https://github.com/clap-rs/clap" 30 categories = ["command-line-interface"] 40 rust-version.workspace = true 44 features = ["unstable-doc"] 45 rustdoc-args = ["--cfg", "docsrs"] 46 cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] 49 features = ["unstable-doc"] [all …]
|
| D | Makefile | 4 # - Easy to debug: show the command being run 5 # - Leverage CI features: Only run individual steps so we can use features like reporting elapsed t… 7 ARGS?=--workspace 10 ARGS+=--target ${TOOLCHAIN_TARGET} 16 _FEATURES_minimal = --no-default-features --features "std" 18 …asm = --no-default-features --features "std help usage error-context suggestions" --features "depr… 19 _FEATURES_full = --features "deprecated derive cargo env unicode string unstable-replace wrap_help" 20 _FEATURES_next = ${_FEATURES_full} --features unstable-v5 21 _FEATURES_debug = ${_FEATURES_full} --features debug --features clap_complete/debug 22 _FEATURES_release = ${_FEATURES_full} --release [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | GCNProcessors.td | 1 //===-- GCNProcessors.td - GCN Processor definitions ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 def : ProcessorModel<"generic-hsa", NoSchedModel, 19 //===------------------------------------------------------------===// 21 //===------------------------------------------------------------===// 24 FeatureISAVersion6_0_0.Features 28 FeatureISAVersion6_0_0.Features 32 FeatureISAVersion6_0_1.Features 36 FeatureISAVersion6_0_1.Features [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 37 static const VkPhysicalDeviceFeatures features{ in getFeatures() local 99 return features; in getFeatures() 103 static void getPhysicalDeviceSamplerYcbcrConversionFeatures(T *features) in getPhysicalDeviceSamplerYcbcrConversionFeatures() argument 105 features->samplerYcbcrConversion = VK_TRUE; in getPhysicalDeviceSamplerYcbcrConversionFeatures() 109 static void getPhysicalDevice16BitStorageFeatures(T *features) in getPhysicalDevice16BitStorageFeatures() argument 111 features->storageBuffer16BitAccess = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 112 features->storageInputOutput16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 113 features->storagePushConstant16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 114 features->uniformAndStorageBuffer16BitAccess = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() [all …]
|
| /third_party/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 18 timeout-minutes: 45 20 - uses: actions/checkout@v3 21 - uses: dtolnay/rust-toolchain@nightly 23 components: rustc-dev 24 - run: cargo test --all-features --release --tests 28 runs-on: ${{matrix.os || 'ubuntu'}}-latest 30 fail-fast: false 34 - rust: nightly [all …]
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkphysicaldevice.c | 18 * Boston, MA 02110-1301, USA. 110 "device-index", device_index, NULL); in gst_vulkan_physical_device_new() 124 device->instance = g_value_dup_object (value); in gst_vulkan_physical_device_set_property() 128 if (device->instance == VK_NULL_HANDLE in gst_vulkan_physical_device_set_property() 129 || device_id >= device->instance->n_physical_devices) { in gst_vulkan_physical_device_set_property() 130 g_critical ("%s: Cannot set device-index larger than the " in gst_vulkan_physical_device_set_property() 133 device->device_index = device_id; in gst_vulkan_physical_device_set_property() 151 g_value_set_object (value, device->instance); in gst_vulkan_physical_device_get_property() 154 g_value_set_uint (value, device->device_index); in gst_vulkan_physical_device_get_property() 157 g_value_set_string (value, device->properties.deviceName); in gst_vulkan_physical_device_get_property() [all …]
|
| /third_party/rust/crates/log/.github/workflows/ |
| D | main.yml | 7 runs-on: ${{ matrix.os }} 12 - build: stable 13 os: ubuntu-latest 15 - build: beta 16 os: ubuntu-latest 18 - build: nightly 19 os: ubuntu-latest 21 - build: macos 22 os: macos-latest 24 - build: win32 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | ELFObjectFile.cpp | 1 //===- ELFObjectFile.cpp - ELF object file implementation -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 98 SubtargetFeatures Features; in getMIPSFeatures() local 105 Features.AddFeature("mips2"); in getMIPSFeatures() 108 Features.AddFeature("mips3"); in getMIPSFeatures() 111 Features.AddFeature("mips4"); in getMIPSFeatures() 114 Features.AddFeature("mips5"); in getMIPSFeatures() 117 Features.AddFeature("mips32"); in getMIPSFeatures() [all …]
|
| /third_party/rust/crates/nom/.github/workflows/ |
| D | ci.yml | 13 runs-on: ubuntu-latest 18 - stable 19 - beta 20 - nightly 21 - 1.48.0 23 features: 24 - '' 27 - rust: stable 28 features: '' 29 - rust: stable [all …]
|
| /third_party/curl/docs/libcurl/ |
| D | curl_version_info.3 | 21 .\" * SPDX-License-Identifier: curl 28 curl_version_info - returns runtime libcurl version info 37 features in the running version of libcurl. \fIage\fP should be set to the 46 or not, instead of using compile-time checks, as dynamic/DLL libraries can be 50 \fIcurl_global_init(3)\fP has not been called. It is therefore not thread-safe 62 int features; /* bitmask, see below */ 98 const char *cainfo; /* the built-in default CURLOPT_CAINFO, might 100 const char *capath; /* the built-in default CURLOPT_CAPATH, might 134 \fIfeatures\fP is a bit mask representing available features. It can 140 names of the features that libcurl supports. The array is terminated by a NULL [all …]
|
| /third_party/rust/crates/nom/ |
| D | Cargo.toml | 6 description = "A byte-oriented, zero-copy, parser combinators library" 11 keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"] 17 rust-version = "1.48" 31 [features] 33 std = ["alloc", "memchr/std", "minimal-lexical/std"] 37 [dependencies.minimal-lexical] 39 default-features = false 43 default-features = false 45 [dev-dependencies] 46 doc-comment = "0.3" [all …]
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 4 * SPDX-License-Identifier: MIT 58 uint64_t driver_flags = device->instance->debug_flags & TU_DEBUG_NOMULTIPOS; in tu_device_get_cache_uuid() 59 uint16_t family = fd_dev_gpu_id(&device->dev_id); in tu_device_get_cache_uuid() 65 return -1; in tu_device_get_cache_uuid() 120 .KHR_16bit_storage = device->info->a6xx.storage_16bit, in get_device_extensions() 145 .KHR_performance_query = device->instance->debug_flags & TU_DEBUG_PERFC, in get_device_extensions() 179 .EXT_sample_locations = device->info->a6xx.has_sample_locations, in get_device_extensions() 191 .EXT_filter_cubic = device->info->a6xx.has_tex_filter_cubic, in get_device_extensions() 224 .IMG_filter_cubic = device->info->a6xx.has_tex_filter_cubic, in get_device_extensions() 243 const char *fd_name = fd_dev_name(&device->dev_id); in tu_physical_device_init() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | AArch64TargetParser.cpp | 1 //===-- AArch64TargetParser - Parser for AArch64 features -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements a target parser to recognise AArch64 hardware features 12 //===----------------------------------------------------------------------===// 23 return (Arch[1] - 48); in checkArchVersion() 63 std::vector<StringRef> &Features) { in getExtensionFeatures() argument 68 Features.push_back("+fp-armv8"); in getExtensionFeatures() 70 Features.push_back("+neon"); in getExtensionFeatures() 72 Features.push_back("+crc"); in getExtensionFeatures() [all …]
|
| D | Host.cpp | 1 //===-- Host.cpp - Implement OS Host Concept --------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 20 #include "llvm/Config/llvm-config.h" 28 // Include the platform-specific parts of this class. 45 #define DEBUG_TYPE "host-detection" 47 //===----------------------------------------------------------------------===// 51 //===----------------------------------------------------------------------===// 69 // and so we must use an operating-system interface to determine the current in getHostCPUNameForPowerPC() [all …]
|
| /third_party/json/docs/mkdocs/ |
| D | mkdocs.yml | 12 copyright: Copyright © 2013 - 2022 Niels Lohmann 24 features: 25 - navigation.instant 26 - navigation.tracking 27 - navigation.tabs 28 - navigation.indexes 29 - navigation.top 32 - Home: 33 - index.md 34 - home/license.md [all …]
|
| /third_party/rust/crates/serde/.github/workflows/ |
| D | ci.yml | 9 RUSTFLAGS: -Dwarnings 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 17 - uses: dtolnay/rust-toolchain@nightly 18 - run: cd test_suite && cargo test --features unstable 22 runs-on: windows-latest 24 - uses: actions/checkout@v2 25 - uses: dtolnay/rust-toolchain@nightly 26 - run: cd test_suite && cargo test --features unstable -- --skip ui --exact 30 runs-on: ubuntu-latest [all …]
|
| /third_party/rust/crates/clap/.github/workflows/ |
| D | ci.yml | 7 - cron: '3 3 3 * *' 17 runs-on: ubuntu-latest 19 - name: Done 27 - build: linux 28 os: ubuntu-latest 30 features: "full" 31 - build: windows 32 os: windows-latest 34 features: "full" 35 - build: mac [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ms-feature-ranges.cc | 28 #include "hb-ms-feature-ranges.hh" 31 hb_ms_setup_features (const hb_feature_t *features, in hb_ms_setup_features() argument 39 /* Sort features by start/end events. */ in hb_ms_setup_features() 44 feature.fea.tag_le = hb_uint32_swap (features[i].tag); in hb_ms_setup_features() 45 feature.fea.value = features[i].value; in hb_ms_setup_features() 51 event->index = features[i].start; in hb_ms_setup_features() 52 event->start = true; in hb_ms_setup_features() 53 event->feature = feature; in hb_ms_setup_features() 56 event->index = features[i].end; in hb_ms_setup_features() 57 event->start = false; in hb_ms_setup_features() [all …]
|
| D | hb-aat-map.cc | 33 #include "hb-aat-map.hh" 35 #include "hb-aat-layout.hh" 36 #include "hb-aat-layout-feat-table.hh" 41 if (!face->table.feat->has_data ()) return; in add_feature() 45 if (!face->table.feat->exposes_feature (HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES)) in add_feature() 47 feature_info_t *info = features.push(); in add_feature() 48 info->type = HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES; in add_feature() 49 info->setting = (hb_aat_layout_feature_selector_t) value; in add_feature() 50 info->seq = features.length; in add_feature() 51 info->is_exclusive = true; in add_feature() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_device_info.py | 33 # Extension(name, alias="", required=False, properties=False, features=False, conditions=None, … 35 # - required: the generated code debug_prints "ZINK: {name} required!" and 38 # - properties: enable the detection of extension properties in a physical 45 # - features: enable the getting extension features in a 46 # device. Similar to `properties`, this stores the features 49 # - conditions: criteria for enabling an extension. This is an array of strings, 55 # "info->rb2_feats.nullDescriptor" in the final code for VK_EXT_robustness2. 60 # - guard: adds a #if defined(`extension_name`)/#endif guard around the code generated for this Ex… 73 features=True), 81 features=True, [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLFeatureControlTest.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 63 EXPECT_EQ(nullptr, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, -1)); in TEST_P() 73 display->getFeatures().size())); in TEST_P() 93 angle::FeatureList features = display->getFeatures(); in TEST_P() local 94 for (size_t i = 0; i < features.size(); i++) in TEST_P() 96 EXPECT_STREQ(features[i]->name, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, i)); in TEST_P() 97 EXPECT_STREQ(FeatureCategoryToString(features[i]->category), in TEST_P() 99 EXPECT_STREQ(features[i]->description, in TEST_P() 101 EXPECT_STREQ(features[i]->bug, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_BUG_ANGLE, i)); in TEST_P() 102 EXPECT_STREQ(FeatureStatusToString(features[i]->enabled), in TEST_P() [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | versions.txt | 1 // Copyright 2015-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 14 <<extendingvulkan-compatibility-promotion,promoted>> from extensions. 24 [[versions-1.2]] 28 // is a refpage-specific alternate form of the section. 30 [open,refpage='VK_VERSION_1_2',desc='Vulkan version 1.2',type='feature',anchor='versions-1.2',xrefs… 31 -- 32 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a 38 Vulkan 1.2 functionality are summarized in the <<versions-1.2-promotions, 42 -- [all …]
|