Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateDithering.cpp280 const FragmentOutputVariableList &fragmentOutputVariables) in EmitDitheringBlock() argument
426 for (const TVariable *fragmentVariable : fragmentOutputVariables) in EmitDitheringBlock()
443 FragmentOutputVariableList fragmentOutputVariables; in EmulateDithering() local
444 GatherFragmentOutputs(root, &fragmentOutputVariables); in EmulateDithering()
447 driverUniforms, fragmentOutputVariables); in EmulateDithering()