Searched defs:dFdx (Results 1 – 5 of 5) sorted by relevance
76 TIntermTyped *dFdx = CreateBuiltInUnaryFunctionCallNode("dFdx", operand, *mSymbolTable, 300); in visitAggregate() local
125 const tcu::Vector<T, Size> dFdx[2] = {func[1] - func[0], func[3] - func[2]}; in dFdxLocal() local
5128 const float &dFdx = (fragNdx > 2) ? dFdx1 : dFdx0; in sample4() local5244 const tcu::Vec2 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local5368 const tcu::Vec2 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local5470 const tcu::Vec3 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local5582 const tcu::Vec2 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local5668 const tcu::Vec3 &dFdx = (fragNdx & 2) ? dFdx1 : dFdx0; in sample4() local
8157 UNOPA(dFdx, ir_unop_dFdx) in UNOPA() argument
77 constexpr const ImmutableString dFdx("dFdx"); variable