Searched refs:ifCall (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorMetal.cpp | 273 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic() local 275 return RunAtTheEndOfShader(this, root, ifCall, symbolTable); in insertSampleMaskWritingLogic() 325 TIntermIfElse *ifCall = new TIntermIfElse(discardEnabled, discardBlock, nullptr); in insertRasterizerDiscardLogic() local 327 return RunAtTheEndOfShader(this, root, ifCall, symbolTable); in insertRasterizerDiscardLogic()
|
D | TranslatorMetalDirect.cpp | 529 TIntermIfElse *ifCall = new TIntermIfElse(coverageMaskEnabled, callBlock, nullptr); in insertSampleMaskWritingLogic() local 530 return RunAtTheEndOfShader(this, &root, ifCall, symbolTable); in insertSampleMaskWritingLogic() 568 TIntermIfElse *ifCall = new TIntermIfElse(discardEnabled, discardBlock, nullptr); in insertRasterizationDiscardLogic() local 570 return RunAtTheEndOfShader(this, &root, ifCall, symbolTable); in insertRasterizationDiscardLogic()
|