/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory_semantics.cpp | 38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 44 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 62 << "WebGPU spec disallows any bit masks in Memory Semantics that " in ValidateMemorySemantics() 77 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 87 "semantics cannot be used with " in ValidateMemorySemantics() 95 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 103 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 111 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 119 << ": Memory Semantics UniformMemory requires capability Shader"; in ValidateMemorySemantics() 139 << ": expected Memory Semantics to include a storage class"; in ValidateMemorySemantics() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory_semantics.cpp | 38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 44 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 62 << "WebGPU spec disallows any bit masks in Memory Semantics that " in ValidateMemorySemantics() 77 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 87 "semantics cannot be used with " in ValidateMemorySemantics() 95 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 103 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 111 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 119 << ": Memory Semantics UniformMemory requires capability Shader"; in ValidateMemorySemantics() 128 // << ": Memory Semantics AtomicCounterMemory requires capability " in ValidateMemorySemantics() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 31 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 220 /// semantics. 355 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 362 /// magnitude in the current semantics. 366 /// magnitude in the current semantics. 449 /// semantics. 541 /// The semantics that this value obeys. 542 const fltSemantics *semantics; variable [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 67 /// full extended precision). Adding a new format that obeys IEEE semantics 136 /// \name Floating Point Semantics. 207 /// semantics. 388 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 395 /// magnitude in the current semantics. 399 /// magnitude in the current semantics. 476 /// semantics. 567 /// The semantics that this value obeys. 568 const fltSemantics *semantics; variable 597 // The interface and layout is designed for arbitray underlying semantics, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 36 llvm_unreachable("Unexpected semantics"); \ 54 /* Represents floating point arithmetic semantics. */ 68 /* Number of bits actually used in the semantics. */ 79 /* The IBM double-double semantics. Such a number consists of a pair of IEEE 90 /* These are legacy semantics for the fallback, inaccrurate implementation of 102 Currently, these semantics are used in the following way: 113 semantics. */ 155 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { in semanticsPrecision() argument 156 return semantics.precision; in semanticsPrecision() 159 APFloatBase::semanticsMaxExponent(const fltSemantics &semantics) { in semanticsMaxExponent() argument [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | spirv_target_env.cpp | 27 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription() 31 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription() 33 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 35 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription() 37 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription() 39 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription() 41 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription() 43 return "SPIR-V 1.2 (under OpenCL 2.2 Full Profile semantics)"; in spvTargetEnvDescription() 45 return "SPIR-V 1.2 (under OpenCL 2.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 47 return "SPIR-V 1.0 (under OpenGL 4.0 semantics)"; in spvTargetEnvDescription() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | spirv_target_env.cpp | 27 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription() 31 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription() 33 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 35 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription() 37 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription() 39 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription() 41 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription() 43 return "SPIR-V 1.2 (under OpenCL 2.2 Full Profile semantics)"; in spvTargetEnvDescription() 45 return "SPIR-V 1.2 (under OpenCL 2.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 47 return "SPIR-V 1.0 (under OpenGL 4.0 semantics)"; in spvTargetEnvDescription() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_barriers_test.cpp | 340 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 353 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 422 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 439 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 440 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 666 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 678 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 711 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 725 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() 738 HasSubstr("MemoryBarrier: expected Memory Semantics to include a " in TEST_F() [all …]
|
D | val_atomics_test.cpp | 286 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 299 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 312 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 361 "WebGPU spec disallows any bit masks in Memory Semantics that are " in TEST_F() 474 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F() 515 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 528 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 541 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 564 "WebGPU spec disallows any bit masks in Memory Semantics that are " in TEST_F() 632 HasSubstr("AtomicStore: expected Memory Semantics to be a 32-bit int")); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_barriers_test.cpp | 340 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 353 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 422 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 439 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 440 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 666 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 678 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 711 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 725 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() 738 HasSubstr("MemoryBarrier: expected Memory Semantics to include a " in TEST_F() [all …]
|
D | val_atomics_test.cpp | 286 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 299 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 312 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 361 "WebGPU spec disallows any bit masks in Memory Semantics that are " in TEST_F() 474 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F() 515 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 528 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 541 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 564 "WebGPU spec disallows any bit masks in Memory Semantics that are " in TEST_F() 633 HasSubstr("AtomicStore: expected Memory Semantics to be a 32-bit int")); in TEST_F() [all …]
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 43 /* Represents floating point arithmetic semantics. */ 57 /* Number of bits actually used in the semantics. */ 585 semantics = ourSemantics; in initialize() 601 assert(semantics == rhs.semantics); in assign() 639 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN() 647 unsigned QNaNBit = semantics->precision - 2; in makeNaN() 666 if (semantics == &APFloat::x87DoubleExtended) in makeNaN() 681 if (semantics != rhs.semantics) { in operator =() 683 initialize(rhs.semantics); in operator =() 695 semantics = rhs.semantics; in operator =() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 35 /* Represents floating point arithmetic semantics. */ 119 assertArithmeticOK(const llvm::fltSemantics &semantics) { in assertArithmeticOK() argument 120 assert(semantics.arithmeticOK && in assertArithmeticOK() 121 "Compile-time arithmetic does not support these semantics"); in assertArithmeticOK() 591 semantics = ourSemantics; in initialize() 607 assert(semantics == rhs.semantics); in assign() 647 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN() 655 unsigned QNaNBit = semantics->precision - 2; in makeNaN() 674 if (semantics == &APFloat::x87DoubleExtended) in makeNaN() 689 if (semantics != rhs.semantics) { in operator =() [all …]
|
/external/deqp-deps/glslang/gtests/ |
D | Spv.FromFile.cpp | 82 // Compiling GLSL to SPIR-V under Vulkan semantics. Expected to successfully 87 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, in TEST_P() 91 // Compiling GLSL to SPIR-V with debug info under Vulkan semantics. Expected 96 Source::GLSL, Semantics::Vulkan, in TEST_P() 105 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_1, in TEST_P() 109 // Compiling GLSL to SPIR-V under OpenGL semantics. Expected to successfully 114 Source::GLSL, Semantics::OpenGL, glslang::EShTargetVulkan_1_0, in TEST_P() 118 // GLSL-level Vulkan semantics test. Expected to error out before generating 123 Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_0, in TEST_P() 127 // GLSL-level Vulkan semantics test. Expected to error out before generating [all …]
|
D | TestFixture.h | 70 // Enum for shader compilation semantics. 71 enum class Semantics { enum 85 EShMessages DeriveOptions(Source, Semantics, Target); 183 // the target under the semantics conveyed via |controls|. Returns true 207 // |stage| into the target under the semantics specified via |controls|. 279 // |stage| into the target under the semantics specified via |controls|. 430 Semantics semantics, 447 EShMessages controls = DeriveOptions(source, semantics, target); 466 Semantics semantics, 479 EShMessages controls = DeriveOptions(source, semantics, target); [all …]
|
D | TestFixture.cpp | 87 EShMessages DeriveOptions(Source source, Semantics semantics, Target target) in DeriveOptions() argument 113 switch (semantics) { in DeriveOptions() 114 case Semantics::OpenGL: in DeriveOptions() 116 case Semantics::Vulkan: in DeriveOptions() 164 … return std::make_pair(true, contents); // hopefully, c++11 move semantics optimizes the copy away. in ReadSpvBinaryFile()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | atm.h | 25 If an operation with acquire semantics precedes another memory access by the 29 If an operation with release semantics follows another memory access by the 33 Routines with "acq" or "full" in the name have acquire semantics. Routines 34 with "rel" or "full" in the name have release semantics. Routines with 35 "no_barrier" in the name have neither acquire not release semantics. 43 // A memory barrier, providing both acquire and release semantics, but not 47 // Atomically return *p, with acquire semantics. 51 // Atomically set *p = value, with release semantics.
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.memoryScopeSemantics_Error.comp.out | 5 ERROR: 0:18: 'atomicStore' : Invalid semantics value 6 ERROR: 0:19: 'imageAtomicLoad' : Invalid storage class semantics value 7 ERROR: 0:20: 'memoryBarrier' : Semantics must include exactly one of gl_SemanticsRelease, gl_Semant… 8 ERROR: 0:21: 'memoryBarrier' : Storage class semantics must not be zero 9 ERROR: 0:22: 'memoryBarrier' : Semantics must include exactly one of gl_SemanticsRelease, gl_Semant… 10 ERROR: 0:23: 'atomicAdd' : Semantics must not include multiple of gl_SemanticsRelease, gl_Semantics…
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1475 // Atomic add on byte in memory, with Load-acquire semantics [Armv8.1] 1478 // Atomic add on byte in memory, with Store-release semantics [Armv8.1] 1481 // Atomic add on byte in memory, with Load-acquire and Store-release semantics 1488 // Atomic add on halfword in memory, with Load-acquire semantics [Armv8.1] 1491 // Atomic add on halfword in memory, with Store-release semantics [Armv8.1] 1495 // semantics [Armv8.1] 1501 // Atomic add on word or doubleword in memory, with Load-acquire semantics 1505 // Atomic add on word or doubleword in memory, with Store-release semantics 1510 // Store-release semantics [Armv8.1] 1516 // Atomic bit clear on byte in memory, with Load-acquire semantics [Armv8.1] [all …]
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 16 * This is wrong from the semantics point of view, since it is an ordered 81 runtime which implements these new semantics. 247 ARC's semantics and restrictions. 273 varied transfer semantics. 288 Retain count semantics 309 :arc-term:`high-level semantics` is an intentionally vague term; the intent is 322 semantics to a computation history in which these sends are removed. Note that 333 When the semantics call for performing one of these operations on a retainable 336 All of the semantics described in this document are subject to additional 339 semantics describe the high-level behaviors that the compiler implements, not [all …]
|
/external/webrtc/talk/media/base/ |
D | streamparams.h | 62 : semantics(usage), ssrcs(ssrcs) {} in SsrcGroup() 65 return (semantics == other.semantics && ssrcs == other.ssrcs); 71 bool has_semantics(const std::string& semantics) const; 75 std::string semantics; // e.g FIX, FEC, SIM. member 117 bool has_ssrc_group(const std::string& semantics) const { in has_ssrc_group() 118 return (get_ssrc_group(semantics) != NULL); in has_ssrc_group() 120 const SsrcGroup* get_ssrc_group(const std::string& semantics) const { in get_ssrc_group() 123 if (it->has_semantics(semantics)) { in get_ssrc_group() 170 bool AddSecondarySsrc(const std::string& semantics, 173 bool GetSecondarySsrc(const std::string& semantics,
|
D | streamparams.cc | 118 return (semantics == semantics_in && ssrcs.size() > 0); in has_semantics() 124 ost << "semantics:" << semantics << ";"; in ToString() 185 bool StreamParams::AddSecondarySsrc(const std::string& semantics, in AddSecondarySsrc() argument 196 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector); in AddSecondarySsrc() 201 bool StreamParams::GetSecondarySsrc(const std::string& semantics, in GetSecondarySsrc() argument 206 if (it->has_semantics(semantics) && in GetSecondarySsrc() 251 if (group.semantics.compare(kFidSsrcGroupSemantics) != 0 || in IsSimulcastStream()
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 17 * Be an intermediate language - provide rich semantics needed for cross-language interaction but no… 21 …hide the kernel policy. CIL should allow additional high-level language semantics but should not a… 57 …semantics as they currently do, CIL simply uses a different syntax for declaring and referencing t… 59 …semantics it is important to note that there are currently three separate policy languages in comm…
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1 # Operation Semantics 3 The following describes the semantics of operations defined in the 28 Arguments | Type | Semantics 66 | Arguments | Type | Semantics | 116 | Arguments | Type | Semantics | 160 | Outputs | Type | Semantics | 180 Arguments | Type | Semantics 215 Arguments | Type | Semantics 246 | Outputs | Type | Semantics | 269 Arguments | Type | Semantics [all …]
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 24 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using 26 * for O_DSYNC semantics now, but using the correct symbolic name for it. 27 * This new value is used to request true Posix O_SYNC semantics. It is 29 * new headers get at least O_DSYNC semantics on older kernels.
|