Home
last modified time | relevance | path

Searched refs:semantic (Results 1 – 25 of 92) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c40 struct tgsi_declaration_semantic semantic, in translate_vs_ps_semantic() argument
44 switch (semantic.Name) { in translate_vs_ps_semantic()
46 *idx = semantic.Index; in translate_vs_ps_semantic()
50 *idx = semantic.Index; in translate_vs_ps_semantic()
54 *idx = semantic.Index + 2; /* sharing with COLOR */ in translate_vs_ps_semantic()
59 assert(semantic.Index == 0); in translate_vs_ps_semantic()
63 *idx = semantic.Index; in translate_vs_ps_semantic()
68 semantic.Index); in translate_vs_ps_semantic()
72 *idx = semantic.Index; in translate_vs_ps_semantic()
179 struct tgsi_declaration_semantic semantic, in ps30_input() argument
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c40 struct tgsi_declaration_semantic semantic, in translate_vs_ps_semantic() argument
44 switch (semantic.Name) { in translate_vs_ps_semantic()
46 *idx = semantic.Index; in translate_vs_ps_semantic()
50 *idx = semantic.Index; in translate_vs_ps_semantic()
54 *idx = semantic.Index + 2; /* sharing with COLOR */ in translate_vs_ps_semantic()
59 assert(semantic.Index == 0); in translate_vs_ps_semantic()
63 *idx = semantic.Index; in translate_vs_ps_semantic()
68 semantic.Index); in translate_vs_ps_semantic()
72 *idx = semantic.Index; in translate_vs_ps_semantic()
179 struct tgsi_declaration_semantic semantic, in ps30_input() argument
[all …]
/external/srec/doc/logs/uapi/
Drun_robustness1.log31 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
50 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
69 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
88 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
107 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
126 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
145 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
164 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
183 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
202 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
[all …]
Drun_robustness2.log34 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup …
60 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Dennis Velasco literal:loo…
86 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
112 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup …
138 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Dennis Velasco literal:loo…
164 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
190 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup …
216 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Dennis Velasco literal:loo…
242 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
268 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Andy Wyatt literal:lookup …
[all …]
Drun_contacts.log30 android.speech.recognition.test.contacts.CLRecognizer:result 1 semantic: Jen Parker literal:lookup …
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c587 dump_semantic(dcl.u.semantic.usage, in svga_shader_dump()
588 dcl.u.semantic.usage_index); in svga_shader_dump()
593 dump_semantic(dcl.u.semantic.usage, in svga_shader_dump()
594 dcl.u.semantic.usage_index); in svga_shader_dump()
Dsvga_shader.h152 struct sh_semantic semantic; member
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c587 dump_semantic(dcl.u.semantic.usage, in svga_shader_dump()
588 dcl.u.semantic.usage_index); in svga_shader_dump()
593 dump_semantic(dcl.u.semantic.usage, in svga_shader_dump()
594 dcl.u.semantic.usage_index); in svga_shader_dump()
Dsvga_shader.h152 struct sh_semantic semantic; member
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt42 libparse - C (for now) parsing and local semantic analysis. This library
78 compiler tool, it makes sense to take those plus the AST building and semantic
108 semantic analysis (some errors and warnings are not produced).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
/external/clang/docs/
DInternalsManual.rst584 tokens represent semantic information and are produced by the parser, replacing
632 don't contain any semantic information about the lexed value. For example, if
649 semantic information found by the parser. For example, if "``foo``" is found
654 reparse does not need to redo semantic analysis to determine whether a token
805 Typedefs in C make semantic analysis a bit more complex than it would be without
849 with this: first, various semantic checks need to make judgements about the
1056 semantics. The two views are kept synchronized by semantic analysis while
1126 declarations of "``g``". Clients that perform semantic analysis on a program
1137 declaration context, and a *semantic* context, which corresponds to the
1139 ``Decl::getLexicalDeclContext`` while the semantic context is accessible via
[all …]
DMSVCCompatibility.rst34 parsing and semantic compatibility tweaks are controlled by
105 The first major semantic difference is that MSVC appears to defer all parsing
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DT.g1 /** Demonstrates how semantic predicates get hoisted out of the rule in
/external/bison/doc/
Dbison.texi124 a semantic value (the value of an integer,
138 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
150 It uses multiple data-types for semantic values.
203 * Value Type:: Specifying one data type for all semantic values.
205 * Actions:: An action is the semantic definition of a grammar rule.
228 * Union Decl:: Declaring the set of all semantic value types.
258 * Token Values:: How @code{yylex} must return the semantic value
296 * Semantic Tokens:: Token parsing can depend on the semantic context.
312 * The YYPRINT Macro:: Obsolete interface for semantic value reports
470 a semantic value (the value of an integer,
[all …]
Dbison.info87 a semantic value (the value of an integer,
101 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
113 It uses multiple data-types for semantic values.
166 * Value Type:: Specifying one data type for all semantic values.
168 * Actions:: An action is the semantic definition of a grammar rule.
191 * Union Decl:: Declaring the set of all semantic value types.
221 * Token Values:: How `yylex' must return the semantic value
259 * Semantic Tokens:: Token parsing can depend on the semantic context.
275 * The YYPRINT Macro:: Obsolete interface for semantic value reports
1155 a semantic value (the value of an integer,
[all …]
/external/bison/tests/
Dglr-regression.at451 ## User destructor for unresolved GLR semantic value. See ##
455 AT_SETUP([User destructor for unresolved GLR semantic value])
826 ## Corrupted semantic options if user action cuts parse. ##
829 AT_SETUP([Corrupted semantic options if user action cuts parse])
938 ## Leaked semantic values if user action cuts parse. ##
941 AT_SETUP([Leaked semantic values if user action cuts parse])
1402 ## Leaked semantic values when reporting ambiguity. ##
1405 AT_SETUP([Leaked semantic values when reporting ambiguity])
1429 beginning of the semantic options list) so that yyparse will choose to clean
1430 it up rather than the tree for which some semantic actions have been
Dactions.at1105 # semantic value, which would be initialized from the lookahead, which
1107 # - For $undefined, who knows what the semantic value would be.
1361 # Bison once forgot to check for @$ in actions other than semantic actions.
1421 # To do that, use a semantic value that has two fields (sem_type),
1646 ## Destroying lookahead assigned by semantic action. ##
1649 AT_SETUP([[Destroying lookahead assigned by semantic action]])
1667 // In a previous version of Bison, yychar assigned by the semantic
1671 // happen even if YYACCEPT was performed in a later semantic action as
1673 // in between. However, we leave YYACCEPT in the same semantic action
1675 // immediately after every semantic action because a semantic action
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.switch.txt33 + Negative semantic tests for switch statements
/external/chromium_org/third_party/angle/tests/deqp_tests/
Ddeqp_tests.txt11 dEQP-GLES3.functional.shaders.preprocessor.semantic.*
/external/stlport/etc/
DReleaseNote.txt105 * Move semantic: vector or deque of any other STL containers are using
106 move semantic when resized or modified rather than copy.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFailedPredicateException.as30 /** A semantic predicate failed during validation. Validation of predicates
/external/clang/test/CodeGenObjCXX/
Dmangle.mm60 // Don't crash when mangling an enum whose semantic context
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt61 NoMethodError to raise instead of FailedPredicate when semantic
109 a semantic predicate was encountered as the template code did not
/external/llvm/docs/TableGen/
DBackEnds.rst237 **Purpose**: Creates Attrs.inc, which contains semantic attribute class
253 **Purpose**: Creates AttrImpl.inc, which contains semantic attribute class
260 **Purpose**: Creates AttrList.inc, which is used when a list of semantic
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_draw.c300 uint semantic = vp->info.output_semantic_name[i]; in nv30_render_validate() local
302 if (vroute_add(r, attrib, semantic, &index)) { in nv30_render_validate()

1234