Searched refs:callBlock (Results 1 – 2 of 2) sorted by relevance
331 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local332 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()335 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()
531 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local532 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()535 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()