Searched refs:callBlock (Results 1 – 2 of 2) sorted by relevance
269 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local270 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()273 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()
525 TIntermBlock *callBlock = new TIntermBlock; in insertSampleMaskWritingLogic() local526 callBlock->appendStatement(callSampleMaskWriteFunc); in insertSampleMaskWritingLogic()529 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic()