Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorMetal.cpp331 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local
332 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()
335 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()
DTranslatorMetalDirect.cpp531 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local
532 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()
535 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()