Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateDithering.cpp104 TIntermSymbol *ditherValue = new TIntermSymbol(CreateTempVariable(symbolTable, outputType)); in EmitFragmentOutputDither() local
106 CreateTempInitDeclarationNode(&ditherValue->variable(), CreateZeroNode(*outputType)); in EmitFragmentOutputDither()
136 TIntermTyped *setDitherValue = new TIntermBinary(EOpAssign, ditherValue->deepCopy(), value); in EmitFragmentOutputDither()
161 TIntermTyped *setDitherValue = new TIntermBinary(EOpAssign, ditherValue->deepCopy(), value); in EmitFragmentOutputDither()
188 TIntermTyped *setDitherValue = new TIntermBinary(EOpAssign, ditherValue->deepCopy(), value); in EmitFragmentOutputDither()
217 ditherBlock->appendStatement(new TIntermBinary(EOpAddAssign, fragmentOutput, ditherValue)); in EmitFragmentOutputDither()