Home
last modified time | relevance | path

Searched refs:specialization (Results 1 – 25 of 99) sorted by relevance

1234

/external/deqp-deps/glslang/Test/baseResults/
Dvulkan.ast.vert.out8 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 …]
Dvulkan.vert.out16 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
DnonVulkan.frag.out12 0:? 'arraySize' ( specialization-constant const int)
25 0:? 'arraySize' ( specialization-constant const int)
/external/v8/src/torque/
Dfile-visitor.cc42 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 …]
Dfile-visitor.h82 void SpecializeGeneric(const PendingSpecialization& specialization);
/external/deqp/doc/testspecs/VK/
Dpipeline.spec_constant.txt9 + 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/
DREADME.md34 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/
Dliterals.mm113 …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}}
Darc-nsconsumed-errors.mm44 …; // 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…
Dobjc-container-subscripting.mm23 …, 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…
Dinstantiate-expr.mm67 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
Darc-bridged-cast.mm26 …cf<id, NSString*, int*>(); // expected-note{{in instantiation of function template specialization}}
/external/clang/test/CXX/temp/temp.spec/
Dno-body.cpp79 … expected-error {{no function template matches function template specialization 'f1'}}
81 … expected-error {{class template specialization of 'x1' must occur at global scope}}
Dcxx1y-variable-template-no-body.cpp35 …expected-error {{variable template specialization of 'pi1' must originally be declared in the glob…
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc585 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/
DReactor.md4 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…
35specialization can be done statically, sometimes aided by metaprogramming, the ability of a JIT-co…
37specialization should now be apparent, JIT-compiled languages lack many of the practical advantage…
39specialization 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/
Dconfiguration.md95 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/
DStlContainers.dox46 …e specialization needs to be defined before all code pieces in which e.g. std::vector<Vector2d> is…
DMatrixfreeSolverExample.dox10 …d an %Eigen dense column vector (its actual implementation goes in a specialization of the interna…
/external/llvm/docs/
DYamlIO.rst115 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/
DYamlIO.rst115 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/
Dtflite_static.bp153 "-Wno-invalid-partial-specialization",
164 "-Wno-invalid-partial-specialization",
DAndroid.bp79 "-Wno-invalid-partial-specialization",
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt91 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/
DBUILD46 "//tensorflow:ios": ["-Wno-error=invalid-partial-specialization"],

1234