Home
last modified time | relevance | path

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

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