Home
last modified time | relevance | path

Searched +full:- +full:- +full:features (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.c18 * 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/
Dfeatures.adoc1 // Copyright 2015-2022 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]] anchor
19 = Features chapter
23 Features are properties of the physical device.
24 Features are optional:, and must: be explicitly enabled before use.
[all …]
Dfeatures.txt1 // 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/
Dvk_mandatory_format_support_capture_to_json.js3 * 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/flutter/skia/third_party/externals/angle2/scripts/
Dvk_mandatory_format_support_capture_to_json.js3 * 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/
DCargo.toml12 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 …]
DMakefile4 # - 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/rust/crates/num-traits/ci/
Dtest_full.sh3 set -e
5 CRATE=num-traits
9 local array=($(rustc --version));
16 IFS=. read -ra rust <<< "$RUST_VERSION"
17 IFS=. read -ra want <<< "$1"
18 [[ "${rust[0]}" -gt "${want[0]}" ||
19 ( "${rust[0]}" -eq "${want[0]}" &&
20 "${rust[1]}" -ge "${want[1]}" )
30 FEATURES=()
31 check_version 1.26 && FEATURES+=(i128)
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/
DRoadmap-2022.adoc1 // Copyright 2021-2022 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
7 [[roadmap-2022]]
10 The Roadmap 2022 milestone is intended to be supported by newer mid-to-high-end devices shipping in…
16 === Required Features
18 The following core optional features are required to be supported:
20 * Vulkan 1.0 Optional Features
21 ** <<features-fullDrawIndexUint32, pname:fullDrawIndexUint32>>
22 ** <<features-imageCubeArray, pname:imageCubeArray>>
23 ** <<features-independentBlend, pname:independentBlend>>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNProcessors.td1 //===-- 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/rust/crates/syn/.github/workflows/
Dci.yml12 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/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp7 // 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/vk-gl-cts/android/cts/main/vk-incremental-deqp/
Dapi.txt1 dEQP-VK.api.version_check.version
2 dEQP-VK.api.version_check.entry_points
3 dEQP-VK.api.smoke.create_sampler
4 dEQP-VK.api.smoke.create_shader
5 dEQP-VK.api.smoke.triangle
6 dEQP-VK.api.smoke.asm_triangle
7 dEQP-VK.api.smoke.asm_triangle_no_opname
8 dEQP-VK.api.smoke.unused_resolve_attachment
9 dEQP-VK.api.pipeline.renderpass.destroy_pipeline_renderpass
10 dEQP-VK.api.pipeline.renderpass.framebuffer_compatible_renderpass
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c18 * 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/
Dmain.yml7 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/rust/crates/nom/.github/workflows/
Dci.yml13 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp1 //===- 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/vk-gl-cts/android/cts/main/src/
Dvk-incremental-deqp.txt2 dEQP-VK.info.build
3 dEQP-VK.info.device
4 dEQP-VK.info.platform
5 dEQP-VK.info.memory_limits
6 dEQP-VK.info.physical_devices
7 dEQP-VK.info.physical_device_groups
8 dEQP-VK.info.instance_layers
9 dEQP-VK.info.instance_extensions
10 dEQP-VK.info.device_features
11 dEQP-VK.info.device_properties
[all …]
/third_party/json/doc/mkdocs/
Dmkdocs.yml12 copyright: Copyright &copy; 2013 - 2021 Niels Lohmann
24 features:
25 - tabs
26 - instant
29 - Home:
30 - index.md
31 - home/license.md
32 - "Code of Conduct": home/code_of_conduct.md
33 - "FAQ": home/faq.md
34 - home/exceptions.md
[all …]
/third_party/rust/crates/nom/
DCargo.toml6 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/rust/crates/tracing/tracing-subscriber/
DCargo.toml2 name = "tracing-subscriber"
12 repository = "https://github.com/tokio-rs/tracing"
18 "development-tools::debugging",
19 "development-tools::profiling",
23 rust-version = "1.49.0"
25 [features]
27 default = ["smallvec", "fmt", "ansi", "tracing-log", "std"]
29 std = ["alloc", "tracing-core/std"]
30 env-filter = ["matchers", "regex", "once_cell", "tracing", "std", "thread_local"]
33 registry = ["sharded-slab", "thread_local", "std"]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAArch64TargetParser.cpp1 //===-- 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 …]
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c4 * 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/rust/crates/serde/.github/workflows/
Dci.yml9 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/
Dci.yml7 - 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 …]

12345678910>>...45