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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h66 struct tgsi_declaration_semantic Semantic; member in struct:tgsi_full_declaration
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp541 Expr *Semantic = *it; local
542 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
543 Semantic = OVE->getSourceExpr();
544 Visit(Semantic);
H A DCFG.cpp2726 Expr *Semantic = E->getSemanticExpr(--i); local
2730 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
2731 Semantic = OVE->getSourceExpr();
2733 if (CFGBlock *B = Visit(Semantic))
/external/clang/lib/Sema/
H A DSemaLookup.cpp1000 DeclContext *Semantic = DC; local
1001 while (!Semantic->isFileContext())
1002 Semantic = Semantic->getParent();
1008 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
1009 Lexical->Encloses(Semantic))
1010 return std::make_pair(Semantic, true);
/external/v8/src/ast/
H A Dast-types.cc756 // Semantic subtyping check - this is needed for consistency with the
1061 AstType* AstType::Semantic(AstType* t, Zone* zone) { function in class:v8::internal::AstType
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp297 const fltSemantics &Semantic = local
301 convertToFpType(Semantic);
305 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
/external/swiftshader/src/Shader/
H A DShader.hpp586 struct Semantic struct in class:sw::Shader
588 Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage), index(index), centroid(false), flat(flat) function in struct:sw::Shader::Semantic
592 bool operator==(const Semantic &semantic) const
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h134 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member in struct:tgsi_declaration

Completed in 417 milliseconds