Home
last modified time | relevance | path

Searched defs:dFdx (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteDfdy.cpp76 TIntermTyped *dFdx = CreateBuiltInUnaryFunctionCallNode("dFdx", operand, *mSymbolTable, 300); in visitAggregate() local
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrShadingContext.hpp125 const tcu::Vector<T, Size> dFdx[2] = {func[1] - func[0], func[3] - func[2]}; in dFdxLocal() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp5128 const float &dFdx = (fragNdx > 2) ? dFdx1 : dFdx0; in sample4() local
5244 const tcu::Vec2 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local
5368 const tcu::Vec2 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local
5470 const tcu::Vec3 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local
5582 const tcu::Vec2 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local
5668 const tcu::Vec3 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp8157 UNOPA(dFdx, ir_unop_dFdx) in UNOPA() argument
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable_autogen.cpp77 constexpr const ImmutableString dFdx("dFdx"); variable