Searched refs:semantic (Results 1 – 25 of 123) sorted by relevance
12345
40 struct tgsi_declaration_semantic semantic, in translate_vs_ps_semantic() argument44 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 …]
37 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 …]
579 bool operator==(const Semantic &semantic) const in operator ==()581 return usage == semantic.usage && index == semantic.index; in operator ==()
41 Semantic semantic[MAX_FRAGMENT_INPUTS][4]; // FIXME: Private member in sw::PixelShader
58 MachineType(MachineRepresentation representation, MachineSemantic semantic) in MachineType() argument59 : representation_(representation), semantic_(semantic) {} in MachineType()63 semantic() == other.semantic();70 MachineSemantic semantic() const { return semantic_; } in semantic() function75 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()
74 return os << type.semantic(); in operator <<()75 } else if (type.semantic() == MachineSemantic::kNone) { in operator <<()78 return os << type.representation() << "|" << type.semantic(); in operator <<()
133 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()
2268 bool CPVRTPFXParser::ParseSemantic(SPVRTPFXParserSemantic &semantic, const int nStartLine, CPVRTStr… in ParseSemantic() argument2272 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 …]
584 tokens represent semantic information and are produced by the parser, replacing632 don't contain any semantic information about the lexed value. For example, if649 semantic information found by the parser. For example, if "``foo``" is found654 reparse does not need to redo semantic analysis to determine whether a token820 Typedefs in C make semantic analysis a bit more complex than it would be without864 with this: first, various semantic checks need to make judgements about the1071 semantics. The two views are kept synchronized by semantic analysis while1141 declarations of "``g``". Clients that perform semantic analysis on a program1152 declaration context, and a *semantic* context, which corresponds to the1154 ``Decl::getLexicalDeclContext`` while the semantic context is accessible via[all …]
587 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()
152 struct sh_semantic semantic; member
9 preferably with semantic completion for C-family languages.
42 libparse - C (for now) parsing and local semantic analysis. This library78 compiler tool, it makes sense to take those plus the AST building and semantic108 semantic analysis (some errors and warnings are not produced).143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
124 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 value296 * Semantic Tokens:: Token parsing can depend on the semantic context.312 * The YYPRINT Macro:: Obsolete interface for semantic value reports470 a semantic value (the value of an integer,[all …]
87 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 value259 * Semantic Tokens:: Token parsing can depend on the semantic context.275 * The YYPRINT Macro:: Obsolete interface for semantic value reports1155 a semantic value (the value of an integer,[all …]
1 /** Demonstrates how semantic predicates get hoisted out of the rule in
451 ## 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 clean1430 it up rather than the tree for which some semantic actions have been
1105 # semantic value, which would be initialized from the lookahead, which1107 # - 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 semantic1671 // happen even if YYACCEPT was performed in a later semantic action as1673 // in between. However, we leave YYACCEPT in the same semantic action1675 // immediately after every semantic action because a semantic action
... dEQP-GLES2.functional.shaders.preprocessor.semantic.ops_as_arguments_vertex 25dEQP-GLES2.functional.shaders ...
33 + Negative semantic tests for switch statements
30 /** A semantic predicate failed during validation. Validation of predicates
61 NoMethodError to raise instead of FailedPredicate when semantic109 a semantic predicate was encountered as the template code did not
3 // Generate semantic grid columns with these mixins.
236 **Purpose**: Creates Attrs.inc, which contains semantic attribute class252 **Purpose**: Creates AttrImpl.inc, which contains semantic attribute class259 **Purpose**: Creates AttrList.inc, which is used when a list of semantic