/external/angle/src/compiler/translator/ |
D | glslang_tab_autogen.cpp | 351 TIntermNode *intermNode; member 3144 (yyval.interm.intermNode) = context->addFunctionPrototypeDeclaration( in yyparse() 3153 (yyval.interm.intermNode) = (yyvsp[-1].interm).intermDeclaration; in yyparse() 3163 (yyval.interm.intermNode) = nullptr; in yyparse() 3172 (yyval.interm.intermNode) = context->addInterfaceBlock( in yyparse() 3184 (yyval.interm.intermNode) = context->addInterfaceBlock( in yyparse() 3196 (yyval.interm.intermNode) = context->addInterfaceBlock( in yyparse() 3209 (yyval.interm.intermNode) = nullptr; in yyparse() 3217 (yyval.interm.intermNode) = context->parseGlobalQualifierDeclaration( in yyparse() 4900 (yyval.interm.intermNode) = (yyvsp[0].interm.intermNode); in yyparse() [all …]
|
D | glslang.y | 81 TIntermNode *intermNode; member 212 %type <interm.intermNode> condition conditionopt 214 %type <interm.intermNode> function_definition statement simple_statement 216 %type <interm.intermNode> declaration_statement selection_statement expression_statement 217 %type <interm.intermNode> declaration external_declaration 218 %type <interm.intermNode> for_init_statement 222 %type <interm.intermNode> iteration_statement jump_statement statement_no_new_scope statement_with_…
|
D | ASTMetadataHLSL.cpp | 253 for (TIntermNode *intermNode : mLoopsAndSwitches) in visitBranch() 255 TIntermLoop *loop = intermNode->getAsLoopNode(); in visitBranch()
|
D | glslang_tab_autogen.h | 262 TIntermNode *intermNode; member
|
D | IntermNode.cpp | 407 for (TIntermNode *intermNode : node.mStatements) in TIntermBlock() 409 mStatements.push_back(intermNode->deepCopy()); in TIntermBlock() 509 for (TIntermNode *intermNode : node.mDeclarators) in TIntermDeclaration() 511 mDeclarators.push_back(intermNode->deepCopy()); in TIntermDeclaration()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 290 TIntermNode* intermNode; member 2588 …odePair.node1 = context->intermediate.growAggregate((yyvsp[-2].interm).intermNode, (yyvsp[0].inter… in yyparse() 3076 …(yyval.interm.intermNode) = context->addFunctionPrototypeDeclaration(*((yyvsp[-1].interm).function… in yyparse() 3087 (yyval.interm.intermNode) = aggNode; in yyparse() 3099 (yyval.interm.intermNode) = 0; in yyparse() 3108 …(yyval.interm.intermNode) = context->addInterfaceBlock((yyvsp[-4].interm.type), (yylsp[-3]), *(yyv… in yyparse() 3117 …(yyval.interm.intermNode) = context->addInterfaceBlock((yyvsp[-5].interm.type), (yylsp[-4]), *(yyv… in yyparse() 3126 …(yyval.interm.intermNode) = context->addInterfaceBlock((yyvsp[-8].interm.type), (yylsp[-7]), *(yyv… in yyparse() 3135 (yyval.interm.intermNode) = 0; in yyparse() 4422 { (yyval.interm.intermNode) = (yyvsp[0].interm.intermNode); } in yyparse() [all …]
|
D | glslang.y | 83 TIntermNode* intermNode; member 196 %type <interm.intermNode> translation_unit function_definition 197 %type <interm.intermNode> statement simple_statement 199 %type <interm.intermNode> declaration_statement selection_statement expression_statement 200 %type <interm.intermNode> declaration external_declaration 201 %type <interm.intermNode> for_init_statement 205 %type <interm.intermNode> iteration_statement jump_statement statement_no_new_scope statement_with_… 360 $$.nodePair.node1 = context->intermediate.growAggregate($1.intermNode, $3, @2); 1514 TIntermNode *intermNode; variable 1518 if (!context->executeInitializer(@2, *$2.string, $1, $4, &intermNode))
|
D | ParseHelper.cpp | 1236 TIntermTyped *initializer, TIntermNode **intermNode) in executeInitializer() argument 1238 ASSERT(intermNode != nullptr); in executeInitializer() 1312 *intermNode = nullptr; in executeInitializer() 1317 *intermNode = createAssign(EOpInitialize, intermSymbol, initializer, line); in executeInitializer() 1318 if(*intermNode == nullptr) { in executeInitializer() 1528 TIntermNode *intermNode = nullptr; in parseSingleInitDeclaration() local 1529 if(!executeInitializer(identifierLocation, identifier, publicType, initializer, &intermNode)) in parseSingleInitDeclaration() 1534 return intermNode ? intermediate.makeAggregate(intermNode, initLocation) : nullptr; in parseSingleInitDeclaration() 1714 TIntermNode *intermNode = nullptr; in parseInitDeclarator() local 1715 if(!executeInitializer(identifierLocation, identifier, publicType, initializer, &intermNode)) in parseInitDeclarator() [all …]
|
D | glslang_tab.h | 203 TIntermNode* intermNode; member
|
D | ParseHelper.h | 158 TIntermTyped *initializer, TIntermNode **intermNode);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 5380 …andleFunctionCall((yyvsp[0].interm).loc, (yyvsp[0].interm).function, (yyvsp[0].interm).intermNode); in yyparse() 5435 (yyval.interm).intermNode = (yyvsp[0].interm.intermTypedNode); in yyparse() 5447 …(yyval.interm).intermNode = parseContext.intermediate.growAggregate((yyvsp[-2].interm).intermNode,… in yyparse() 5464 (yyval.interm).intermNode = 0; in yyparse() 5477 (yyval.interm).intermNode = 0; in yyparse() 5482 (yyval.interm).intermNode = method->getObject(); in yyparse() 5506 (yyval.interm).intermNode = 0; in yyparse() 6046 (yyval.interm.intermNode) = 0; in yyparse() 6058 (yyval.interm.intermNode) = 0; in yyparse() 6069 (yyval.interm.intermNode) = 0; in yyparse() [all …]
|
D | glslang.y | 115 TIntermNode* intermNode; member 332 %type <interm.intermNode> translation_unit function_definition 333 %type <interm.intermNode> statement simple_statement 334 %type <interm.intermNode> statement_list switch_statement_list compound_statement 335 %type <interm.intermNode> declaration_statement selection_statement selection_statement_nonattribut… 336 %type <interm.intermNode> switch_statement switch_statement_nonattributed case_label 337 %type <interm.intermNode> declaration external_declaration 338 %type <interm.intermNode> for_init_statement compound_statement_no_new_scope 340 %type <interm.intermNode> iteration_statement iteration_statement_nonattributed jump_statement stat… 371 %type <interm.intermNode> demote_statement [all …]
|
D | glslang.m4 | 115 TIntermNode* intermNode; 332 %type <interm.intermNode> translation_unit function_definition 333 %type <interm.intermNode> statement simple_statement 334 %type <interm.intermNode> statement_list switch_statement_list compound_statement 335 %type <interm.intermNode> declaration_statement selection_statement selection_statement_nonattribut… 336 %type <interm.intermNode> switch_statement switch_statement_nonattributed case_label 337 %type <interm.intermNode> declaration external_declaration 338 %type <interm.intermNode> for_init_statement compound_statement_no_new_scope 340 %type <interm.intermNode> iteration_statement iteration_statement_nonattributed jump_statement stat… 371 %type <interm.intermNode> demote_statement [all …]
|
D | ParseHelper.cpp | 1689 …rseContext::handleLengthMethod(const TSourceLoc& loc, TFunction* function, TIntermNode* intermNode) in handleLengthMethod() argument 1696 const TType& type = intermNode->getAsTyped()->getType(); in handleLengthMethod() 1700 if (intermNode->getAsSymbolNode() && isIoResizeArray(type)) { in handleLengthMethod() 1705 const TString& name = intermNode->getAsSymbolNode()->getName(); in handleLengthMethod() 1714 if (intermNode->getAsSymbolNode() && isIoResizeArray(type)) in handleLengthMethod() 1716 else if (isRuntimeLength(*intermNode->getAsTyped())) { in handleLengthMethod() 1718 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod() 1735 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod() 1791 …ontext::addOutputArgumentConversions(const TFunction& function, TIntermAggregate& intermNode) const in addOutputArgumentConversions() 1794 return &intermNode; in addOutputArgumentConversions() [all …]
|
D | glslang_tab.cpp.h | 536 TIntermNode* intermNode; member
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 4877 …andleFunctionCall((yyvsp[0].interm).loc, (yyvsp[0].interm).function, (yyvsp[0].interm).intermNode); in yyparse() 4932 (yyval.interm).intermNode = (yyvsp[0].interm.intermTypedNode); in yyparse() 4944 …(yyval.interm).intermNode = parseContext.intermediate.growAggregate((yyvsp[-2].interm).intermNode,… in yyparse() 4961 (yyval.interm).intermNode = 0; in yyparse() 4974 (yyval.interm).intermNode = 0; in yyparse() 4979 (yyval.interm).intermNode = method->getObject(); in yyparse() 5003 (yyval.interm).intermNode = 0; in yyparse() 5543 (yyval.interm.intermNode) = 0; in yyparse() 5552 if ((yyvsp[-1].interm).intermNode && (yyvsp[-1].interm).intermNode->getAsAggregate()) in yyparse() 5553 (yyvsp[-1].interm).intermNode->getAsAggregate()->setOperator(EOpSequence); in yyparse() [all …]
|
D | glslang.y | 115 TIntermNode* intermNode; member 324 %type <interm.intermNode> translation_unit function_definition 325 %type <interm.intermNode> statement simple_statement 326 %type <interm.intermNode> statement_list switch_statement_list compound_statement 327 %type <interm.intermNode> declaration_statement selection_statement selection_statement_nonattribut… 328 %type <interm.intermNode> switch_statement switch_statement_nonattributed case_label 329 %type <interm.intermNode> declaration external_declaration 330 %type <interm.intermNode> for_init_statement compound_statement_no_new_scope 332 %type <interm.intermNode> iteration_statement iteration_statement_nonattributed jump_statement stat… 363 %type <interm.intermNode> demote_statement [all …]
|
D | glslang.m4 | 115 TIntermNode* intermNode; 324 %type <interm.intermNode> translation_unit function_definition 325 %type <interm.intermNode> statement simple_statement 326 %type <interm.intermNode> statement_list switch_statement_list compound_statement 327 %type <interm.intermNode> declaration_statement selection_statement selection_statement_nonattribut… 328 %type <interm.intermNode> switch_statement switch_statement_nonattributed case_label 329 %type <interm.intermNode> declaration external_declaration 330 %type <interm.intermNode> for_init_statement compound_statement_no_new_scope 332 %type <interm.intermNode> iteration_statement iteration_statement_nonattributed jump_statement stat… 363 %type <interm.intermNode> demote_statement [all …]
|
D | ParseHelper.cpp | 1517 …rseContext::handleLengthMethod(const TSourceLoc& loc, TFunction* function, TIntermNode* intermNode) in handleLengthMethod() argument 1524 const TType& type = intermNode->getAsTyped()->getType(); in handleLengthMethod() 1528 if (intermNode->getAsSymbolNode() && isIoResizeArray(type)) { in handleLengthMethod() 1533 const TString& name = intermNode->getAsSymbolNode()->getName(); in handleLengthMethod() 1542 if (intermNode->getAsSymbolNode() && isIoResizeArray(type)) in handleLengthMethod() 1544 else if (isRuntimeLength(*intermNode->getAsTyped())) { in handleLengthMethod() 1546 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod() 1563 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod() 1619 …ontext::addOutputArgumentConversions(const TFunction& function, TIntermAggregate& intermNode) const in addOutputArgumentConversions() 1622 return &intermNode; in addOutputArgumentConversions() [all …]
|
D | glslang_tab.cpp.h | 526 TIntermNode* intermNode; member
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5815 …lParseContext::addOutputArgumentConversions(const TFunction& function, TIntermOperator& intermNode) in addOutputArgumentConversions() argument 5817 assert (intermNode.getAsAggregate() != nullptr || intermNode.getAsUnaryNode() != nullptr); in addOutputArgumentConversions() 5819 const TSourceLoc& loc = intermNode.getLoc(); in addOutputArgumentConversions() 5823 if (intermNode.getAsUnaryNode()) in addOutputArgumentConversions() 5824 argSequence.push_back(intermNode.getAsUnaryNode()->getOperand()); in addOutputArgumentConversions() 5826 …TIntermSequence& arguments = argSequence.empty() ? intermNode.getAsAggregate()->getSequence() : ar… in addOutputArgumentConversions() 5845 return &intermNode; in addOutputArgumentConversions() 5857 if (intermNode.getBasicType() != EbtVoid) { in addOutputArgumentConversions() 5859 tempRet = makeInternalVariable("tempReturn", intermNode.getType()); in addOutputArgumentConversions() 5861 conversionTree = intermediate.addAssign(EOpAssign, tempRetNode, &intermNode, loc); in addOutputArgumentConversions() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5815 …lParseContext::addOutputArgumentConversions(const TFunction& function, TIntermOperator& intermNode) in addOutputArgumentConversions() argument 5817 assert (intermNode.getAsAggregate() != nullptr || intermNode.getAsUnaryNode() != nullptr); in addOutputArgumentConversions() 5819 const TSourceLoc& loc = intermNode.getLoc(); in addOutputArgumentConversions() 5823 if (intermNode.getAsUnaryNode()) in addOutputArgumentConversions() 5824 argSequence.push_back(intermNode.getAsUnaryNode()->getOperand()); in addOutputArgumentConversions() 5826 …TIntermSequence& arguments = argSequence.empty() ? intermNode.getAsAggregate()->getSequence() : ar… in addOutputArgumentConversions() 5845 return &intermNode; in addOutputArgumentConversions() 5857 if (intermNode.getBasicType() != EbtVoid) { in addOutputArgumentConversions() 5859 tempRet = makeInternalVariable("tempReturn", intermNode.getType()); in addOutputArgumentConversions() 5861 conversionTree = intermediate.addAssign(EOpAssign, tempRetNode, &intermNode, loc); in addOutputArgumentConversions() [all …]
|