Searched defs:Semantic (Results 1 – 9 of 9) sorted by relevance
2959 TGSI_SEMANTIC_POSITION2986 TGSI_SEMANTIC_COLOR3001 TGSI_SEMANTIC_BCOLOR3010 TGSI_SEMANTIC_FOG3021 TGSI_SEMANTIC_PSIZE3034 TGSI_SEMANTIC_TEXCOORD3050 TGSI_SEMANTIC_PCOORD3063 TGSI_SEMANTIC_GENERIC3071 TGSI_SEMANTIC_NORMAL3078 TGSI_SEMANTIC_FACE[all …]
581 struct Semantic struct in sw::Shader583 …Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() function587 bool operator==(const Semantic &semantic) const in operator ==()592 bool active() const in active()597 unsigned char usage;598 unsigned char index;599 bool centroid;600 bool flat;
66 struct tgsi_declaration_semantic Semantic; member
541 Expr *Semantic = *it; in VisitPseudoObjectExpr() local
2726 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
1061 AstType* AstType::Semantic(AstType* t, Zone* zone) { in Semantic() function in v8::internal::AstType
297 const fltSemantics &Semantic = in operator *=() local
134 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member
1000 DeclContext *Semantic = DC; in findOuterContext() local