Home
last modified time | relevance | path

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

12345678910>>...45

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
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 …]
Dfeatures.adoc1 // Copyright 2015-2024 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 …]
/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/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/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/
DRoadmap-2022.adoc1 // Copyright 2021-2024 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/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.descriptor_set.descriptor_set_layout.empty_set.normal
2 dEQP-VK.api.descriptor_set.descriptor_set_layout.empty_set.push_descriptor
3 dEQP-VK.api.descriptor_set.descriptor_set_layout_lifetime.compute
4 dEQP-VK.api.descriptor_set.descriptor_set_layout_lifetime.graphics
5 dEQP-VK.api.driver_properties.driver_id_match
6 dEQP-VK.api.driver_properties.info_zero_terminated
7 dEQP-VK.api.driver_properties.name_is_not_empty
8 dEQP-VK.api.driver_properties.name_zero_terminated
9 dEQP-VK.api.info.format_properties.b16g16r16g16_422_unorm
10 dEQP-VK.api.info.format_properties.b4g4r4a4_unorm_pack16
[all …]
/third_party/rust/crates/syn/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
24 timeout-minutes: 45
26 - uses: actions/checkout@v4
27 - uses: dtolnay/rust-toolchain@nightly
29 components: llvm-tools, rustc-dev
30 - run: cargo test --all-features --release --tests
36 runs-on: ${{matrix.os || 'ubuntu'}}-latest
38 fail-fast: false
42 - rust: nightly
[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/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/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/curl/docs/libcurl/
Dcurl_version_info.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - curl_version (3)
9 ---
13 curl_version_info - returns runtime libcurl version info
26 features in the running version of libcurl. *age* should be set to the
35 or not, instead of using compile-time checks, as dynamic/DLL libraries can be
39 curl_global_init(3) has not been called. It is therefore not thread-safe
51 int features; /* bitmask, see below */
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
18 runs-on: ubuntu-latest
19 timeout-minutes: 45
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@nightly
23 - run: cd test_suite && cargo test --features unstable
27 runs-on: windows-latest
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@nightly
[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/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/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 …]
DHost.cpp1 //===-- 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/
Dmkdocs.yml12 copyright: Copyright &copy; 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/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc28 #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 …]
Dhb-aat-map.cc33 #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/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 …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_device_info.py33 # 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 …]

12345678910>>...45