/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 487 Expr *Semantic = *it; 488 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic)) 489 Semantic = OVE->getSourceExpr(); 490 Visit(Semantic);
|
CFG.cpp | [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_pstipple.c | 153 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION) 238 decl.Declaration.Semantic = 1; 239 decl.Semantic.Name = TGSI_SEMANTIC_POSITION; 240 decl.Semantic.Index = 0;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 242 <if(disabled)><\n>As a result, alternative(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif> 254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif> 284 <if(disabled)><\n>As a result, token(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_shader_tokens.h | 120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ 166 #define TGSI_SEMANTIC_COUNT 19 /**< number of semantic values */
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ 166 #define TGSI_SEMANTIC_COUNT 19 /**< number of semantic values */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 824 switch (fdec->Semantic.Name) { 835 if (fdec->Semantic.Index == 0) { 838 if (fdec->Semantic.Index == 1) { 841 NOUVEAU_ERR("bad colour semantic index\n"); 846 if (fdec->Semantic.Index == 0) { 849 if (fdec->Semantic.Index == 1) { 852 NOUVEAU_ERR("bad bcolour semantic index\n"); 864 if (vpc->vp->texcoord[i] == fdec->Semantic.Index) { 880 NOUVEAU_ERR("bad output semantic\n"); [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 824 switch (fdec->Semantic.Name) { 835 if (fdec->Semantic.Index == 0) { 838 if (fdec->Semantic.Index == 1) { 841 NOUVEAU_ERR("bad colour semantic index\n"); 846 if (fdec->Semantic.Index == 0) { 849 if (fdec->Semantic.Index == 1) { 852 NOUVEAU_ERR("bad bcolour semantic index\n"); 864 if (vpc->vp->texcoord[i] == fdec->Semantic.Index) { 880 NOUVEAU_ERR("bad output semantic\n"); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_llvm.c | 43 switch (decl->Semantic.Name) {
|
r600_shader.c | 713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */ 719 * semantic indices, so we'll use 0 for them. 797 ctx->shader->input[i].name = d->Semantic.Name; 798 ctx->shader->input[i].sid = d->Semantic.Index; 823 ctx->shader->output[i].name = d->Semantic.Name; 824 ctx->shader->output[i].sid = d->Semantic.Index; 830 switch (d->Semantic.Name) { 832 ctx->shader->clip_dist_write |= d->Declaration.UsageMask << (d->Semantic.Index << 2); 844 switch (d->Semantic.Name) { 858 if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_llvm.c | 43 switch (decl->Semantic.Name) {
|
r600_shader.c | 713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */ 719 * semantic indices, so we'll use 0 for them. 797 ctx->shader->input[i].name = d->Semantic.Name; 798 ctx->shader->input[i].sid = d->Semantic.Index; 823 ctx->shader->output[i].name = d->Semantic.Name; 824 ctx->shader->output[i].sid = d->Semantic.Index; 830 switch (d->Semantic.Name) { 832 ctx->shader->clip_dist_write |= d->Declaration.UsageMask << (d->Semantic.Index << 2); 844 switch (d->Semantic.Name) { 858 if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 1241 decl.Semantic.Index = index; 1246 decl.Declaration.Semantic = 1; 1247 decl.Semantic.Name = i; [all...] |
tgsi_ureg.c | [all...] |
tgsi_exec.c | [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 1241 decl.Semantic.Index = index; 1246 decl.Declaration.Semantic = 1; 1247 decl.Semantic.Name = i; [all...] |
tgsi_ureg.c | [all...] |
tgsi_exec.c | [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 782 // routine actually returns the semantic outer context, which may 786 // name lookup should continue searching in this semantic context when 820 // TranslationUnit, while the semantic context is the namespace N. 835 DeclContext *Semantic = DC; 836 while (!Semantic->isFileContext()) 837 Semantic = Semantic->getParent(); 843 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) && 844 Lexical->Encloses(Semantic)) 845 return std::make_pair(Semantic, true) [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 309 const fltSemantics &Semantic = 313 convertToFpType(Semantic); 317 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), [all...] |
/external/bison/data/ |
glr.c | 121 ## Semantic Values. ## 696 /** Semantic value for this state. */ 826 * and top stack item YYVSP. YYLVALP points to place to put semantic 1040 /** Add a new semantic action that will execute the action for rule 1041 * RULENUM on the semantic values in RHS to the list of [all...] |
yacc.c | 134 ## Semantic Values. ## 209 /* The semantic value of the lookahead symbol. */ 234 `yyvs': related to semantic values.]b4_locations_if([[ 245 /* The semantic value stack. */ 339 simplifying the original so-called "semantic" parser. */ 983 further semantic actions would be erroneous because they would be [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 791 if (decl->Declaration.Semantic) { 792 sn = decl->Semantic.Name; 793 si = decl->Semantic.Index; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 791 if (decl->Declaration.Semantic) { 792 sn = decl->Semantic.Name; 793 si = decl->Semantic.Index; [all...] |