Searched defs:duValue (Results 1 – 1 of 1) sorted by relevance
| /external/angle/src/compiler/translator/tree_ops/ |
| D | RewriteCubeMapSamplersAs2DArray.cpp | 91 TIntermTyped *duValue = DerivativeQuotient(z, dz, x, dx, xRecip); in TransformDerivativeXMajor() local 144 TIntermTyped *duValue = DerivativeQuotient(x, dx, y, dy, yRecip); in TransformDerivativeYMajor() local 197 TIntermTyped *duValue = DerivativeQuotient(x, dx, z, dz, zRecip); in TransformDerivativeZMajor() local
|