HomeSort by relevance Sort by last modified time
    Searched refs:Semantic (Results 26 - 50 of 54) sorted by null

12 3

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 492 Expr *Semantic = *it;
493 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
494 Semantic = OVE->getSourceExpr();
495 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...]
  /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...]
  /external/clang/lib/Sema/
SemaLookup.cpp 348 // Otherwise, look at the semantic context of the declaration. The
788 // routine actually returns the semantic outer context, which may
792 // name lookup should continue searching in this semantic context when
826 // TranslationUnit, while the semantic context is the namespace N.
841 DeclContext *Semantic = DC;
842 while (!Semantic->isFileContext())
843 Semantic = Semantic->getParent();
849 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
850 Lexical->Encloses(Semantic))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 311 const fltSemantics &Semantic =
315 convertToFpType(Semantic);
319 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...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_math.js 61 * Semantic representation of the current node.
109 * Toggles the semantic setting.
110 * @return {boolean} True if semantic interpretation is switched on. False
  /external/chromium_org/v8/src/
types.h 24 // Types consist of two dimensions: semantic (value range) and representation.
28 // SEMANTIC DIMENSION
30 // The following equations and inequations hold for the semantic axis:
86 // That holds because the semantic type constructors defined by the API create
88 // representation types initially include all semantic ranges. Representations
89 // can then e.g. be narrowed for a given semantic type using intersection:
158 V(Semantic, 0x007ffffeu)
161 #define SEMANTIC(k) ((k) & BitsetType::kSemantic)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 45 LPCSTR Semantic;
111 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;
215 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;
308 STDMETHOD_(D3DXHANDLE, GetParameterBySemantic)(THIS_ D3DXHANDLE parameter, LPCSTR semantic) PURE;

Completed in 1000 milliseconds

12 3