Home
last modified time | relevance | path

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

/external/mesa3d/docs/gallium/
Dtgsi.rst3086 TGSI_SEMANTIC_POSITION
3113 TGSI_SEMANTIC_COLOR
3128 TGSI_SEMANTIC_BCOLOR
3137 TGSI_SEMANTIC_FOG
3148 TGSI_SEMANTIC_PSIZE
3161 TGSI_SEMANTIC_TEXCOORD
3177 TGSI_SEMANTIC_PCOORD
3190 TGSI_SEMANTIC_GENERIC
3198 TGSI_SEMANTIC_NORMAL
3205 TGSI_SEMANTIC_FACE
[all …]
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
DRegisterValueTest.cpp24 const auto &Semantic = APFloatBase::IEEEhalf(); in TEST() local
40 const auto &Semantic = APFloatBase::IEEEsingle(); in TEST() local
56 const auto &Semantic = APFloatBase::IEEEdouble(); in TEST() local
/external/swiftshader/src/Shader/
DShader.hpp598 struct Semantic struct in sw::Shader
600Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF, bool flat = false) : usage(usage)… in Semantic() function
604 bool operator==(const Semantic &semantic) const in operator ==()
609 bool active() const in active()
614 unsigned char usage;
615 unsigned char index;
616 bool centroid;
617 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-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp575 Expr *Semantic = *it; in VisitPseudoObjectExpr() local
DCFG.cpp3682 Expr *Semantic = E->getSemanticExpr(--i); in VisitPseudoObjectExpr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp297 const fltSemantics &Semantic = in operator *=() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp309 const fltSemantics &Semantic = in operator *=() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp309 const fltSemantics &Semantic = in operator *=() local
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h136 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