Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateDithering.cpp74 TIntermBlock *ditherBlock, in EmitFragmentOutputDither() argument
95 ditherBlock->appendStatement(thisDitherControlDecl); in EmitFragmentOutputDither()
107 ditherBlock->appendStatement(ditherValueDecl); in EmitFragmentOutputDither()
123 ditherBlock->appendStatement(roundMultiplierDecl); in EmitFragmentOutputDither()
210 ditherBlock->appendStatement(formatSwitch); in EmitFragmentOutputDither()
217 ditherBlock->appendStatement(new TIntermBinary(EOpAddAssign, fragmentOutput, ditherValue)); in EmitFragmentOutputDither()
231 ditherBlock->appendStatement( in EmitFragmentOutputDither()
239 TIntermBlock *ditherBlock, in EmitFragmentVariableDither() argument
261 EmitFragmentOutputDither(compiler, compileOptions, symbolTable, ditherBlock, ditherControl, in EmitFragmentVariableDither()
270 EmitFragmentOutputDither(compiler, compileOptions, symbolTable, ditherBlock, ditherControl, in EmitFragmentVariableDither()
[all …]