Searched refs:triDerivateX (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 296 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, fl… in triDerivateX() function 312 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 322 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 323 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() 334 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 335 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() 336 float dwdx = triDerivateX(w, projection, wx, width, wy/height); in computeProjectedTriLod() 645 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube() 646 triDerivateX(triT[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube() 647 triDerivateX(triR[triNdx], triW[triNdx], wx, dstW, triNy)); in sampleTextureCube() [all …]
|