Home
last modified time | relevance | path

Searched refs:callBlock (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp269 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local
270 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()
273 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()
DTranslatorMetalDirect.cpp525 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local
526 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()
529 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()