Searched defs:Semantic (Results 1 – 12 of 12) sorted by relevance
2985 TGSI_SEMANTIC_POSITION3012 TGSI_SEMANTIC_COLOR3027 TGSI_SEMANTIC_BCOLOR3036 TGSI_SEMANTIC_FOG3047 TGSI_SEMANTIC_PSIZE3060 TGSI_SEMANTIC_TEXCOORD3076 TGSI_SEMANTIC_PCOORD3089 TGSI_SEMANTIC_GENERIC3097 TGSI_SEMANTIC_NORMAL3104 TGSI_SEMANTIC_FACE[all …]
587 struct Semantic struct in sw::Shader589 …Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() argument593 bool operator==(const Semantic &semantic) const in operator ==()598 bool active() const in active()603 unsigned char usage;604 unsigned char index;605 bool centroid;606 bool flat;
586 struct Semantic struct in sw::Shader588 …Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() function592 bool operator==(const Semantic &semantic) const in operator ==()597 bool active() const in active()602 unsigned char usage;603 unsigned char index;604 bool centroid;605 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
297 const fltSemantics &Semantic = in operator *=() local
313 const fltSemantics &Semantic = in operator *=() local
135 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member
1000 DeclContext *Semantic = DC; in findOuterContext() local