| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validate_memory_semantics.cpp | 39 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 46 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 54 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics() 68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 78 "semantics cannot be used with " in ValidateMemorySemantics() 86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics() 116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics() [all …]
|
| /external/webrtc/pc/ |
| D | peer_connection_header_extension_unittest.cc | 78 absl::optional<SdpSemantics> semantics) { in CreatePeerConnection() argument 106 if (semantics) in CreatePeerConnection() 107 config.sdp_semantics = *semantics; in CreatePeerConnection() 125 SdpSemantics semantics; in TEST_P() local 126 std::tie(media_type, semantics) = GetParam(); in TEST_P() 127 if (semantics != SdpSemantics::kUnifiedPlan) in TEST_P() 130 CreatePeerConnection(media_type, semantics); in TEST_P() 138 SdpSemantics semantics; in TEST_P() local 139 std::tie(media_type, semantics) = GetParam(); in TEST_P() 141 CreatePeerConnection(media_type, semantics); in TEST_P() [all …]
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
| D | tf_saved_model_ops_invalid.mlir | 3 module attributes {tf_saved_model.semantics} { 14 module attributes {tf_saved_model.semantics} { 27 module attributes {tf_saved_model.semantics} { 40 ….exported_names' must be on an op whose immediate parent has attribute 'tf_saved_model.semantics'}} 47 module attributes {tf_saved_model.semantics} { 58 module attributes {tf_saved_model.semantics} { 69 module attributes {tf_saved_model.semantics} { 85 // expected-error@+1 {{'tf_saved_model.semantics' must be on a module op}} 86 "some_dialect.some_op"() {tf_saved_model.semantics} : () -> () 95 module attributes {tf_saved_model.semantics} { [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_memory_semantics.cpp | 39 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 46 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 54 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics() 69 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 79 "semantics cannot be used with " in ValidateMemorySemantics() 87 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 95 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 103 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 111 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics() 117 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics() [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
| D | validate_memory_semantics.cpp | 38 << ": expected Memory Semantics to be a 32-bit int"; in ValidateMemorySemantics() 45 << "Memory Semantics ids must be OpConstant when Shader " in ValidateMemorySemantics() 53 << "Memory Semantics must be a constant instruction when " in ValidateMemorySemantics() 68 << ": Memory Semantics can have at most one of the following " in ValidateMemorySemantics() 78 "semantics cannot be used with " in ValidateMemorySemantics() 86 << ": Memory Semantics MakeAvailableKHR requires capability " in ValidateMemorySemantics() 94 << ": Memory Semantics MakeVisibleKHR requires capability " in ValidateMemorySemantics() 102 << ": Memory Semantics OutputMemoryKHR requires capability " in ValidateMemorySemantics() 110 << ": Memory Semantics Volatile requires capability " in ValidateMemorySemantics() 116 << "Memory Semantics Volatile can only be used with atomic " in ValidateMemorySemantics() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | APFloat.h | 30 llvm_unreachable("Unexpected semantics"); \ 77 /// full extended precision). Adding a new format that obeys IEEE semantics 149 /// \name Floating Point Semantics. 151 enum Semantics { enum 160 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 161 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 236 /// semantics. 371 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 378 /// magnitude in the current semantics. 382 /// magnitude in the current semantics. [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-10.0/llvm/lib/Support/ |
| D | APFloat.cpp | 35 llvm_unreachable("Unexpected semantics"); \ 53 /* Represents floating point arithmetic semantics. */ 67 /* Number of bits actually used in the semantics. */ 78 /* The IBM double-double semantics. Such a number consists of a pair of IEEE 89 /* These are legacy semantics for the fallback, inaccrurate implementation of 101 Currently, these semantics are used in the following way: 112 semantics. */ 116 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics() 131 llvm_unreachable("Unrecognised floating semantics"); in EnumToSemantics() 134 APFloatBase::Semantics [all …]
|
| /external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
| D | intro.md | 10 new semantics. 45 The semantics described below can be summarized as: 52 ### Python semantics 54 In general, AutoGraph does not change the semantics of error-free Python. 55 In special circumstances, AutoGraph may also preserve the semantics of code that 56 raises error as well. Semantics are preserved in the sense of the 83 ### TensorFlow Eager semantics 86 certain semantics that are different from the Graph execution semantics. 110 AutoGraph transfers the Eager semantics to the graph function: 120 semantics are not supported: [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
| D | val_barriers_test.cpp | 326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F() 493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() [all …]
|
| D | val_atomics_test.cpp | 823 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 838 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 853 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 868 HasSubstr("AtomicLoad: Vulkan specification requires Memory Semantics to " in TEST_F() 1041 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F() 1085 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1100 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1115 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1130 HasSubstr("AtomicStore: Vulkan specification requires Memory Semantics " in TEST_F() 1206 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 | 326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F() 493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() [all …]
|
| D | val_atomics_test.cpp | 823 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 838 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 853 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 868 HasSubstr("AtomicLoad: Vulkan specification requires Memory Semantics to " in TEST_F() 1041 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F() 1085 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1100 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1115 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1130 HasSubstr("AtomicStore: Vulkan specification requires Memory Semantics " in TEST_F() 1206 HasSubstr("AtomicStore: expected Memory Semantics to be a 32-bit int")); in TEST_F() [all …]
|
| /external/deqp-deps/SPIRV-Tools/test/val/ |
| D | val_barriers_test.cpp | 326 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 339 "ControlBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 482 "Semantics to be None if used with Invocation Memory Scope")); in TEST_F() 493 HasSubstr("ControlBarrier: Memory Semantics can have at most one " in TEST_F() 510 "ControlBarrier: expected Memory Semantics to include a " in TEST_F() 511 "Vulkan-supported storage class if Memory Semantics is not None")); in TEST_F() 755 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 767 HasSubstr("MemoryBarrier: expected Memory Semantics to be a 32-bit int")); in TEST_F() 803 HasSubstr("MemoryBarrier: Memory Semantics can have at most one " in TEST_F() 819 HasSubstr("MemoryBarrier: Vulkan specification requires Memory Semantics " in TEST_F() [all …]
|
| D | val_atomics_test.cpp | 823 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 838 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 853 HasSubstr("Vulkan spec disallows OpAtomicLoad with Memory Semantics " in TEST_F() 868 HasSubstr("AtomicLoad: Vulkan specification requires Memory Semantics to " in TEST_F() 1040 HasSubstr("AtomicLoad: expected Memory Semantics to be a 32-bit int")); in TEST_F() 1084 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1099 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1114 HasSubstr("Vulkan spec disallows OpAtomicStore with Memory Semantics " in TEST_F() 1129 HasSubstr("AtomicStore: Vulkan specification requires Memory Semantics " in TEST_F() 1205 HasSubstr("AtomicStore: expected Memory Semantics to be a 32-bit int")); in TEST_F() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | spirv_target_env.cpp | 29 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription() 33 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription() 35 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 37 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription() 39 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription() 41 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription() 43 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription() 45 return "SPIR-V 1.2 (under OpenCL 2.2 Full Profile semantics)"; in spvTargetEnvDescription() 47 return "SPIR-V 1.2 (under OpenCL 2.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 49 return "SPIR-V 1.0 (under OpenGL 4.0 semantics)"; in spvTargetEnvDescription() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | spirv_target_env.cpp | 29 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription() 33 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription() 35 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 37 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription() 39 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription() 41 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription() 43 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription() 45 return "SPIR-V 1.2 (under OpenCL 2.2 Full Profile semantics)"; in spvTargetEnvDescription() 47 return "SPIR-V 1.2 (under OpenCL 2.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 49 return "SPIR-V 1.0 (under OpenGL 4.0 semantics)"; in spvTargetEnvDescription() [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
| D | spirv_target_env.cpp | 30 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription() 34 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription() 36 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 38 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription() 40 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription() 42 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription() 44 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription() 46 return "SPIR-V 1.2 (under OpenCL 2.2 Full Profile semantics)"; in spvTargetEnvDescription() 48 return "SPIR-V 1.2 (under OpenCL 2.2 Embedded Profile semantics)"; in spvTargetEnvDescription() 50 return "SPIR-V 1.0 (under OpenGL 4.0 semantics)"; in spvTargetEnvDescription() [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/libtextclassifier/native/ |
| D | JavaTests.bp | 31 "utils/grammar/semantics/composer_test.cc", 32 "utils/grammar/semantics/evaluators/arithmetic-eval_test.cc", 33 "utils/grammar/semantics/evaluators/const-eval_test.cc", 34 "utils/grammar/semantics/evaluators/merge-values-eval_test.cc", 35 "utils/grammar/semantics/evaluators/span-eval_test.cc", 36 "utils/grammar/semantics/evaluators/constituent-eval_test.cc", 37 "utils/grammar/semantics/evaluators/parse-number-eval_test.cc", 38 "utils/grammar/semantics/evaluators/compose-eval_test.cc",
|
| /external/rust/crates/grpcio-sys/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/rust/crates/grpcio-sys/grpc/spm-core-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/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/angle/third_party/vulkan-deps/glslang/src/gtests/ |
| 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|. 286 // |stage| into the target under the semantics specified via |controls|. 446 Semantics semantics, 465 EShMessages controls = DeriveOptions(source, semantics, target); 485 Semantics semantics, 499 EShMessages controls = DeriveOptions(source, semantics, target); [all …]
|
| /external/deqp-deps/glslang/gtests/ |
| 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|. 286 // |stage| into the target under the semantics specified via |controls|. 446 Semantics semantics, 465 EShMessages controls = DeriveOptions(source, semantics, target); 485 Semantics semantics, 499 EShMessages controls = DeriveOptions(source, semantics, target); [all …]
|