Home
last modified time | relevance | path

Searched refs:discardBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp321 TIntermBlock *discardBlock = new TIntermBlock; in insertRasterizerDiscardLogic() local
322 discardBlock->appendStatement(assignment); in insertRasterizerDiscardLogic()
325 TIntermIfElse *ifCall = new TIntermIfElse(discardEnabled, discardBlock, nullptr); in insertRasterizerDiscardLogic()
DTranslatorMetalDirect.cpp564 TIntermBlock *discardBlock = new TIntermBlock; in insertRasterizationDiscardLogic() local
565 discardBlock->appendStatement(assignment); in insertRasterizationDiscardLogic()
568 TIntermIfElse *ifCall = new TIntermIfElse(discardEnabled, discardBlock, nullptr); in insertRasterizationDiscardLogic()
DTranslatorVulkan.cpp766 TIntermBlock *discardBlock = new TIntermBlock; in AddBresenhamEmulationFS() local
767 discardBlock->appendStatement(discard); in AddBresenhamEmulationFS()
768 TIntermIfElse *ifStatement = new TIntermIfElse(checkXY, discardBlock, nullptr); in AddBresenhamEmulationFS()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp608 TIntermBlock *discardBlock = new TIntermBlock; in AddLineSegmentRasterizationEmulation() local
609 discardBlock->appendStatement(discard); in AddLineSegmentRasterizationEmulation()
612 TIntermIfElse *ifStatement = new TIntermIfElse(checkXY, discardBlock, nullptr); in AddLineSegmentRasterizationEmulation()