Home
last modified time | relevance | path

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

12345

/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/swiftshader/src/Shader/
DPixelShader.cpp37 memcpy(semantic, ps->semantic, sizeof(semantic)); in PixelShader()
128 return semantic[0][component].active(); in usesDiffuse()
133 return semantic[1][component].active(); in usesSpecular()
138 return semantic[2 + coordinate][component].active(); in usesTexture()
191 semantic[0][0] = Semantic(Shader::USAGE_COLOR, 0); in analyzeInterpolants()
192 semantic[0][1] = Semantic(Shader::USAGE_COLOR, 0); in analyzeInterpolants()
193 semantic[0][2] = Semantic(Shader::USAGE_COLOR, 0); in analyzeInterpolants()
194 semantic[0][3] = Semantic(Shader::USAGE_COLOR, 0); in analyzeInterpolants()
196 semantic[1][0] = Semantic(Shader::USAGE_COLOR, 1); in analyzeInterpolants()
197 semantic[1][1] = Semantic(Shader::USAGE_COLOR, 1); in analyzeInterpolants()
[all …]
DShader.hpp579 bool operator==(const Semantic &semantic) const in operator ==()
581 return usage == semantic.usage && index == semantic.index; in operator ==()
DPixelShader.hpp41 Semantic semantic[MAX_FRAGMENT_INPUTS][4]; // FIXME: Private member in sw::PixelShader
/external/v8/src/
Dmachine-type.h58 MachineType(MachineRepresentation representation, MachineSemantic semantic) in MachineType() argument
59 : representation_(representation), semantic_(semantic) {} in MachineType()
63 semantic() == other.semantic();
70 MachineSemantic semantic() const { return semantic_; } in semantic() function
75 return semantic() == MachineSemantic::kInt32 || in IsSigned()
76 semantic() == MachineSemantic::kInt64; in IsSigned()
79 return semantic() == MachineSemantic::kUint32 || in IsUnsigned()
80 semantic() == MachineSemantic::kUint64; in IsUnsigned()
225 static_cast<size_t>(type.semantic()) * 16; in hash_value()
Dmachine-type.cc74 return os << type.semantic(); in operator <<()
75 } else if (type.semantic() == MachineSemantic::kNone) { in operator <<()
78 return os << type.representation() << "|" << type.semantic(); in operator <<()
/external/swiftshader/src/Renderer/
DSetupProcessor.cpp133 if(context->pixelShader->semantic[interpolant][component - project].active()) in update()
138 …if(context->pixelShader->semantic[interpolant][component - project] == context->vertexShader->outp… in update()
147 switch(context->pixelShader->semantic[interpolant][component - project].usage) in update()
165 int index = context->pixelShader->semantic[interpolant][component].index; in update()
167 switch(context->pixelShader->semantic[interpolant][component].usage) in update()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp2268 bool CPVRTPFXParser::ParseSemantic(SPVRTPFXParserSemantic &semantic, const int nStartLine, CPVRTStr… in ParseSemantic() argument
2272 semantic.pszName = 0; in ParseSemantic()
2273 semantic.pszValue = 0; in ParseSemantic()
2274 semantic.sDefaultValue.eType = eDataTypeNone; in ParseSemantic()
2275 semantic.nIdx = 0; in ParseSemantic()
2283 semantic.pszName = (char*)malloc((strlen(str)+1) * sizeof(char)); in ParseSemantic()
2284 strcpy(semantic.pszName, str); in ParseSemantic()
2291 FREE(semantic.pszName); in ParseSemantic()
2317 FREE(semantic.pszName); in ParseSemantic()
2325 semantic.nIdx = 0; in ParseSemantic()
[all …]
/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
820 Typedefs in C make semantic analysis a bit more complex than it would be without
864 with this: first, various semantic checks need to make judgements about the
1071 semantics. The two views are kept synchronized by semantic analysis while
1141 declarations of "``g``". Clients that perform semantic analysis on a program
1152 declaration context, and a *semantic* context, which corresponds to the
1154 ``Decl::getLexicalDeclContext`` while the semantic context is accessible via
[all …]
/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/vixl/doc/aarch64/topics/
Dycm.md9 preferably with semantic completion for C-family languages.
/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/swiftshader/third_party/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/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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DT.g1 /** Demonstrates how semantic predicates get hoisted out of the rule in
/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/autotest/client/site_tests/graphics_dEQP/expectations/skylake/
Dgles2-master.Flaky.bz2 ... dEQP-GLES2.functional.shaders.preprocessor.semantic.ops_as_arguments_vertex 25dEQP-GLES2.functional.shaders ...
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.switch.txt33 + Negative semantic tests for switch statements
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFailedPredicateException.as30 /** A semantic predicate failed during validation. Validation of predicates
/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/fmtlib/doc/bootstrap/mixins/
Dgrid.less3 // Generate semantic grid columns with these mixins.
/external/llvm/docs/TableGen/
DBackEnds.rst236 **Purpose**: Creates Attrs.inc, which contains semantic attribute class
252 **Purpose**: Creates AttrImpl.inc, which contains semantic attribute class
259 **Purpose**: Creates AttrList.inc, which is used when a list of semantic

12345