HomeSort by relevance Sort by last modified time
    Searched refs:specializations (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/compiler/spirv/
nir_spirv.h 54 struct nir_spirv_specialization *specializations,
vtn_private.h 375 struct nir_spirv_specialization *specializations; member in struct:vtn_builder
spirv_to_nir.c 955 if (b->specializations[i].id == dec->literals[0]) {
957 const_value->data64 = b->specializations[i].data64;
959 const_value->data32 = b->specializations[i].data32;
    [all...]
  /external/gemmlowp/meta/generators/
cc_emitter.py 143 def EmitClassBegin(self, class_name, template_params, specializations,
147 if template_params or specializations:
151 if specializations:
152 class_name_extended += '<%s>' % ', '.join(map(str, specializations))
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 318 map<string, string> specializations; local
325 specializations["OPCODE"] = cases[caseNdx].opCode;
326 spec.assembly = shaderTemplate.specialize(specializations);
466 map<string, string> specializations; local
471 specializations["INDEX"] = (cases[caseNdx].numOutputElements == 1) ? "%zero" : "%x";
472 specializations["INSTRUCTION"] = cases[caseNdx].assembly;
473 specializations["BLOCK_DECORATION"] = useStorageBuffer ? "Block" : "BufferBlock";
474 specializations["BLOCK_POINTER_TYPE"] = useStorageBuffer ? "StorageBuffer" : "Uniform";
475 spec.assembly = shaderTemplate.specialize(specializations);
719 map<string, string> specializations; local
1572 map<string, string> specializations; local
2218 map<string, string> specializations; local
2281 map<string, string> specializations; local
2361 map<string, string> specializations; local
2445 map<string, string> specializations; local
3116 map<string, string> specializations; local
3211 map<string, string> specializations; local
3306 map<string, string> specializations; local
3376 map<string, string> specializations; local
3463 map<string, string> specializations; local
4351 map<string, string> specializations; local
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 514 "Cannot encode undeclared template specializations for members");
533 "Cannot encode undeclared template specializations for members");
734 /// member template \c X<int>::Inner are member specializations.
755 "Only member templates can be member template specializations");
847 /// \brief The function template specializations for this function
848 /// template, including explicit specializations and instantiations.
849 llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> Specializations;
860 /// \brief If non-null, points to an array of specializations known only
863 /// The first value in the array is the number of of specializations
954 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2111 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2895 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 129 /// explicit or implicit instantiations. Explicit specializations
130 /// are still visited, and the patterns of partial specializations
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 970 for (auto *I : D->specializations()) {
984 for (auto *I : D->specializations()) {
    [all...]
ASTDumper.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 609 "Cannot encode undeclared template specializations for members");
628 "Cannot encode undeclared template specializations for members");
835 /// member template \c X<int>::Inner are member specializations.
856 "Only member templates can be member template specializations");
1053 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2217 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2997 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 140 /// explicit or implicit instantiations. Explicit specializations
141 /// are still visited, and the patterns of partial specializations
    [all...]

Completed in 1532 milliseconds

1 2