Searched defs:duValue (Results 1 – 1 of 1) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
D | RewriteCubeMapSamplersAs2DArray.cpp | 86 TIntermTyped *duValue = DerivativeQuotient(z, dz, x, dx, xRecip); in TransformDerivativeXMajor() local 137 TIntermTyped *duValue = DerivativeQuotient(x, dx, y, dy, yRecip); in TransformDerivativeYMajor() local 188 TIntermTyped *duValue = DerivativeQuotient(x, dx, z, dz, zRecip); in TransformDerivativeZMajor() local
|