/external/deqp-deps/glslang/Test/baseResults/ |
D | vulkan.ast.vert.out | 8 0:9 'scf1' ( specialization-constant const highp float) 10 0:10 Construct bool ( specialization-constant const bool) 11 0:10 'scbt' ( specialization-constant const bool) 13 0:11 Convert int to bool ( specialization-constant const bool) 14 0:11 'sci2' ( specialization-constant const highp int) 17 0:13 'scf1' ( specialization-constant const highp float) 20 0:14 'scbt' ( specialization-constant const bool) 23 0:15 'sci2' ( specialization-constant const highp int) 26 0:17 'scf1' ( specialization-constant const highp float) 28 0:18 Convert bool to int ( specialization-constant const int) [all …]
|
D | vulkan.vert.out | 16 ERROR: 0:13: 'constant_id' : specialization-constant id already used 20 ERROR: 0:14: 'constant_id' : specialization-constant id is too large 22 ERROR: 0:16: 'constant_id' : specialization-constant id already used 29 ERROR: 0:32: 'initializer' : can't use with types containing arrays sized with a specialization con… 30 ERROR: 0:34: '=' : can't use with types containing arrays sized with a specialization constant 31 ERROR: 0:35: '==' : can't use with types containing arrays sized with a specialization constant 33 ERROR: 0:49: '[]' : only outermost dimension of an array of arrays can be a specialization constant 34 ERROR: 0:50: '[]' : only outermost dimension of an array of arrays can be a specialization constant 35 ERROR: 0:51: '[]' : only outermost dimension of an array of arrays can be a specialization constant 36 ERROR: 0:54: '[]' : only outermost dimension of an array of arrays can be a specialization constant
|
D | nonVulkan.frag.out | 12 0:? 'arraySize' ( specialization-constant const int) 25 0:? 'arraySize' ( specialization-constant const int)
|
/external/v8/src/torque/ |
D | file-visitor.cc | 42 const PendingSpecialization& specialization) { in SpecializeGeneric() argument 43 CurrentSourcePosition::Scope scope(specialization.request_position); in SpecializeGeneric() 44 if (completed_specializations_.find(specialization.key) != in SpecializeGeneric() 48 << specialization.key.first->name() << " with types <" in SpecializeGeneric() 49 << specialization.key.second << ">"; in SpecializeGeneric() 52 if (!specialization.body) { in SpecializeGeneric() 54 stream << "missing specialization of " << specialization.key.first->name() in SpecializeGeneric() 55 << " with types <" << specialization.key.second << ">"; in SpecializeGeneric() 59 declarations(), specialization.key); in SpecializeGeneric() 61 this, specialization.key.first->module()); in SpecializeGeneric() [all …]
|
D | file-visitor.h | 82 void SpecializeGeneric(const PendingSpecialization& specialization);
|
/external/deqp/doc/testspecs/VK/ |
D | pipeline.spec_constant.txt | 9 + Basic specialization constants (OpSpecConstant, OpSpecConstantTrue, 11 - No specialization info (default values) 12 - Partial and full specialization 23 + Compute shader work group size specialization 24 + Built-in constant specialization (override the default value) 39 The tests will run various shader stages with some specialization constants. 41 a host-visible buffer. Depending on the test, none, some, or all specialization 49 A test with no specialization info verifies that the default values defined in 50 the shader are used correctly. Specialization with one or more specialization 57 // Basic specialization constants and const expressions
|
/external/boringssl/src/third_party/fiat/ |
D | README.md | 34 manage to complete the build (specialization) within a week on Coq 8.7.0. 38 now abandoned prototype specialization facilities there are unverified). 44 specialization machinery. It may be helpful to first read about the less messy 46 There is work ongoing to replace the entire specialization mechanism with
|
/external/clang/test/SemaObjCXX/ |
D | literals.mm | 113 …terals(int); // expected-note{{in instantiation of function template specialization 'test_array_li… 130 …ls(int, id); // expected-note{{in instantiation of function template specialization 'test_dictiona… 131 …ls(id, int); // expected-note{{in instantiation of function template specialization 'test_dictiona… 144 …, NSArray*); // expected-note{{in instantiation of function template specialization 'test_variadic… 170 …nary_expansion(NSNumber *, // expected-note{{in instantiation of function template specialization}} 173 …nary_expansion(NSNumber *, // expected-note{{in instantiation of function template specialization}}
|
D | arc-nsconsumed-errors.mm | 44 …; // expected-error {{no function template matches function template specialization 'templateFunct… 47 …; // expected-error {{no function template matches function template specialization 'templateRelea… 50 …} // expected-error {{no function template matches function template specialization 'templateRelea…
|
D | objc-container-subscripting.mm | 23 …, int, id); // expected-note {{in instantiation of function template specialization 'test_dictiona… 25 …, id, int); // expected-note {{in instantiation of function template specialization 'test_dictiona… 45 …ouble, id); // expected-note {{in instantiation of function template specialization 'test_array_su…
|
D | instantiate-expr.mm | 67 template void f4(B*, int*); // expected-note{{in instantiation of function template specialization … 75 template void f5(B*, int*); // expected-note{{in instantiation of function template specialization …
|
D | arc-bridged-cast.mm | 26 …cf<id, NSString*, int*>(); // expected-note{{in instantiation of function template specialization}}
|
/external/clang/test/CXX/temp/temp.spec/ |
D | no-body.cpp | 79 … expected-error {{no function template matches function template specialization 'f1'}} 81 … expected-error {{class template specialization of 'x1' must occur at global scope}}
|
D | cxx1y-variable-template-no-body.cpp | 35 …expected-error {{variable template specialization of 'pi1' must originally be declared in the glob…
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 585 void RemovePushedDownConstInputs(const FunctionSpecialization& specialization, in RemovePushedDownConstInputs() argument 588 if (specialization.const_inputs.empty()) return; in RemovePushedDownConstInputs() 595 return specialization.const_inputs.find(input) == in RemovePushedDownConstInputs() 596 specialization.const_inputs.end(); in RemovePushedDownConstInputs() 603 if (!specialization.control_deps.empty()) { in RemovePushedDownConstInputs() 610 for (const string& ctrl : specialization.control_deps) { in RemovePushedDownConstInputs() 621 const FunctionSpecialization& specialization, const NodeDef& func_node, in RemovePushedDownConstInputTypes() argument 624 if (specialization.const_inputs.empty()) return; in RemovePushedDownConstInputTypes() 639 if (specialization.const_inputs.find(input) == in RemovePushedDownConstInputTypes() 640 specialization.const_inputs.end()) { in RemovePushedDownConstInputTypes() [all …]
|
/external/swiftshader/docs/ |
D | Reactor.md | 4 Reactor is an embedded language for C++ to facilitate dynamic code generation and specialization. 31 …ential to be faster than statically compiled code, through [run-time specialization](http://en.wik… 35 …specialization can be done statically, sometimes aided by metaprogramming, the ability of a JIT-co… 37 …specialization should now be apparent, JIT-compiled languages lack many of the practical advantage… 39 …specialization where it would help significantly, while still resorting to static compilation for … 41 …ssing how data is exchanged, don't actually provide control over the specialization, they have hid…
|
/external/catch2/docs/ |
D | configuration.md | 95 All types that do not provide `StringMaker` specialization or `operator<<` 130 … CATCH_CONFIG_CPP17_STRING_VIEW // Provide StringMaker specialization for std::string_view 203 CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER // Provide StringMaker specialization for std::pair 204 CATCH_CONFIG_ENABLE_TUPLE_STRINGMAKER // Provide StringMaker specialization for std::tuple 205 …CATCH_CONFIG_ENABLE_CHRONO_STRINGMAKER // Provide StringMaker specialization for std::chrono::du… 206 …CATCH_CONFIG_ENABLE_VARIANT_STRINGMAKER // Provide StringMaker specialization for std::variant, s… 207 …CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER // Provide StringMaker specialization for std::optional (…
|
/external/eigen/doc/ |
D | StlContainers.dox | 46 …e specialization needs to be defined before all code pieces in which e.g. std::vector<Vector2d> is…
|
D | MatrixfreeSolverExample.dox | 10 …d an %Eigen dense column vector (its actual implementation goes in a specialization of the interna…
|
/external/llvm/docs/ |
D | YamlIO.rst | 115 To specify a YAML mappings, you define a specialization on 118 then the specialization is simple. For example: 309 ScalarEnumerationTraits specialization on CPUs, which can then be used 447 your specialization must create a temporary llvm::StringRef. When reading, 448 YAML I/O will provide an llvm::StringRef of scalar and your specialization 491 ScalarTraits specialization - YAML I/O will provide the native type and your 492 specialization must create a temporary llvm::StringRef when writing, and 494 and your specialization must convert that to your native data type when reading. 495 An example of a custom type with an appropriate specialization of 745 an optional ``validate()`` method in a MappingTraits template specialization. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | YamlIO.rst | 115 To specify a YAML mappings, you define a specialization on 118 then the specialization is simple. For example: 309 ScalarEnumerationTraits specialization on CPUs, which can then be used 447 your specialization must create a temporary llvm::StringRef. When reading, 448 YAML I/O will provide an llvm::StringRef of scalar and your specialization 491 ScalarTraits specialization - YAML I/O will provide the native type and your 492 specialization must create a temporary llvm::StringRef when writing, and 494 and your specialization must convert that to your native data type when reading. 495 An example of a custom type with an appropriate specialization of 745 an optional ``validate()`` method in a MappingTraits template specialization. [all …]
|
/external/tensorflow/tensorflow/lite/ |
D | tflite_static.bp | 153 "-Wno-invalid-partial-specialization", 164 "-Wno-invalid-partial-specialization",
|
D | Android.bp | 79 "-Wno-invalid-partial-specialization",
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_gl_spirv.txt | 91 specialization attempt if SpecializeShader is use in a wrong way. 124 of <pConstantIndex> refers to a specialization constant that does not exist 162 specialization.
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | BUILD | 46 "//tensorflow:ios": ["-Wno-error=invalid-partial-specialization"],
|