/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteCubeMapSamplersAs2DArray.cpp | 73 block->appendStatement(new TIntermBinary(EOpAssign, uc->deepCopy(), ucValue)); in TransformXMajor() 74 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformXMajor() 95 block->appendStatement(new TIntermBinary(EOpAssign, du->deepCopy(), duValue)); in TransformDerivativeXMajor() 96 block->appendStatement(new TIntermBinary(EOpAssign, dv->deepCopy(), dvValue)); in TransformDerivativeXMajor() 104 block->appendStatement( in TransformImplicitDerivativeXMajor() 106 block->appendStatement( in TransformImplicitDerivativeXMajor() 126 block->appendStatement(new TIntermBinary(EOpAssign, uc->deepCopy(), ucValue)); in TransformYMajor() 127 block->appendStatement(new TIntermBinary(EOpAssign, vc->deepCopy(), vcValue)); in TransformYMajor() 148 block->appendStatement(new TIntermBinary(EOpAssign, du->deepCopy(), duValue)); in TransformDerivativeYMajor() 149 block->appendStatement(new TIntermBinary(EOpAssign, dv->deepCopy(), dvValue)); in TransformDerivativeYMajor() [all …]
|
D | DeclareAndInitBuiltinsForInstancedMultiview.cpp | 96 viewportIndexInitializerInBlock->appendStatement( in SelectViewIndexInVertexShader() 108 layerInitializerInBlock->appendStatement( in SelectViewIndexInVertexShader()
|
D | EmulateGLFragColorBroadcast.cpp | 98 broadcastBlock->appendStatement(constructGLFragDataAssignNode(colorIndex)); in broadcastGLFragColor()
|
D | DeferGlobalInitializers.cpp | 121 root->appendStatement(initGlobalsFunctionDefinition); in InsertInitCallToMain()
|
D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 300 body->appendStatement(returnStatement); in visitAggregatePost()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | RunAtTheEndOfShader.cpp | 94 newMainBody->appendStatement(oldMainCall); in WrapMainAndAppend() 95 newMainBody->appendStatement(codeToRun); in WrapMainAndAppend() 100 root->appendStatement(newMainDefinition); in WrapMainAndAppend() 113 main->getBody()->appendStatement(codeToRun); in RunAtTheEndOfShader()
|
D | ReplaceClipCullDistanceVariable.cpp | 231 trueBlock->appendStatement(assignment); in assignFuncWithEnableFlags() 236 falseBlock->appendStatement(zeroAssignment); in assignFuncWithEnableFlags() 342 readBlock->appendStatement( in assignOriginalValueToANGLEVariableImpl() 369 assignBlock->appendStatement( in assignANGLEValueToOriginalVariableImpl() 382 assignBlock->appendStatement( in assignANGLEValueToOriginalVariableImpl() 392 assignBlock->appendStatement(zeroAssignment); in assignANGLEValueToOriginalVariableImpl()
|
D | RewriteSampleMaskVariable.cpp | 160 trueBlock->appendStatement(assignment); in RewriteSampleMask()
|
D | ReplaceArrayOfMatrixVarying.cpp | 140 reassignBlock->appendStatement(assignment); in ReplaceArrayOfMatrixVarying()
|
D | IntermNode_util.cpp | 320 blockNode->appendStatement(node); in EnsureBlock()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | RewritePipelines.cpp | 724 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain() 736 body.appendStatement(TIntermAggregate::CreateFunctionCall( in visitMain() 748 newBody->appendStatement(new TIntermDeclaration{mPipelineMainLocalVar.internal}); in visitMain() 761 newBody->appendStatement(assignNode); in visitMain() 790 newBody->appendStatement(mkAssign(textureField, textureParam)); in visitMain() 791 newBody->appendStatement(mkAssign(samplerField, samplerParam)); in visitMain() 814 newBody->appendStatement(new TIntermBinary( in visitMain() 822 newBody->appendStatement(new TIntermDeclaration{mPipelineMainLocalVar.external}); in visitMain() 826 newBody->appendStatement(body); in visitMain() 835 newBody->appendStatement(new TIntermBranch( in visitMain() [all …]
|
D | RewriteCaseDeclarations.cpp | 44 block.appendStatement(new TIntermDeclaration{var}); in visitSwitchPost() 46 block.appendStatement(&node); in visitSwitchPost()
|
D | WrapMain.cpp | 67 externalMainBody->appendStatement( in visitMain()
|
D | ToposortStructs.cpp | 199 bodyEquality.appendStatement(new TIntermBranch(TOperator::EOpReturn, outNode)); in CreateStructEqualityFunction()
|
D | ModifyStruct.cpp | 218 body.appendStatement(TIntermAggregate::CreateFunctionCall( in publish() 227 body.appendStatement(new TIntermBinary(TOperator::EOpAssign, &dest, &src)); in publish()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | WrapSwitchStatementsInBlocks.cpp | 105 wrapperBlock->appendStatement(declarationInBlock); in visitSwitch() 108 wrapperBlock->appendStatement(node); in visitSwitch()
|
D | RewriteElseBlocks.cpp | 91 negatedElse->appendStatement(returnNode); in rewriteIfElse()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 390 emulationBlock->appendStatement(ndcDecl); in AddBresenhamEmulationVS() 391 emulationBlock->appendStatement(windowDecl); in AddBresenhamEmulationVS() 392 emulationBlock->appendStatement(clampedDecl); in AddBresenhamEmulationVS() 393 emulationBlock->appendStatement(varyingAssign); in AddBresenhamEmulationVS() 453 body->appendStatement(new TIntermBranch(EOpReturn, xfbOffsets)); in AddXfbEmulationSupport() 508 captureXfbBlock->appendStatement(captureXfbCall); in AddXfbEmulationSupport() 516 captureXfbBlock->appendStatement(getOffsetsCall); in AddXfbEmulationSupport() 767 discardBlock->appendStatement(discard); in AddBresenhamEmulationFS()
|
D | TranslatorMetal.cpp | 270 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic() 322 discardBlock->appendStatement(assignment); in insertRasterizerDiscardLogic()
|
D | TranslatorMetalDirect.cpp | 407 insertSequence->appendStatement(assignment); in AddFragDataDeclaration() 526 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic() 565 discardBlock->appendStatement(assignment); in insertRasterizationDiscardLogic()
|
D | glslang.y | 1539 context->appendStatement($$, $1); 1543 context->appendStatement($$, $2); 1667 $$->appendStatement($1); 1671 $$->appendStatement($2);
|
D | glslang_tab_autogen.cpp | 5096 context->appendStatement((yyval.interm.intermBlock), (yyvsp[0].interm.intermNode)); in yyparse() 5105 context->appendStatement((yyval.interm.intermBlock), (yyvsp[0].interm.intermNode)); in yyparse() 5366 (yyval.interm.intermBlock)->appendStatement((yyvsp[0].interm.intermNode)); in yyparse() 5375 (yyval.interm.intermBlock)->appendStatement((yyvsp[0].interm.intermNode)); in yyparse()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | ReplaceForShaderFramebufferFetch.cpp | 443 blockNode->appendStatement( in loadInputAttachmentDataImpl() 521 loadInputAttachmentBlock->getAsBlock()->appendStatement(loadInputAttachmentDataImpl( in loadInputAttachmentData() 591 loadInputAttachmentBlock->appendStatement(loadInputAttachmentDataImpl( in loadInputAttachmentData()
|
D | RewriteR32fImages.cpp | 81 block.appendStatement(expression); in RewriteExpression()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteRowMajorMatrices.cpp | 1434 body->appendStatement(new TIntermBinary(EOpAssign, to, rhs)); in addFieldCopy() 1459 body->appendStatement(toDecl); in declareStructCopy() 1501 body->appendStatement(new TIntermBranch(EOpReturn, toSymbol->deepCopy())); in declareStructCopy()
|