Searched defs:Semantic (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h71 struct tgsi_declaration_semantic Semantic; member in struct:tgsi_full_declaration
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h71 struct tgsi_declaration_semantic Semantic; member in struct:tgsi_full_declaration
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp492 Expr *Semantic = *it; local
493 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
494 Semantic = OVE->getSourceExpr();
495 Visit(Semantic);
H A DCFG.cpp2568 Expr *Semantic = E->getSemanticExpr(--i); local
2572 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
2573 Semantic = OVE->getSourceExpr();
2575 if (CFGBlock *B = Visit(Semantic))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp311 const fltSemantics &Semantic = local
315 convertToFpType(Semantic);
319 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member in struct:tgsi_declaration
/external/clang/lib/Sema/
H A DSemaLookup.cpp841 DeclContext *Semantic = DC; local
842 while (!Semantic->isFileContext())
843 Semantic = Semantic->getParent();
849 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
850 Lexical->Encloses(Semantic))
851 return std::make_pair(Semantic, true);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member in struct:tgsi_declaration

Completed in 2362 milliseconds