| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_vulkan.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 18 #include "common/angleutils.h" 19 #include "common/debug.h" 20 #include "common/system_utils.h" 21 #include "common/vulkan/libvulkan_loader.h" 47 // If Vulkan doesn't exist, bail-out early: in getVulkanInstance() 96 return reinterpret_cast<Func>(mLibVulkan->getSymbol(fn)); in getProc() 135 // If Vulkan doesn't exist, bail-out early: in GetSystemInfoVulkanWithICD() 158 info->gpus.resize(physicalDeviceCount); in GetSystemInfoVulkanWithICD() 162 VkPhysicalDeviceProperties properties; in GetSystemInfoVulkanWithICD() local [all …]
|
| /third_party/openssl/crypto/property/ |
| D | README.md | 1 Selecting algorithm implementations by properties 4 Properties are associated with algorithms and are used to select between 14 * Providers will often give the same implementation properties to most or 16 across an entire provider. Likewise for, hardware, accelerated, software, 22 * ... property queries are very common. These must be fast. 32 * That definition is uncommon and queries are very common, we can treat 38 values) of all properties and to reference these instead of duplicating 42 properties can be sorted by the string index which makes comparisons linear 43 time rather than quadratic time - the O(n log n) sort cost being amortised. 46 properties are used and not algorithm properties, or at least these are [all …]
|
| /third_party/pulseaudio/src/modules/ |
| D | module-zeroconf-discover.c | 4 Copyright 2004-2006 Lennart Poettering 6 PulseAudio is free software; you can redistribute it and/or modify 8 published by the Free Software Foundation; either version 2.1 of the 29 #include <avahi-client/client.h> 30 #include <avahi-client/lookup.h> 31 #include <avahi-common/alternative.h> 32 #include <avahi-common/error.h> 33 #include <avahi-common/domain.h> 34 #include <avahi-common/malloc.h> 38 #include <pulsecore/core-util.h> [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | AdapterDiscoveryTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 15 #include "common/GPUInfo.h" 16 #include "common/Platform.h" 17 #include "common/SystemUtils.h" 60 wgpu::AdapterProperties properties; in TEST() local 61 adapter.GetProperties(&properties); in TEST() 63 EXPECT_EQ(properties.backendType, wgpu::BackendType::Vulkan); in TEST() 64 EXPECT_EQ(properties.adapterType, wgpu::AdapterType::CPU); in TEST() 65 EXPECT_TRUE(gpu_info::IsSwiftshader(properties.vendorID, properties.deviceID)); in TEST() [all …]
|
| /third_party/lzma/ |
| D | README.md | 5 --- 19 7z is a main file format for 7-Zip compression program (www.7-zip.org). 21 7z also supports AES-256 based encryption. 27 --- 29 ## Software Architecture 31 --- 34 | :------ | :---------| :----- | :----- | :----- | 43 --- 48 ├── Asm # asm files (optimized code for CRC calculation and Intel-AES e… 55 │ ├── Lzma # LZMA program (file->file LZMA encoder/decoder) [all …]
|
| /third_party/icu/docs/userguide/icu/ |
| D | posix.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 57 graphic characters available in US-ASCII — can be reliably accessed via 68 US-ASCII characters, but any software that uses non-ASCII characters becomes 69 platform-dependent. It is practically impossible to provide sophisticated 75 work for non-trivial cases. [all …]
|
| /third_party/skia/third_party/externals/dawn/src/fuzzers/ |
| D | DawnWireServerAndFrontendFuzzer.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 17 #include "common/Assert.h" 29 std::vector<dawn_native::Adapter> adapters = instance->GetAdapters(); in LLVMFuzzerTestOneInput() 33 wgpu::AdapterProperties properties; in LLVMFuzzerTestOneInput() local 34 adapter.GetProperties(&properties); in LLVMFuzzerTestOneInput() 36 if (properties.backendType == wgpu::BackendType::Null) { in LLVMFuzzerTestOneInput()
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-rootfs.sh | 3 set -ex 6 ARCH_PACKAGES="firmware-qcom-media 7 firmware-linux-nonfree 10 libglu1-mesa 11 libvulkan-dev 15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common 16 apt-key add /llvm-snapshot.gpg.key 17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main" 19 ARCH_PACKAGES="firmware-amd-graphics 20 inetutils-syslogd [all …]
|
| /third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
| D | analog-input-mic.conf.common | 3 # PulseAudio is free software; you can redistribute it and/or modify 5 # published by the Free Software Foundation; either version 2.1 of the 16 ; Common element for all microphone inputs 18 ; See analog-output.conf.common for an explanation on the directives 20 [Properties] 21 device.icon_name = audio-input-microphone 60 name = input-microphone
|
| D | analog-output-headphones-2.conf | 3 # PulseAudio is free software; you can redistribute it and/or modify 5 # published by the Free Software Foundation; either version 2.1 of the 16 ; Path for the second headphone output on dual-headphone machines. 18 ; See analog-output.conf.common for an explanation on the directives 23 [Properties] 24 device.icon_name = audio-headphones 28 required-any = any 32 required-any = any 37 override-map.1 = all 38 override-map.2 = all-left,all-right [all …]
|
| D | analog-output-headphones.conf | 3 # PulseAudio is free software; you can redistribute it and/or modify 5 # published by the Free Software Foundation; either version 2.1 of the 18 ; See analog-output.conf.common for an explanation on the directives 22 description-key = analog-output-headphones 24 [Properties] 25 device.icon_name = audio-headphones 28 required-any = any 31 required-any = any 36 required-any = any 40 required-any = any [all …]
|
| /third_party/skia/third_party/externals/dawn/examples/ |
| D | SampleUtils.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 17 #include "common/Assert.h" 18 #include "common/Log.h" 19 #include "common/Platform.h" 20 #include "common/SystemUtils.h" 58 dawn::ErrorLog() << "GLFW error: " << code << " - " << message; in PrintGLFWError() 119 std::vector<dawn_native::Adapter> adapters = instance->GetAdapters(); in CreateCppDawnDevice() 121 [](const dawn_native::Adapter adapter) -> bool { in CreateCppDawnDevice() 122 wgpu::AdapterProperties properties; in CreateCppDawnDevice() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Features.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 17 #include "common/Assert.h" 18 #include "common/BitSetIterator.h" 35 {"texture-compression-bc", "Support Block Compressed (BC) texture formats", 39 {"texture-compression-etc2", 45 {"texture-compression-astc", 51 {"shader-float16", 56 {"pipeline-statistics-query", "Support Pipeline Statistics Query", 60 {"timestamp-query", "Support Timestamp Query", [all …]
|
| /third_party/astc-encoder/jenkins/ |
| D | build.Dockerfile | 3 RUN useradd -u 1000 -U -m -c Jenkins jenkins 5 RUN apt update && apt -y upgrade \ 6 && apt install -y \ 7 software-properties-common \ 16 python3-pip \ 17 python3-venv \ 18 python3-numpy \ 19 python3-pil \ 20 ca-certificates \ 23 && rm -rf /var/lib/apt/lists/* [all …]
|
| /third_party/lz4/.circleci/images/primary/ |
| D | Dockerfile | 1 FROM circleci/buildpack-deps:bionic 3 RUN sudo apt-get -y -qq update 4 RUN sudo apt-get -y install software-properties-common 5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 6 RUN sudo apt-get -y install cmake 7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm 8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386 9 RUN sudo apt-get -y install clang clang-tools 10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6 11 RUN sudo apt-get -y install valgrind [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | VulkanInfo.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 18 #include "common/ityp_array.h" 19 #include "common/vulkan_platform.h" 31 // Global information - gathered before the instance is created 48 // Device information - gathered before the device is created. 60 VkPhysicalDeviceProperties properties; member
|
| D | AdapterVk.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 21 #include "common/GPUInfo.h" 49 VkFormatProperties properties; in IsDepthStencilFormatSupported() local 50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported() 51 &properties); in IsDepthStencilFormatSupported() 52 return properties.optimalTilingFeatures & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT; in IsDepthStencilFormatSupported() 65 "Vulkan driver version: " + std::to_string(mDeviceInfo.properties.driverVersion); in InitializeImpl() 68 mPCIInfo.deviceId = mDeviceInfo.properties.deviceID; in InitializeImpl() 69 mPCIInfo.vendorId = mDeviceInfo.properties.vendorID; in InitializeImpl() [all …]
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_device.c | 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 8 * and/or sell copies of the Software, and to permit persons to whom the 9 * Software is furnished to do so, subject to the following conditions: 13 * Software. 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 21 * IN THE SOFTWARE. 41 if (physical_device->supported_sync_types == NULL) in get_timeline_mode() 46 physical_device->supported_sync_types; *t; t++) { in get_timeline_mode() [all …]
|
| D | vk_physical_device.c | 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 8 * and/or sell copies of the Software, and to permit persons to whom the 9 * Software is furnished to do so, subject to the following conditions: 13 * Software. 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 21 * IN THE SOFTWARE. 36 vk_object_base_init(NULL, &pdevice->base, VK_OBJECT_TYPE_PHYSICAL_DEVICE); in vk_physical_device_init() 37 pdevice->instance = instance; in vk_physical_device_init() [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_test-base.sh | 3 set -e 4 set -o xtrace 8 apt-get install -y ca-certificates gnupg2 software-properties-common 10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 16 python3-dev \ 17 python3-pip \ 18 python3-setuptools \ 19 python3-wheel \ 23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key 24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main" [all …]
|
| D | x86_build-base.sh | 3 set -e 4 set -o xtrace 8 apt-get install -y ca-certificates gnupg2 software-properties-common 11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key 12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main" 14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 19 python3-pip \ 20 python3-setuptools \ 23 apt-get update 25 apt-get install -y --no-remove \ [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/docs/ |
| D | usermanual-integration.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> 11 software stack commonly found in desktop Linux 15 Android, Qt, or application-specific widget libraries. 19 text-rendering pipeline, and will discuss the APIs available to 21 software. It will also show how HarfBuzz integrates with popular 28 other common system libraries. The most common architecture uses 32 Unicode code points that share the same segment properties 33 (namely, direction, language, and script, but also higher-level [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | dsd_tablegen.h | 8 * FFmpeg is free software; you can redistribute it and/or 10 * License as published by the Free Software Foundation; either 19 * License along with FFmpeg; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 33 #include "libavutil/common.h" 36 * Properties of this 96-tap lowpass filter when applied on a signal 44 * spectrum below 70 kHz is practically alias-free. 53 * The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter 59 0.003883043418804416, -0.003284703416210726, -0.008080250212687497, 60 -0.01067241812471033, -0.01139427235000863, -0.0106813877974587, [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
| D | dbus_new_introspect.c | 2 * wpa_supplicant - D-Bus introspection 7 * This software may be distributed under the terms of the BSD license. 13 #include "utils/common.h" 33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0) in add_interface() 40 iface->dbus_interface = os_strdup(dbus_interface); in add_interface() 41 iface->xml = wpabuf_alloc(15000); in add_interface() 42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface() 43 os_free(iface->dbus_interface); in add_interface() 44 wpabuf_free(iface->xml); in add_interface() 48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); in add_interface() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
| D | dbus_new_introspect.c | 2 * wpa_supplicant - D-Bus introspection 7 * This software may be distributed under the terms of the BSD license. 13 #include "utils/common.h" 33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0) in add_interface() 40 iface->dbus_interface = os_strdup(dbus_interface); in add_interface() 41 iface->xml = wpabuf_alloc(16000); in add_interface() 42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface() 43 os_free(iface->dbus_interface); in add_interface() 44 wpabuf_free(iface->xml); in add_interface() 48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); in add_interface() [all …]
|