| /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 …]
|
| D | features.adoc | 1 // 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/ |
| 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 …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/ |
| D | Roadmap-2022.adoc | 1 // 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/protobuf/docs/design/editions/ |
| D | editions-life-of-a-featureset.md | 3 **Author:** [@mkruskal-google](https://github.com/mkruskal-google) 5 **Approved:** 2023-08-17 9 Outside of some minor spelling tweaks, our current implementation of features 11 [Protobuf Editions Design: Features](protobuf-editions-design-features.md). This 13 though, and it's left under-specified who is responsible for generating these 24 resolved runtime features to the runtime. This had the added benefit that we 25 could treat our C++ feature resolution logic as a source-of-truth and didn't 29 follow-up attempt to specifically handle the default feature sets of an edition. 30 We had realized that we would need proto2/proto3 default features in each 33 was that we should continue using the protoc frontend as the source-of-truth, [all …]
|
| D | protobuf-editions-design-features.md | 1 # Protobuf Editions Design: Features 6 **Approved:** 2022-10-13 9 features. 13 The [Protobuf Editions](what-are-protobuf-editions.md) project uses "editions" 15 "features" with a default value per feature. The set of features or a default 17 Features define the specific points of change and evolution on a per entity 23 [custom options](https://protobuf.dev/programming-guides/proto2#customoptions) 29 Here is a small sample usage of features to give a flavor for how it looks 38 option features.repeated_field_encoding = EXPANDED; 39 option features.enum = OPEN; [all …]
|
| D | editions-feature-visibility.md | 3 **Authors:** [@mkruskal-google](https://github.com/mkruskal-google) 5 **Approved:** 2023-09-08 9 While [Editions: Life of a FeatureSet](editions-life-of-a-featureset.md) handles 10 how we propagate features *to* runtimes, what's left under-specified is how the 11 runtimes should expose features to their users. *Exposing Editions Feature Sets* 14 This is a much more targeted document laying out how features should be treated 21 1. **Direct access to resolved features protos** - While runtime decisions 22 *should* be made based on the data in these protos, their struct-like nature 27 difficult to guarantee that complex relationships between features and other 30 2. **Accidental use of unresolved features** - Unresolved features represent a [all …]
|
| D | life-of-an-edition.md | 5 How to use Protobuf Editions to construct a large-scale change that modifies the 11 editions, themselves, and [features](protobuf-editions-design-features.md)) for 12 designing migrations and large-scale changes intended to solve a particular kind 17 * How features are added to the language. 19 * How to build different kinds of large-scale changes. 20 * Tooling in `protoc` to support large-scale changes. 23 ## Defining Features 25 There are two kinds of features: 27 * Global features, which are the fields of `proto.Features`. In this document, 28 we refer to them as `features.<name>`, e.g. `features.enum`. [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/protobuf/src/google/protobuf/ |
| D | sample_messages_edition.proto | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 17 option features.(pb.cpp).string_type = VIEW; 36 NEG = -1; // Intentionally negative. 94 repeated int32 packed_int32 = 75 [features.repeated_field_encoding = PACKED]; 95 repeated int64 packed_int64 = 76 [features.repeated_field_encoding = PACKED]; 97 [features.repeated_field_encoding = PACKED]; 99 [features.repeated_field_encoding = PACKED]; 101 [features.repeated_field_encoding = PACKED]; [all …]
|
| /third_party/vk-gl-cts/android/cts/main/vk-incremental-deqp/ |
| D | api.txt | 1 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/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/protobuf/editions/golden/ |
| D | test_messages_proto2_editions.proto | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 10 // - conformance tests 18 option features.enum_type = CLOSED; 19 option features.repeated_field_encoding = EXPANDED; 20 option features.utf8_validation = NONE; 45 NEG = -1; // Intentionally negative. 108 features.repeated_field_encoding = PACKED 112 features.repeated_field_encoding = PACKED [all …]
|
| /third_party/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 13 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/ |
| 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/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/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/rust/library/std/ |
| D | Cargo.toml | 1 cargo-features = ["public-dependency"] 6 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/rust.git" 12 crate-type = ["dylib", "rlib"] 16 cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } 20 libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = t… 24 hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] } 25 …ect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of… 28 addr2line = { version = "0.21.0", optional = true, default-features = false } 29 rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] } [all …]
|
| /third_party/vk-gl-cts/android/cts/main/src/ |
| D | vk-incremental-deqp.txt | 2 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/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.cc | 4 * SPDX-License-Identifier: MIT 12 #include "drm-uapi/drm_fourcc.h" 65 uint16_t family = fd_dev_gpu_id(&device->dev_id); in tu_device_get_cache_uuid() 71 return -1; in tu_device_get_cache_uuid() 140 return strcmp(instance->knl->name, "kgsl") == 0; in is_kgsl() 147 /* device->has_raytracing contains the value of the SW fuse. If the in get_device_extensions() 153 device->info->a7xx.has_ray_intersection && in get_device_extensions() 154 (!device->info->a7xx.has_sw_fuse || device->has_raytracing); in get_device_extensions() 157 .KHR_8bit_storage = device->info->a7xx.storage_8bit, in get_device_extensions() 158 .KHR_16bit_storage = device->info->a6xx.storage_16bit, in get_device_extensions() [all …]
|
| /third_party/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - run: cargo test 36 - run: cargo test --no-default-features 37 - run: cargo test --features span-locations [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… 68 features=True), 71 features=True, properties=True), [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/curl/docs/libcurl/ |
| D | curl_version_info.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - curl_version (3) 10 - All 11 --- 15 curl_version_info - returns runtime libcurl version info 28 features in the running version of libcurl. *age* should be set to the 37 or not, instead of using compile-time checks, as dynamic/DLL libraries can be 41 curl_global_init(3) has not been called. It is therefore not thread-safe [all …]
|