Searched refs:decl (Results 151 - 175 of 336) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c207 const struct tgsi_full_declaration *decl)
210 switch(decl->Declaration.File) {
214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
226 lp_emit_declaration_soa(bld_base, decl);
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
233 ctx->load_input(ctx, idx, decl);
241 for (idx = decl->Range.First; idx <= decl
205 emit_declaration( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_declaration *decl) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c207 const struct tgsi_full_declaration *decl)
210 switch(decl->Declaration.File) {
214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
226 lp_emit_declaration_soa(bld_base, decl);
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
233 ctx->load_input(ctx, idx, decl);
241 for (idx = decl->Range.First; idx <= decl
205 emit_declaration( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_declaration *decl) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp174 sglr::pdec::ShaderProgramDeclaration decl; local
176 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
177 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
178 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
179 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
186 decl << sglr::pdec::Uniform(samplerName, (unitTypes[ndx] == GL_TEXTURE_2D) ? (glu::TYPE_SAMPLER_2D) : (glu::TYPE_SAMPLER_CUBE));
187 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT3);
190 decl << sglr::pdec::VertexSource("attribute highp vec4 a_position;\n"
199 decl << sglr::pdec::FragmentSource(generateMultiTexFragmentShader(numUnits, unitTypes));
201 return decl;
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1569 const ClangASTType &property_opaque_type, // The property type is only required if you don't have an ivar decl
1726 Declaration decl; local
1752 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
1753 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
1754 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
2131 Declaration decl; local
2147 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
2148 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
2149 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
2639 assert(false && "not a forward clang type decl!");
4170 Declaration decl; local
4338 Declaration decl; local
5671 Declaration decl; local
7245 Declaration decl; local
7751 CompleteTagDecl(void *baton, clang::TagDecl *decl) argument
7760 CompleteObjCInterfaceDecl(void *baton, clang::ObjCInterfaceDecl *decl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_translate.c132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
1247 p->decl = p->declarations;
1254 *(p->decl++) = _3DSTATE_PIXEL_SHADER_PROGRAM;
1268 unsigned long decl_size = (unsigned long) (p->decl - p->declarations);
1302 assert(!ifs->decl);
1305 ifs->decl
1310 if (ifs->decl) {
1313 memcpy(ifs->decl,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
1247 p->decl = p->declarations;
1254 *(p->decl++) = _3DSTATE_PIXEL_SHADER_PROGRAM;
1268 unsigned long decl_size = (unsigned long) (p->decl - p->declarations);
1302 assert(!ifs->decl);
1305 ifs->decl
1310 if (ifs->decl) {
1313 memcpy(ifs->decl,
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp377 CXXRecordDecl* decl = base->getPointeeType()->getAsCXXRecordDecl();
378 if (decl)
379 CheckTraceFieldCall(expr->getMemberName().getAsString(), decl, arg);
458 CXXRecordDecl* decl = 0;
461 decl = type->getAsCXXRecordDecl();
463 if (!decl)
466 RecordInfo::Bases::iterator it = info_->GetBases().find(decl);
1103 bool DeclaresVirtualMethods(CXXRecordDecl* decl) { argument
1104 CXXRecordDecl::method_iterator it = decl->method_begin();
1105 for (; it != decl
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp250 sglr::pdec::ShaderProgramDeclaration decl; local
252 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
253 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
254 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
255 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
264 decl << sglr::pdec::Uniform(samplerName, samplerTypes[ndx]);
265 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT4);
266 decl << sglr::pdec::Uniform(scaleName, glu::TYPE_FLOAT_VEC4);
267 decl << sglr::pdec::Uniform(biasName, glu::TYPE_FLOAT_VEC4);
270 decl << sgl
[all...]
/external/elfutils/0.153/libdw/
H A Dlibdw.h739 extern const char *dwarf_decl_file (Dwarf_Die *decl);
742 extern int dwarf_decl_line (Dwarf_Die *decl, int *linep)
746 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
/external/elfutils/elfutils/
H A Dlibdw.h739 extern const char *dwarf_decl_file (Dwarf_Die *decl);
742 extern int dwarf_decl_line (Dwarf_Die *decl, int *linep)
746 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
/external/javassist/src/main/javassist/compiler/
H A DJavac.java95 CtClass decl = cb.getDeclaringClass();
97 .rebuildStackMapIf6(decl.getClassPool(),
98 decl.getClassFile2());
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp180 const NamedDecl *decl,
220 parser_vars->m_named_decl = decl;
293 parser_vars->m_named_decl = decl;
302 const NamedDecl *decl,
318 if (m_struct_members.GetVariable(decl, GetParserID()))
321 ClangExpressionVariableSP var_sp (m_found_entities.GetVariable(decl, GetParserID()));
325 var_sp = m_parser_vars->m_persistent_vars->GetVariable(decl, GetParserID());
334 decl,
433 const NamedDecl *&decl,
461 decl
178 AddPersistentVariable( const NamedDecl *decl, const ConstString &name, TypeFromParser parser_type, bool is_result, bool is_lvalue ) argument
300 AddValueToStruct( const NamedDecl *decl, const ConstString &name, llvm::Value *value, size_t size, off_t alignment ) argument
431 GetStructElement( const NamedDecl *&decl, llvm::Value *&value, off_t &offset, ConstString &name, uint32_t index ) argument
470 GetFunctionInfo( const NamedDecl *decl, uint64_t &ptr ) argument
[all...]
H A DASTResultSynthesizer.cpp119 Decl *decl = *decl_iterator; local
121 TransformTopLevelDecl(decl);
/external/chromium_org/third_party/boringssl/linux-x86/crypto/aes/
H A Daesni-x86.S21 decl %ecx
46 decl %ecx
460 decl %ecx
562 decl %ecx
658 decl %eax
721 decl %ecx
779 decl %ecx
966 decl %ecx
1041 decl %ecx
1243 decl
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/aes/
H A Daesni-x86.S20 decl %ecx
43 decl %ecx
439 decl %ecx
541 decl %ecx
635 decl %eax
696 decl %ecx
754 decl %ecx
939 decl %ecx
1012 decl %ecx
1214 decl
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m250 * Lang.g:10:1: start : decl ;
270 // Lang.g:10:7: ( decl ) // ruleBlockSingleAlt
271 // Lang.g:10:9: decl // alt
279 decl1 = [self decl];
316 * $ANTLR start decl
317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ;
319 - (LangParser_decl_return *) decl
439 /* $ANTLR end decl */
H A DLangDumpDecl.m129 * $ANTLR start decl
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
132 - (void) decl
185 /* $ANTLR end decl */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg428 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
452 catch(decl,action) ::= <<
453 catch (<e.decl>) {
1155 <scope.attributes:{<it.decl>;}; separator="\n">
1164 <scope.attributes:{<it.decl>;}; separator="\n">
1216 <scope.attributes:{<it.decl>;}; separator="\n">
1222 <scope.attributes:{<it.decl>}; separator=", ">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg385 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
412 catch(decl,action) ::= <<
413 catch (<e.decl>) {
1161 <scope.attributes:{it |<it.decl>;}; separator="\n">
1170 <scope.attributes:{it |<it.decl>;}; separator="\n">
1229 <scope.attributes:{it |public <it.decl>;}; separator="\n">
1236 <scope.attributes:{it |<it.decl>}; separator=", ">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg443 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
471 catch(decl,action) ::= <<
472 except <e.decl>:
1243 <scope.attributes:{it | self.<it.decl> = None}; separator="\n">
1258 <scope.attributes:{it | self.<it.decl> = None}; separator="\n">
1290 <scope.attributes:{it | self.<it.decl> = None}; separator="\n">
1300 <scope.attributes:{it | <it.decl>}; separator=", ">
/external/clang/include/clang/AST/
H A DMakefile47 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $<
/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp80 EXPECT_TRUE(Verifier.match("void f() {}", decl()));
/external/openssl/crypto/bn/asm/
H A Dx86-mont.S125 decl %ebx
141 decl %ebx
429 decl %ecx
444 decl %ebx
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i);
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw.c118 const SVGA3dVertexDecl *decl,
125 hwtnl->cmd.vdecl[i] = *decl;
116 svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl, unsigned i, const SVGA3dVertexDecl *decl, struct pipe_resource *vb) argument

Completed in 5599 milliseconds

1234567891011>>