Home
last modified time | relevance | path

Searched defs:Semantic (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2959 TGSI_SEMANTIC_POSITION
2986 TGSI_SEMANTIC_COLOR
3001 TGSI_SEMANTIC_BCOLOR
3010 TGSI_SEMANTIC_FOG
3021 TGSI_SEMANTIC_PSIZE
3034 TGSI_SEMANTIC_TEXCOORD
3050 TGSI_SEMANTIC_PCOORD
3063 TGSI_SEMANTIC_GENERIC
3071 TGSI_SEMANTIC_NORMAL
3078 TGSI_SEMANTIC_FACE
[all …]
/external/swiftshader/src/Shader/
DShader.hpp581 struct Semantic struct in sw::Shader
583Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() function
587 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;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h66 struct tgsi_declaration_semantic Semantic; member
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp541 Expr *Semantic = *it; in VisitPseudoObjectExpr() local
DCFG.cpp2726 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
/external/v8/src/ast/
Dast-types.cc1061 AstType* AstType::Semantic(AstType* t, Zone* zone) { in Semantic() function in v8::internal::AstType
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp297 const fltSemantics &Semantic = in operator *=() local
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h134 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member
/external/clang/lib/Sema/
DSemaLookup.cpp1000 DeclContext *Semantic = DC; in findOuterContext() local