Home
last modified time | relevance | path

Searched refs:getLineRasterEmulation (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.h31 TIntermSymbol *getLineRasterEmulation();
DSpecializationConstant.cpp275 new TIntermBinary(EOpInitialize, getLineRasterEmulation(), CreateBoolNode(false))); in declareSpecConsts()
306 TIntermSymbol *SpecConst::getLineRasterEmulation() in getLineRasterEmulation() function in sh::SpecConst
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp395 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationVS()
778 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationFS()