Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.h31 TIntermSymbol *getLineRasterEmulation();
DSpecializationConstant.cpp277 new TIntermBinary(EOpInitialize, getLineRasterEmulation(), CreateBoolNode(false))); in declareSpecConsts()
316 TIntermSymbol *SpecConst::getLineRasterEmulation() in getLineRasterEmulation() function in sh::SpecConst
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp422 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationVS()
792 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationFS()