/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aapoint.c | 134 struct tgsi_full_declaration *decl) 138 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 139 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && 140 decl->Semantic.Index == 0) { 141 aactx->colorOutput = decl->Range.First; 143 else if (decl->Declaration.File == TGSI_FILE_INPUT) { 144 if ((int) decl->Range.Last > aactx->maxInput) 145 aactx->maxInput = decl->Range.Last; 146 if (decl->Semantic.Name == TGSI_SEMANTIC_GENERIC && 147 (int) decl->Semantic.Index > aactx->maxGeneric) 178 struct tgsi_full_declaration decl; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_iterate.h | 52 struct tgsi_full_declaration *decl );
|
tgsi_ureg.c | 47 struct tgsi_declaration decl; member in union:tgsi_any_token 459 struct const_decl *decl = &ureg->const_decls2D[index2D]; local 463 if (decl->nr_constant_ranges < UREG_MAX_CONSTANT_RANGE) { 464 uint i = decl->nr_constant_ranges++; 466 decl->constant_range[i].first = first; 467 decl->constant_range[i].last = last; 481 struct const_decl *decl = &ureg->const_decls; local 487 for (i = 0; i < decl->nr_constant_ranges; i++) { 488 if (decl->constant_range[i].first <= index && 489 decl->constant_range[i].last >= index) 1522 struct const_decl *decl = &ureg->const_decls2D[i]; local [all...] |
tgsi_text.c | 1067 struct tgsi_full_declaration decl; local 1086 decl = tgsi_default_full_declaration(); 1087 decl.Declaration.File = file; 1088 decl.Declaration.UsageMask = writemask; 1091 decl.Range.First = brackets[0].first; 1092 decl.Range.Last = brackets[0].last; 1094 decl.Range.First = brackets[1].first; 1095 decl.Range.Last = brackets[1].last; 1097 decl.Declaration.Dimension = 1; 1098 decl.Dim.Index2D = brackets[0].first [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 47 struct tgsi_declaration decl; member in union:tgsi_any_token 459 struct const_decl *decl = &ureg->const_decls2D[index2D]; local 463 if (decl->nr_constant_ranges < UREG_MAX_CONSTANT_RANGE) { 464 uint i = decl->nr_constant_ranges++; 466 decl->constant_range[i].first = first; 467 decl->constant_range[i].last = last; 481 struct const_decl *decl = &ureg->const_decls; local 487 for (i = 0; i < decl->nr_constant_ranges; i++) { 488 if (decl->constant_range[i].first <= index && 489 decl->constant_range[i].last >= index) 1522 struct const_decl *decl = &ureg->const_decls2D[i]; local [all...] |
tgsi_text.c | 1067 struct tgsi_full_declaration decl; local 1086 decl = tgsi_default_full_declaration(); 1087 decl.Declaration.File = file; 1088 decl.Declaration.UsageMask = writemask; 1091 decl.Range.First = brackets[0].first; 1092 decl.Range.Last = brackets[0].last; 1094 decl.Range.First = brackets[1].first; 1095 decl.Range.Last = brackets[1].last; 1097 decl.Declaration.Dimension = 1; 1098 decl.Dim.Index2D = brackets[0].first [all...] |
/bionic/libc/arch-x86/generic/string/ |
bcopy.S | 78 decl %edi 79 decl %esi
|
/external/clang/test/CodeGen/ |
dllimport.c | 54 // CHECK-DAG: declare dllimport void @decl() 55 __declspec(dllimport) void decl(void); 58 // CHECK-DAG: @use_decl = global void ()* @decl 59 void (*use_decl)(void) = &decl;
|
/external/libsepol/tests/ |
test-linker-roles.c | 33 * - role in appropriate symtab (global and decl) 34 * - datum in the decl symtab has correct type_set 35 * - scope datum has correct decl ids 72 avrule_decl_t *decl; local 80 /**** test for g_b_role_1 in base and decl 1 (global) ****/ 89 /**** test for o1_b_role_1 in optional (decl 2) ****/ 90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"); 91 decls[0] = decl->decl_id; 95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0); 103 avrule_decl_t *decl; local [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
UniqueDWARFASTType.cpp | 26 const lldb_private::Declaration &decl, 41 if (pos->m_declaration == decl)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-inline.h | 67 /* Create a new decl to replace DECL in the destination function. */ 182 tree copy_decl_no_change (tree decl, copy_body_data *id); 189 extern tree remap_decl (tree decl, copy_body_data *id);
|
langhooks.h | 148 /* Function to add a decl to the current scope level. Takes one 149 argument, a decl to add. Returns that decl, or, if the same 150 symbol is already declared, may return a different decl for that 157 /* Returns true if DECL is explicit member function. */ 160 /* Returns True if the parameter is a generic parameter decl 171 /* Returns true when we should warn for an unused global DECL. 179 /* True if this decl may be called via a sibcall. */ 182 /* True if OpenMP should privatize what this DECL points to rather 183 than the DECL itself. * [all...] |
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/ |
bn-586.S | 115 decl %ecx 126 decl %ecx 137 decl %ecx 148 decl %ecx 159 decl %ecx 170 decl %ecx 286 decl %ebp 295 decl %ebp 304 decl %ebp 313 decl %eb [all...] |
/external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/ |
bn-586.S | 114 decl %ecx 125 decl %ecx 136 decl %ecx 147 decl %ecx 158 decl %ecx 169 decl %ecx 283 decl %ebp 292 decl %ebp 301 decl %ebp 310 decl %eb [all...] |
/external/openssl/crypto/bn/asm/ |
bn-586.S | 210 decl %ecx 221 decl %ecx 232 decl %ecx 243 decl %ecx 254 decl %ecx 265 decl %ecx 408 decl %ebp 417 decl %ebp 426 decl %ebp 435 decl %eb [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
ir.py | 404 for decl in self[1:]: 405 l.append( decl.cstr()+"; " ) 551 decl = Declarator(Identifier(), Pointer(self.get_rest().clone())) 552 return decl 624 decl=Declarator() 625 decl.init_from( self.clone() ) 626 decl.identifier = Identifier() 627 for i in range(1,len(decl)): 628 decl[i]=decl[i].ctype( [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.h | 72 - (void)decl;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.h | 31 #define DECL 4 83 - (void)decl;
|
Main.java | 10 //LangParser.decl_return r = parser.decl(); 18 walker.decl();
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExtensionCall.java | 115 ElemExtensionDecl decl = null; local 127 decl = (ElemExtensionDecl) child; 129 String prefix = decl.getPrefix(); 134 return decl;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw.h | 55 const SVGA3dVertexDecl *decl,
|
/external/lldb/include/lldb/Core/ |
ValueObjectVariable.h | 59 GetDeclaration (Declaration &decl);
|
/external/lldb/include/lldb/Expression/ |
ClangExpressionDeclMap.h | 24 #include "clang/AST/Decl.h" 123 /// @param[in] decl 137 AddPersistentVariable (const clang::NamedDecl *decl, 147 /// @param[in] decl 166 AddValueToStruct (const clang::NamedDecl *decl, 207 /// @param[out] decl 208 /// The parsed Decl for the field, as generated by ClangASTSource 235 GetStructElement (const clang::NamedDecl *&decl, 243 /// Decl. 245 /// @param[in] decl [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw.h | 55 const SVGA3dVertexDecl *decl,
|
/external/lldb/source/Expression/ |
ClangASTSource.cpp | 186 ASTDumper dumper((Decl*)tag_decl); 301 ASTDumper dumper((Decl*)tag_decl); 315 ASTDumper dumper((Decl*)interface_decl); 324 ASTDumper dumper((Decl*)interface_decl); 368 bool (*predicate)(Decl::Kind), 369 llvm::SmallVectorImpl<Decl*> &decls) 375 const Decl *context_decl = dyn_cast<Decl>(decl_context); 407 Decl *original_decl = NULL; 415 log->Printf(" FELD[%u] Original decl (ASTContext*)%p (Decl*)%p:", current_id, original_ctx, original_decl) 449 Decl *decl = *iter; local 778 D *decl; member in class:TaggedASTDecl [all...] |