Searched refs:triDerivateX (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp296 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) function in namespace:glu::TextureTestUtil
312 float dudx = triDerivateX(u, projection, wx, width, wy/height);
322 float dudx = triDerivateX(u, projection, wx, width, wy/height);
323 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
334 float dudx = triDerivateX(u, projection, wx, width, wy/height);
335 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
336 float dwdx = triDerivateX(w, projection, wx, width, wy/height);
645 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy),
646 triDerivateX(triT[triNdx], triW[triNdx], wx, dstW, triNy),
647 triDerivateX(tri
[all...]

Completed in 55 milliseconds