| /third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
| D | gfx9-vega20-fail.csv | 6 glx@glx-make-current,Fail 7 glx@glx-multi-window-single-context,Fail 8 glx@glx-visuals-depth -pixmap,Fail 9 glx@glx-visuals-stencil -pixmap,Fail 14 glx@glx_ext_import_context@import context- multi process,Fail 15 glx@glx_ext_import_context@import context- single process,Fail 17 glx@glx_ext_import_context@make current- multi process,Fail 18 glx@glx_ext_import_context@make current- single process,Fail 21 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail 22 spec@!opengl 1.1@line-smooth-stipple,Fail [all …]
|
| /third_party/grpc/test/core/security/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 load("//test/core/test_util:grpc_fuzzer.bzl", "grpc_fuzzer") 20 grpc_package(name = "test/core/security") 32 "//test/core/test_util:grpc_test_util", 33 "//test/core/test_util:grpc_test_util_base", 42 "//src/core/tsi/test_creds:ca.pem", 43 "//src/core/tsi/test_creds:server1.key", 44 "//src/core/tsi/test_creds:server1.pem", 53 "//src/core:default_event_engine", 54 "//test/core/test_util:grpc_test_util", [all …]
|
| /third_party/lz4/contrib/snap/ |
| D | snapcraft.yaml | 6 speed > 500 MB/s per core, scalable with multi-cores CPU. It features an 7 extremely fast decoder, with speed in multiple GB/s per core, typically 8 reaching RAM speed limits on multi-core systems. 20 LZ4 library is provided as open-source software using BSD 2-Clause license.
|
| /third_party/ltp/testcases/kernel/power_management/ |
| D | runpwtests_exclusive02.sh | 18 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 37 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 \ 38 -o $multi_core -eq 0 ]; then 39 tst_brkm TCONF "System is a multi core but not multi" \ 40 "socket & hyper-threaded" 43 #Testcase to validate consolidation at core level 46 if [ $sched_smt -eq 2 ]; then 54 if pm_cpu_consolidation.py -t $sched_smt -w $work_load \ 55 -s $stress; then 62 if [ $RC -eq 0 ]; then [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/docs/ |
| D | enums.html | 10 <p> If an OpenGL vendor defines a single-vendor OpenGL or GLX extension 23 became part of the OpenGL core. Enumerant values are grouped into 28 <p> Historically, enumerant values for some single-vendor extensions 31 be represented as 16-bit unsigned integers. This imposes a 40 <p> Enumerant values for single-vendor extensions will be allocated upon 43 available blocks in the more desirable 16-bit range [32768,65535], 61 temporary use, and will never be assigned to any shipping core or 85 <li> If an extension is promoted from single-vendor to multi-vendor 87 each enumerant that is present in both the single-vendor version and 88 the multi-vendor version, a new multi-vendor extension enumerant [all …]
|
| /third_party/openGLES/docs/ |
| D | enums.html | 10 <p> If an OpenGL vendor defines a single-vendor OpenGL or GLX extension 23 became part of the OpenGL core. Enumerant values are grouped into 28 <p> Historically, enumerant values for some single-vendor extensions 31 be represented as 16-bit unsigned integers. This imposes a 40 <p> Enumerant values for single-vendor extensions will be allocated upon 43 available blocks in the more desirable 16-bit range [32768,65535], 61 temporary use, and will never be assigned to any shipping core or 85 <li> If an extension is promoted from single-vendor to multi-vendor 87 each enumerant that is present in both the single-vendor version and 88 the multi-vendor version, a new multi-vendor extension enumerant [all …]
|
| /third_party/grpc/src/core/tsi/test_creds/ |
| D | README | 7 These are self-signed certificates: 9 $ openssl req -x509 -newkey rsa:2048 -keyout badserver.key -out badserver.pem \ 10 -days 3650 -nodes 20 PEM-encoded certificate or private key and deleting a random character in the 21 body of the PEM-encoding. 26 The ca is self-signed: 27 ---------------------- 29 $ openssl req -x509 -new -newkey rsa:2048 -nodes -keyout ca.key -out ca.pem \ 30 -config ca-openssl.cnf -days 3650 -extensions v3_req 34 ----------------------- [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | fusion_compatibility.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 Generated from the following GLSL + --eliminate-local-multi-store 35 #version 440 core 101 Module* module = context->module(); in TEST_F() 104 Function& f = *module->begin(); in TEST_F() 105 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 115 Generated from the following GLSL + --eliminate-local-multi-store 118 #version 440 core 186 Module* module = context->module(); in TEST_F() 189 Function& f = *module->begin(); in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | fusion_compatibility.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 Generated from the following GLSL + --eliminate-local-multi-store 35 #version 440 core 101 Module* module = context->module(); in TEST_F() 104 Function& f = *module->begin(); in TEST_F() 105 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 115 Generated from the following GLSL + --eliminate-local-multi-store 118 #version 440 core 186 Module* module = context->module(); in TEST_F() 189 Function& f = *module->begin(); in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| D | fusion_compatibility.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 Generated from the following GLSL + --eliminate-local-multi-store 32 #version 440 core 98 Module* module = context->module(); in TEST_F() 101 Function& f = *module->begin(); in TEST_F() 102 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 112 Generated from the following GLSL + --eliminate-local-multi-store 115 #version 440 core 183 Module* module = context->module(); in TEST_F() 186 Function& f = *module->begin(); in TEST_F() [all …]
|
| /third_party/skia/m133/tests/ |
| D | MultiPictureDocumentTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 8 * And that the pictures within it are re-created accurately 11 #include "include/core/SkCanvas.h" 12 #include "include/core/SkColor.h" 13 #include "include/core/SkDocument.h" 14 #include "include/core/SkFont.h" 15 #include "include/core/SkImage.h" 16 #include "include/core/SkImageInfo.h" 17 #include "include/core/SkPaint.h" 18 #include "include/core/SkPath.h" [all …]
|
| /third_party/grpc/test/core/tsi/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 name = "test/core/tsi", 47 "//test/core/test_util:grpc_test_util", 62 "//test/core/test_util:grpc_test_util", 70 "//test/core/tsi/test_creds/crl_data:ca.pem", 71 "//test/core/tsi/test_creds/crl_data:ca_with_akid.pem", 72 "//test/core/tsi/test_creds/crl_data:crl_with_akid.crl", 73 "//test/core/tsi/test_creds/crl_data:evil_ca.pem", 74 "//test/core/tsi/test_creds/crl_data:intermediate_ca.pem", 75 "//test/core/tsi/test_creds/crl_data:leaf_signed_by_intermediate.pem", [all …]
|
| /third_party/skia/m133/src/codec/ |
| D | SkJpegMultiPicture.h | 4 * Use of this source code is governed by a BSD-style license that can be 11 #include "include/core/SkRefCnt.h" 20 * Parsed Jpeg Multi-Picture Format structure as specified in CIPA DC-x007-2009. An introduction to 42 * Parse Jpeg Multi-Picture Format parameters. The specified data should be APP2 segment 51 * Serialize Jpeg Multi-Picture Format segment parameters for the indicated individual image. 58 * Compute the absolute offset (from the start of the image) for the offset in the multi-picture 65 * Compute the data offset (as stored in the multi-picture params) for an image given its
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/ |
| D | tensor_inplace.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 21 #include "mindspore/core/ops/sequence_ops.h" 22 #include "mindspore/core/ops/nn_optimizer_ops.h" 23 #include "mindspore/core/ops/nn_ops.h" 24 #include "mindspore/core/ops/array_ops.h" 25 #include "mindspore/core/ops/framework_ops.h" 37 if (!node->isa<CNode>() || predecessors.count(node) > 0) { in GetPredecessors() 41 auto cnode = node->cast<CNodePtr>(); in GetPredecessors() 42 auto inputs = cnode->inputs(); in GetPredecessors() 53 if (auto cnode = node->cast<CNodePtr>()) { in ElemwiseBroadcastChecker() [all …]
|
| /third_party/skia/tests/ |
| D | MultiPictureDocumentTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 8 * And that the pictures within it are re-created accurately 11 #include "include/core/SkCanvas.h" 12 #include "include/core/SkColorPriv.h" 13 #include "include/core/SkColorSpace.h" 14 #include "include/core/SkDocument.h" 15 #include "include/core/SkFont.h" 16 #include "include/core/SkImage.h" 17 #include "include/core/SkPicture.h" 18 #include "include/core/SkPictureRecorder.h" [all …]
|
| /third_party/openGLES/extensions/AMD/ |
| D | AMD_sample_positions.txt | 40 This extension is written against the OpenGL 3.2 (Core) specification. 45 FBO with multi-sampled attachments. The FBO will use identical sample locations 47 to TRUE if a multi-sampled texture is specified using TexImage2DMultisample 62 Modifications to Chapter 2 of the OpenGL 3.2 (Core) Specification (OpenGL 71 Additions to Chapter 4 of the OpenGL 3.2 (Core) Specification 72 (Per-Fragment Operations and the Frame Buffer) 82 a multi-sampled framebuffer using the following call: 107 The subpixel range [0,1] is discretized based on the implementation- 114 abs(x0-x1) >= ssd and abs(y0-y1) >= ssd, 120 Additions to Chapter 5 of the OpenGL 3.2 (Core) Specification (Special Functions) [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
| D | AMD_sample_positions.txt | 40 This extension is written against the OpenGL 3.2 (Core) specification. 45 FBO with multi-sampled attachments. The FBO will use identical sample locations 47 to TRUE if a multi-sampled texture is specified using TexImage2DMultisample 62 Modifications to Chapter 2 of the OpenGL 3.2 (Core) Specification (OpenGL 71 Additions to Chapter 4 of the OpenGL 3.2 (Core) Specification 72 (Per-Fragment Operations and the Frame Buffer) 82 a multi-sampled framebuffer using the following call: 107 The subpixel range [0,1] is discretized based on the implementation- 114 abs(x0-x1) >= ssd and abs(y0-y1) >= ssd, 120 Additions to Chapter 5 of the OpenGL 3.2 (Core) Specification (Special Functions) [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_KHR_maintenance2.txt | 1 // Copyright 2016-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 10 2017-09-05 12 - Promoted to Vulkan 1.1 Core 14 - Michael Worcester, Imagination Technologies 15 - Stuart Smith, Imagination Technologies 16 - Jeff Bolz, NVIDIA 17 - Daniel Koch, NVIDIA 18 - Jan-Harald Fredriksen, ARM 19 - Daniel Rakos, AMD [all …]
|
| D | VK_KHR_maintenance2.adoc | 1 // Copyright 2016-2024 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 10 2017-09-05 12 - Michael Worcester, Imagination Technologies 13 - Stuart Smith, Imagination Technologies 14 - Jeff Bolz, NVIDIA 15 - Daniel Koch, NVIDIA 16 - Jan-Harald Fredriksen, ARM 17 - Daniel Rakos, AMD 18 - Neil Henning, Codeplay [all …]
|
| /third_party/mbedtls/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 1 # Thread-safety of the PSA subsystem 3 Currently, PSA Crypto API calls in Mbed TLS releases are not thread-safe. 5 …-software.github.io/psa-api/crypto/1.1/api/keys/management.html) and [`psa_crypto_init`](https://a… 9 - Key Store: 10 …- Slot states are described in the [Key slot states](#key-slot-states) section. They guarantee saf… 11 …- Key slots are protected by a global mutex, as described in [Key store consistency and abstractio… 12 …- Key destruction strategy abiding by [Key destruction guarantees](#key-destruction-guarantees), w… 13 - `global_data` variables in `psa_crypto.c` and `psa_crypto_slot_management.c` are now protected by… 14 - The testing system has now been made thread-safe. Tests can now spin up multiple threads, see [Th… 15 - Some multithreaded testing of the key management API has been added, this is outlined in [Testing… [all …]
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_shader_draw_parameters.txt | 27 Khronos-approved extension specifications are updated in response to 29 extensions which have been promoted to a core Specification, fixes will 30 first appear in the latest version of that core Specification, and will 53 This extension is written against Version 4.3 of the Core Profile OpenGL 78 Rather than change the semantics of either built-in variable, this 79 extension adds two new built-in variables to the GL shading language, 85 Additionally, this extension adds a further built-in variable, gl_DrawID 87 currently being processed by a Multi* variant of a drawing command (such 102 Additions to Chapter 10 of the OpenGL Core Profile Specification, "Vertex 105 Add the following after the pseudo-code describing MultiDrawArrays on [all …]
|
| /third_party/grpc/test/core/event_engine/test_suite/tests/ |
| D | dns_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 37 #include "src/core/config/config_vars.h" 38 #include "src/core/lib/event_engine/tcp_socket_utils.h" 39 #include "src/core/lib/iomgr/sockaddr.h" 40 #include "src/core/util/crash.h" // IWYU pragma: keep 41 #include "src/core/util/notification.h" 42 #include "test/core/event_engine/test_suite/event_engine_test_framework.h" 43 #include "test/core/test_util/fake_udp_and_tcp_server.h" 44 #include "test/core/test_util/port.h" 72 "test/core/event_engine/test_suite/tests/dns_test_record_groups.yaml"; [all …]
|
| /third_party/elfutils/tests/ |
| D | Makefile.am | 3 ## Copyright (C) 1996-2019 Red Hat, Inc. 22 AM_CPPFLAGS += -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \ 23 -I$(top_srcdir)/libdwfl -I$(top_srcdir)/libdwelf \ 24 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \ 25 -I$(top_srcdir)/lib -I.. 26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf 29 AM_LDFLAGS += -Wl,-rpath,$(BUILD_RPATH) 36 showptable update1 update2 update3 update4 test-nlist \ 37 show-die-info get-files next-files get-lines next-lines \ 38 get-pubnames \ [all …]
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
| D | CMapFormat2.java | 1 package com.google.typography.font.sfntly.table.core; 6 import com.google.typography.font.sfntly.table.core.CMapTable.CMapId; 7 import com.google.typography.font.sfntly.table.core.CMapTable.Offset; 14 * The format 2 cmap is used for multi-byte encodings such as SJIS, 15 * EUC-JP/KR/CN, Big5, etc. 63 * designed around multi-byte encodings such as SJIS, EUC-JP, Big5, etc. 66 * @return the number of bytes consumed from this "character" - either 1 or 107 + (lowByte - firstCode) * FontData.DataSize.USHORT.size(); in glyphId()
|
| /third_party/mesa3d/src/broadcom/ci/ |
| D | broadcom-rpi4-skips.txt | 2 spec@!opengl 1.1@streaming-texture-leak 3 spec@!opengl 1.2@tex3d-maxsize 4 spec@arb_shader_texture_lod@execution@tex-miplevel-selection \*gradarb 2dshadow 5 spec@arb_texture_multisample@texelfetch fs sampler2dms 4 1x130-501x130 6 spec@arb_texture_multisample@texelfetch fs sampler2dms 4 1x71-501x71 7 spec@arb_texture_multisample@texelfetch fs sampler2dmsarray 4 98x1x9-98x129x9 8 spec@glsl-1.30@execution@tex-miplevel-selection texture() 1darray 9 spec@glsl-1.30@execution@tex-miplevel-selection texture() 2darrayshadow 10 spec@glsl-1.30@execution@tex-miplevel-selection texturelod 2darray 11 spec@glsl-1.30@execution@texelfetch fs sampler2d 1x281-501x281 [all …]
|