Home
last modified time | relevance | path

Searched refs:interm (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.cpp378 } interm; member
2372 (yyval.interm.intermTypedNode) = context->parseVariableIdentifier( in yyparse()
2381 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
2391 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2401 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2411 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2421 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2437 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2445 (yyval.interm.intermTypedNode) = (yyvsp[-1].interm.intermTypedNode); in yyparse()
2453 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
[all …]
Dglslang.y107 } interm; member
202 %type <interm.op> assignment_operator unary_operator
203 %type <interm.intermTypedNode> variable_identifier primary_expression postfix_expression
204 %type <interm.intermTypedNode> expression integer_expression assignment_expression
205 %type <interm.intermTypedNode> unary_expression multiplicative_expression additive_expression
206 %type <interm.intermTypedNode> relational_expression equality_expression
207 %type <interm.intermTypedNode> conditional_expression constant_expression
208 %type <interm.intermTypedNode> logical_or_expression logical_xor_expression logical_and_expression
209 %type <interm.intermTypedNode> shift_expression and_expression exclusive_or_expression inclusive_or…
210 %type <interm.intermTypedNode> function_call initializer
[all …]
Dglslang_tab_autogen.h289 } interm; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp307 } interm; member
2382 …(yyval.interm.intermTypedNode) = context->intermediate.addConstantUnion(constArray, t, (yylsp[0])); in yyparse()
2384 … (yyval.interm.intermTypedNode) = context->intermediate.addSymbol(variable->getUniqueId(), in yyparse()
2394 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
2404 …(yyval.interm.intermTypedNode) = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, … in yyparse()
2414 …(yyval.interm.intermTypedNode) = context->intermediate.addConstantUnion(unionArray, TType(EbtUInt,… in yyparse()
2424 …(yyval.interm.intermTypedNode) = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat… in yyparse()
2434 …(yyval.interm.intermTypedNode) = context->intermediate.addConstantUnion(unionArray, TType(EbtBool,… in yyparse()
2442 (yyval.interm.intermTypedNode) = (yyvsp[-1].interm.intermTypedNode); in yyparse()
2450 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
[all …]
Dglslang.y100 } interm; member
186 %type <interm> assignment_operator unary_operator
187 %type <interm.intermTypedNode> variable_identifier primary_expression postfix_expression
188 %type <interm.intermTypedNode> expression integer_expression assignment_expression
189 %type <interm.intermTypedNode> unary_expression multiplicative_expression additive_expression
190 %type <interm.intermTypedNode> relational_expression equality_expression
191 %type <interm.intermTypedNode> conditional_expression constant_expression
192 %type <interm.intermTypedNode> logical_or_expression logical_xor_expression logical_and_expression
193 %type <interm.intermTypedNode> shift_expression and_expression exclusive_or_expression inclusive_or…
194 %type <interm.intermTypedNode> function_call initializer condition conditionopt
[all …]
Dglslang_tab.h220 } interm; member
DParseHelper.h37 …TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, GLenum type, int… in TParseContext() argument
38 intermediate(interm), in TParseContext()
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp5208 …(yyval.interm.intermTypedNode) = parseContext.handleVariable((yyvsp[0].lex).loc, (yyvsp[0].lex).sy… in yyparse()
5216 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
5224 (yyval.interm.intermTypedNode) = (yyvsp[-1].interm.intermTypedNode); in yyparse()
5225 if ((yyval.interm.intermTypedNode)->getAsConstantUnion()) in yyparse()
5226 (yyval.interm.intermTypedNode)->getAsConstantUnion()->setExpression(); in yyparse()
5234 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtF… in yyparse()
5242 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).i, (yyv… in yyparse()
5251 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).u, (yyv… in yyparse()
5259 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).b, (yyv… in yyparse()
5267 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).string,… in yyparse()
[all …]
Dglslang.y108 } interm; member
287 %type <interm> assignment_operator unary_operator
288 %type <interm.intermTypedNode> variable_identifier primary_expression postfix_expression
289 %type <interm.intermTypedNode> expression integer_expression assignment_expression
290 %type <interm.intermTypedNode> unary_expression multiplicative_expression additive_expression
291 %type <interm.intermTypedNode> relational_expression equality_expression
292 %type <interm.intermTypedNode> conditional_expression constant_expression
293 %type <interm.intermTypedNode> logical_or_expression logical_xor_expression logical_and_expression
294 %type <interm.intermTypedNode> shift_expression and_expression exclusive_or_expression inclusive_or…
295 %type <interm.intermTypedNode> function_call initializer condition conditionopt
[all …]
DparseVersions.h57 TParseVersions(TIntermediate& interm, int version, EProfile profile, in TParseVersions() argument
66 intermediate(interm), messages(messages), numErrors(0), currentScanner(nullptr) { } in TParseVersions()
Dglslang_tab.cpp.h564 } interm; member
DParseHelper.h79 …TParseContextBase(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins, int vers…
83 …: TParseVersions(interm, version, profile, spvVersion, language, infoSink, forwardCompatible, mess… in TParseVersions() argument
DParseHelper.cpp53 TParseContext::TParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins, in TParseContext() argument
57 … TParseContextBase(symbolTable, interm, parsingBuiltins, version, profile, spvVersion, language, in TParseContext()
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_fr.txt759 l’intermédiaire
926 intérêts l’intermédiaire sécurité
979 l’intermédiaire
1974 l’intermédiaire répandre
2424 l’intermédiaire était pensée
2818 leurs l’intermédiaire Ces
2954 l’intermédiaire exigences l’égalité
2972 pouvoirs l’intermédiaire
2973 plan l’intermédiaire social
2988 l’intermédiaire
[all …]
/third_party/node/deps/openssl/openssl/engines/
De_padlock.c208 int interm:1; member
/third_party/openssl/engines/
De_padlock.c208 int interm:1; member
/third_party/icu/icu4j/perf-tests/data/udhr/
Dudhr_fra.txt135 …rection des affaires publiques de son pays, soit directement, soit par l’intermédiaire de représen…
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp56 HlslParseContext::HlslParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBu… in HlslParseContext() argument
61 …TParseContextBase(symbolTable, interm, parsingBuiltins, version, profile, spvVersion, language, in… in HlslParseContext()
/third_party/pulseaudio/po/
Dca.po1835 msgstr "Els atributs del flux de memòria intermèdia han canviat.%s"