| /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/mesa3d/src/vulkan/runtime/ |
| D | vk_physical_device.h | 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. 80 /** Table of all physical device properties which is initialized similarly 83 struct vk_properties properties; member [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. 35 const struct vk_properties *properties, in vk_physical_device_init() argument 39 vk_object_base_instance_init(instance, &pdevice->base, VK_OBJECT_TYPE_PHYSICAL_DEVICE); in vk_physical_device_init() [all …]
|
| D | vk_shader.h | 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. 31 #include "util/mesa-blake3.h" 71 #pragma GCC diagnostic error "-Wpadded" [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/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/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/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/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/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 …]
|
| D | analog-output-speaker-always.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 19 ; See analog-output.conf.common for an explanation on the directives 23 description-key = analog-output-speaker 25 [Properties] 26 device.icon_name = audio-speakers 59 override-map.1 = all 60 override-map.2 = all-left,all-right 65 override-map.1 = all 66 override-map.2 = all-left,all-right [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/grpc/src/core/tsi/ |
| D | transport_security.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 11 // Unless required by applicable law or agreed to in writing, software 27 // --- tsi_result common implementation. --- 77 // --- tsi_frame_protector common implementation. --- 86 if (self == nullptr || self->vtable == nullptr || in tsi_frame_protector_protect() 92 if (self->vtable->protect == nullptr) return TSI_UNIMPLEMENTED; in tsi_frame_protector_protect() 93 return self->vtable->protect(self, unprotected_bytes, unprotected_bytes_size, in tsi_frame_protector_protect() 101 if (self == nullptr || self->vtable == nullptr || in tsi_frame_protector_protect_flush() 107 if (self->vtable->protect_flush == nullptr) return TSI_UNIMPLEMENTED; in tsi_frame_protector_protect_flush() 108 return self->vtable->protect_flush(self, protected_output_frames, in tsi_frame_protector_protect_flush() [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/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/rust/rust/src/ci/docker/host-x86_64/dist-various-1/ |
| D | Dockerfile | 3 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ 10 libtool-bin \ 14 xz-utils \ 15 libncurses-dev \ 18 ninja-build \ 21 ca-certificates \ 26 xz-utils \ 27 zlib1g-dev \ 28 g++-arm-linux-gnueabi \ 29 g++-arm-linux-gnueabihf \ [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/mesa3d/src/amd/vpelib/src/core/inc/ |
| D | vpe_priv.h | 4 * copy of this software and associated documentation files (the "Software"), 5 * to deal in the Software without restriction, including without limitation 7 * and/or sell copies of the Software, and to permit persons to whom the 8 * Software is furnished to do so, subject to the following conditions: 11 * all copies or substantial portions of the Software. 13 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 19 * OTHER DEALINGS IN THE SOFTWARE. 41 #define vpe_zalloc(size) vpe_priv->init.funcs.zalloc(vpe_priv->init.funcs.mem_ctx, size) 42 #define vpe_free(ptr) vpe_priv->init.funcs.free(vpe_priv->init.funcs.mem_ctx, (ptr)) [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 …]
|