Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2985 TGSI_SEMANTIC_POSITION
3012 TGSI_SEMANTIC_COLOR
3027 TGSI_SEMANTIC_BCOLOR
3036 TGSI_SEMANTIC_FOG
3047 TGSI_SEMANTIC_PSIZE
3060 TGSI_SEMANTIC_TEXCOORD
3076 TGSI_SEMANTIC_PCOORD
3089 TGSI_SEMANTIC_GENERIC
3097 TGSI_SEMANTIC_NORMAL
3104 TGSI_SEMANTIC_FACE
[all …]
/external/swiftshader/src/Shader/
DShader.hpp587 struct Semantic struct in sw::Shader
589Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() argument
593 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;
/external/swiftshader/src/Pipeline/
DShader.hpp586 struct Semantic struct in sw::Shader
588Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() function
592 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;
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h66 struct tgsi_declaration_semantic Semantic; member
/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/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp297 const fltSemantics &Semantic = in operator *=() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp313 const fltSemantics &Semantic = in operator *=() local
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h135 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h135 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member
/external/clang/lib/Sema/
DSemaLookup.cpp1000 DeclContext *Semantic = DC; in findOuterContext() local