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.cpp282 new TIntermBinary(EOpInitialize, getLineRasterEmulation(), CreateBoolNode(false))); in declareSpecConsts()
313 TIntermSymbol *SpecConst::getLineRasterEmulation() in getLineRasterEmulation() function in sh::SpecConst
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp363 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationVS()
744 new TIntermIfElse(specConst->getLineRasterEmulation(), emulationBlock, nullptr); in AddBresenhamEmulationFS()