| /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/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 …]
|
| D | lcssa.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 47 context->module()->ToBinary(&bin, true); in Match() 66 Generated from the following GLSL + --eliminate-local-multi-store 68 #version 330 core 83 ; CHECK-NEXT: [[phi:%\w+]] = OpPhi {{%\w+}} %30 %20 in TEST_F() 84 ; CHECK-NEXT: %27 = OpINotEqual {{%\w+}} [[phi]] %9 in TEST_F() 135 Module* module = context->module(); in TEST_F() 142 EXPECT_FALSE(loop->IsLCSSA()); in TEST_F() 145 EXPECT_TRUE(loop->IsLCSSA()); in TEST_F() 150 Generated from the following GLSL + --eliminate-local-multi-store [all …]
|
| D | fusion_pass.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 Generated from the following GLSL + --eliminate-local-multi-store 30 #version 440 core 48 ; CHECK-NOT: OpPhi in TEST_F() 132 Generated from the following GLSL + --eliminate-local-multi-store 134 #version 440 core 156 ; CHECK-NOT: OpPhi in TEST_F() 159 ; CHECK-NOT: OpPhi in TEST_F() 269 Generated from the following GLSL + --eliminate-local-multi-store 271 #version 440 core [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 …]
|
| D | lcssa.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 47 context->module()->ToBinary(&bin, true); in Match() 66 Generated from the following GLSL + --eliminate-local-multi-store 68 #version 330 core 83 ; CHECK-NEXT: [[phi:%\w+]] = OpPhi {{%\w+}} %30 %20 in TEST_F() 84 ; CHECK-NEXT: %27 = OpINotEqual {{%\w+}} [[phi]] %9 in TEST_F() 135 Module* module = context->module(); in TEST_F() 142 EXPECT_FALSE(loop->IsLCSSA()); in TEST_F() 145 EXPECT_TRUE(loop->IsLCSSA()); in TEST_F() 150 Generated from the following GLSL + --eliminate-local-multi-store [all …]
|
| D | fusion_pass.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 Generated from the following GLSL + --eliminate-local-multi-store 30 #version 440 core 48 ; CHECK-NOT: OpPhi in TEST_F() 132 Generated from the following GLSL + --eliminate-local-multi-store 134 #version 440 core 156 ; CHECK-NOT: OpPhi in TEST_F() 159 ; CHECK-NOT: OpPhi in TEST_F() 269 Generated from the following GLSL + --eliminate-local-multi-store 271 #version 440 core [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 …]
|
| D | lcssa.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 45 context->module()->ToBinary(&bin, true); in Match() 64 Generated from the following GLSL + --eliminate-local-multi-store 66 #version 330 core 81 ; CHECK-NEXT: [[phi:%\w+]] = OpPhi {{%\w+}} %30 %20 in TEST_F() 82 ; CHECK-NEXT: %27 = OpINotEqual {{%\w+}} [[phi]] %9 in TEST_F() 133 Module* module = context->module(); in TEST_F() 140 EXPECT_FALSE(loop->IsLCSSA()); in TEST_F() 143 EXPECT_TRUE(loop->IsLCSSA()); in TEST_F() 148 Generated from the following GLSL + --eliminate-local-multi-store [all …]
|
| D | fusion_pass.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 Generated from the following GLSL + --eliminate-local-multi-store 30 #version 440 core 48 ; CHECK-NOT: OpPhi in TEST_F() 132 Generated from the following GLSL + --eliminate-local-multi-store 134 #version 440 core 156 ; CHECK-NOT: OpPhi in TEST_F() 159 ; CHECK-NOT: OpPhi in TEST_F() 269 Generated from the following GLSL + --eliminate-local-multi-store 271 #version 440 core [all …]
|
| D | fusion_illegal.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 Generated from the following GLSL + --eliminate-local-multi-store 32 #version 440 core 37 // Illegal, loop-independent dependence will become a 38 // backward loop-carried antidependence 132 Module* module = context->module(); in TEST_F() 135 Function& f = *module->begin(); in TEST_F() 136 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 148 Generated from the following GLSL + --eliminate-local-multi-store 150 #version 440 core [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/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/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/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/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/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/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 …]
|
| D | ARB_multi_bind.txt | 28 Khronos-approved extension specifications are updated in response to 30 extensions which have been promoted to a core Specification, fixes will 31 first appear in the latest version of that core Specification, and will 72 "multi-bind" entry points for all of these object types. 77 single bind commands, multi-bind commands can be used only to bind or 139 <first>+<count>-1 in the array of buffer binding points corresponding to 144 is NULL, all bindings from <first> through <first>+<count>-1 are reset 190 than the number of target-specific indexed binding points, as described 217 <first> through <first>+<count>-1. If <textures> is not NULL, it 225 each affected texture image unit from <first> through <first>+<count>-1 is [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()
|