/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 242 if (node->getBody()) in traverseLoop() 244 newBody->getSequence()->push_back(node->getBody()); in traverseLoop() 304 if (node->getBody()) in traverseLoop() 306 newBody->getSequence()->push_back(node->getBody()); in traverseLoop() 354 if (node->getBody()) in traverseLoop() 356 whileLoopBody->getSequence()->push_back(node->getBody()); in traverseLoop() 393 if (node->getBody()) in traverseLoop() 395 whileLoopBody->getSequence()->push_back(node->getBody()); in traverseLoop() 434 if (node->getBody()) in traverseLoop() 436 whileLoopBody->getSequence()->push_back(node->getBody()); in traverseLoop() [all …]
|
D | RemoveUnreferencedVariables.cpp | 348 if (node->getBody()) in traverseLoop() 349 node->getBody()->traverse(this); in traverseLoop()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgFunctionGenerator.cpp | 48 statementStack.push_back(&m_function.getBody()); in generate() 49 m_function.getBody().init(m_state); in generate() 79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange.asAccess())); in generate()
|
D | rsgShader.hpp | 51 BlockStatement& getBody (void) { return m_functionBlock; } in getBody() function in rsg::Function 52 const BlockStatement& getBody (void) const { return m_functionBlock; } in getBody() function in rsg::Function
|
D | rsgShaderGenerator.cpp | 120 createAssignment(shader.getMain().getBody(), entry->getVariable(), inVar); in genVertexPassthrough() 133 createAssignment(shader.getMain().getBody(), fragColorEntry->getVariable(), inColorVariable); in genFragmentPassthrough() 264 createAssignment(main.getBody(), glPosVariable, qpPosVariable); in generate()
|
D | rsgShader.cpp | 122 m_mainFunction.getBody().execute(execCtx); in execute()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | AddDefaultReturnStatements.cpp | 31 TIntermBlock *bodyNode = node->getBody(); in NeedsReturnStatement() 53 TIntermBlock *bodyNode = definition->getBody(); in AddDefaultReturnStatements()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 77 CreateInternalFunctionDefinitionNode(*oldMain, main->getBody()); in WrapMainAndAppend() 113 main->getBody()->appendStatement(codeToRun); in RunAtTheEndOfShader()
|
D | RunAtTheBeginningOfShader.cpp | 31 main->getBody()->insertStatement(0, codeToRun); in RunAtTheBeginningOfShader()
|
D | FindMain.cpp | 49 TIntermBlock *mainBody = main->getBody(); in FindMainBody()
|
D | ReplaceShadowingVariables.cpp | 65 mFunctionBody = node->getBody(); in visitFunctionDefinition()
|
D | ReplaceArrayOfMatrixVarying.cpp | 147 main->getBody()->insertStatement(0, reassignBlock); in ReplaceArrayOfMatrixVarying()
|
D | IntermRebuild.cpp | 744 auto *const body = node.getBody(); in traverseFunctionDefinitionChildren() 784 auto *const body = node.getBody(); in traverseLoopChildren()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | IntroduceVertexIndexID.cpp | 72 return new TIntermFunctionDefinition(newProto, node.getBody()); in visitFunctionDefinitionPre()
|
D | WrapMain.cpp | 70 TIntermBlock *internalMainBody = funcDefNode->getBody(); in visitMain()
|
D | EmitMetal.cpp | 1855 TIntermBlock &body = *funcDefNode->getBody(); in visitFunctionDefinition() 2291 TIntermBlock *bodyNode = loopNode->getBody(); in visitForLoop() 2333 TIntermBlock *bodyNode = loopNode->getBody(); in visitWhileLoop() 2353 TIntermBlock *bodyNode = loopNode->getBody(); in visitDoWhileLoop()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteDoWhile.cpp | 114 TIntermBlock *body = loop->getBody(); in visitBlock()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 428 if (node->getBody()) { in visitLoop() 430 node->getBody()->traverse(this); in visitLoop()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputGLSLBase.cpp | 875 visitCodeBlock(node->getBody()); in visitFunctionDefinition() 1001 visitCodeBlock(node->getBody()); in visitLoop() 1010 visitCodeBlock(node->getBody()); in visitLoop() 1017 visitCodeBlock(node->getBody()); in visitLoop()
|
D | OutputTree.cpp | 654 if (node->getBody()) in visitLoop() 657 node->getBody()->traverse(this); in visitLoop()
|
D | CallDAG.cpp | 112 node->getBody()->traverse(this); in visitFunctionDefinition()
|
D | TranslatorMetal.cpp | 103 TIntermSequence *mainSequence = main->getBody()->getSequence(); in InitializeUnusedOutputs()
|
D | ValidateLimitations.cpp | 147 TIntermNode *body = node->getBody(); in visitLoop()
|
D | OutputHLSL.cpp | 2238 node->getBody()->traverse(this); in visitFunctionDefinition() 2876 if (node->getBody()) in visitLoop() 2879 node->getBody()->traverse(this); in visitLoop() 3155 if (node->getBody()) in handleExcessiveLoop() 3157 node->getBody()->traverse(this); in handleExcessiveLoop()
|
/third_party/node/deps/v8/tools/gcmole/ |
D | gcmole.cc | 246 TraverseStmt(body->getBody()); in AnalyzeFunction() 1271 block.Loop(stmt->getCond(), stmt->getBody()); in DECL_VISIT_STMT() 1279 block.Loop(stmt->getBody(), stmt->getCond()); in DECL_VISIT_STMT() 1287 block.Loop(stmt->getCond(), stmt->getBody(), stmt->getInc()); in DECL_VISIT_STMT() 1301 block.Sequential(stmt->getCond(), stmt->getBody()); in DECL_VISIT_STMT() 1447 VisitStmt(body->getBody(), env); in AnalyzeFunction()
|