Home
last modified time | relevance | path

Searched refs:dFdy1 (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4793 const float dFdy1 = packetTexcoords[3] - packetTexcoords[1]; in sample4() local
4798 const float& dFdy = (fragNdx % 2) ? dFdy1 : dFdy0; in sample4()
4913 const tcu::Vec2 dFdy1 = packetTexcoords[3] - packetTexcoords[1]; in sample4() local
4918 const tcu::Vec2& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4()
5043 const tcu::Vec2 dFdy1 = coords[3] - coords[1]; in sample4() local
5046 const tcu::Vec2& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4()
5146 const tcu::Vec3 dFdy1 = packetTexcoords[3] - packetTexcoords[1]; in sample4() local
5151 const tcu::Vec3& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4()
5269 const tcu::Vec2 dFdy1 = faceCoords[3] - faceCoords[1]; in sample4() local
5272 const tcu::Vec2& dFdy = (fragNdx & 1) ? dFdy1 : dFdy0; in sample4()
[all …]