Home
last modified time | relevance | path

Searched refs:interm (Results 1 – 23 of 23) 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab.cpp347 } interm; member
2519 …(yyval.interm.intermTypedNode) = context->parseVariableIdentifier((yylsp[0]), ImmutableString((yyv… in yyparse()
2527 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
2537 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2547 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2557 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2567 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2581 (yyval.interm.intermTypedNode) = context->addScalarLiteral(unionArray, (yylsp[0])); in yyparse()
2589 (yyval.interm.intermTypedNode) = (yyvsp[-1].interm.intermTypedNode); in yyparse()
2597 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
[all …]
Dglslang.y107 } interm; member
196 %type <interm.op> assignment_operator unary_operator
197 %type <interm.intermTypedNode> variable_identifier primary_expression postfix_expression
198 %type <interm.intermTypedNode> expression integer_expression assignment_expression
199 %type <interm.intermTypedNode> unary_expression multiplicative_expression additive_expression
200 %type <interm.intermTypedNode> relational_expression equality_expression
201 %type <interm.intermTypedNode> conditional_expression constant_expression
202 %type <interm.intermTypedNode> logical_or_expression logical_xor_expression logical_and_expression
203 %type <interm.intermTypedNode> shift_expression and_expression exclusive_or_expression inclusive_or…
204 %type <interm.intermTypedNode> function_call initializer
[all …]
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp5196 …(yyval.interm.intermTypedNode) = parseContext.handleVariable((yyvsp[0].lex).loc, (yyvsp[0].lex).sy… in yyparse()
5204 (yyval.interm.intermTypedNode) = (yyvsp[0].interm.intermTypedNode); in yyparse()
5212 (yyval.interm.intermTypedNode) = (yyvsp[-1].interm.intermTypedNode); in yyparse()
5213 if ((yyval.interm.intermTypedNode)->getAsConstantUnion()) in yyparse()
5214 (yyval.interm.intermTypedNode)->getAsConstantUnion()->setExpression(); in yyparse()
5222 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtF… in yyparse()
5230 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).i, (yyv… in yyparse()
5239 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).u, (yyv… in yyparse()
5247 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).b, (yyv… in yyparse()
5255 …(yyval.interm.intermTypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).string,… in yyparse()
[all …]
Dglslang.y133 } interm; member
322 %type <interm> assignment_operator unary_operator
323 %type <interm.intermTypedNode> variable_identifier primary_expression postfix_expression
324 %type <interm.intermTypedNode> expression integer_expression assignment_expression
325 %type <interm.intermTypedNode> unary_expression multiplicative_expression additive_expression
326 %type <interm.intermTypedNode> relational_expression equality_expression
327 %type <interm.intermTypedNode> conditional_expression constant_expression
328 %type <interm.intermTypedNode> logical_or_expression logical_xor_expression logical_and_expression
329 %type <interm.intermTypedNode> shift_expression and_expression exclusive_or_expression inclusive_or…
330 %type <interm.intermTypedNode> function_call initializer condition conditionopt
[all …]
Dglslang.m4133 } interm;
322 %type <interm> assignment_operator unary_operator
323 %type <interm.intermTypedNode> variable_identifier primary_expression postfix_expression
324 %type <interm.intermTypedNode> expression integer_expression assignment_expression
325 %type <interm.intermTypedNode> unary_expression multiplicative_expression additive_expression
326 %type <interm.intermTypedNode> relational_expression equality_expression
327 %type <interm.intermTypedNode> conditional_expression constant_expression
328 %type <interm.intermTypedNode> logical_or_expression logical_xor_expression logical_and_expression
329 %type <interm.intermTypedNode> shift_expression and_expression exclusive_or_expression inclusive_or…
330 %type <interm.intermTypedNode> function_call initializer condition conditionopt
[all …]
DparseVersions.h57 TParseVersions(TIntermediate& interm, int version, EProfile profile, in TParseVersions() argument
68 intermediate(interm), messages(messages), numErrors(0), currentScanner(nullptr) { } in TParseVersions()
DParseHelper.h79 …TParseContextBase(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins, int vers…
83 …: TParseVersions(interm, version, profile, spvVersion, language, infoSink, forwardCompatible, mess… in TParseVersions() argument
Dglslang_tab.cpp.h557 } interm; member
DParseHelper.cpp52 TParseContext::TParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins, in TParseContext() argument
56 … 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/openssl/engines/
De_padlock.c195 int interm:1; member
/third_party/gstreamer/gstreamer/po/
Dca.po961 msgstr "S'estan descartant moltes memòries intermèdies."
1257 "S'ha preparat, s'està esperant a que s'òmpliga la memòria intermèdial…\n"
1262 "S'ha preparat, s'està esperant a que s'òmpliga la memòria intermèdial…\n"
1265 msgstr "s'està omplint la memòria intermèdia…"
1269 "S'està omplert la memòria intermèdia, s'estableix el conducte REPRODUINT…\n"
1274 "S'està omplint la memòria intermèdia, s'estableix el conducte a EN PAUSA…\n"
/third_party/gstreamer/gstplugins_good/po/
Dca.po188 msgstr "No s'han pogut mapejar les memòries intermèdies del dispositiu «%s»"
878 #~ "No s'han pogut enviar a la cua les memòries intermèdies en el dispositiu "
/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.po1359 msgstr "Els atributs del flux de memòria intermèdia han canviat.%s"