Home
last modified time | relevance | path

Searched defs:dFdy (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp77 TIntermTyped *dFdy = in visitAggregate() local
/external/deqp/framework/referencerenderer/
DrrShadingContext.hpp136 const tcu::Vector<T, Size> dFdy[2] = {func[2] - func[0], func[3] - func[1]}; in dFdyLocal() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp5131 const float &dFdy = (fragNdx % 2) ? dFdy1 : dFdy0; in sample4() local
5247 const tcu::Vec2 &dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4() local
5371 const tcu::Vec2 &dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4() local
5473 const tcu::Vec3 &dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4() local
5585 const tcu::Vec2 &dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4() local
5671 const tcu::Vec3 &dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4() local
/external/angle/src/compiler/translator/
DSymbolTable_autogen.cpp79 constexpr const ImmutableString dFdy("dFdy"); variable