Searched refs:triDerivateX (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 333 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, fl… in triDerivateX() function 349 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 359 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 360 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() 371 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod() 372 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() 373 float dwdx = triDerivateX(w, projection, wx, width, wy/height); in computeProjectedTriLod() 682 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube() 683 triDerivateX(triT[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube() 684 triDerivateX(triR[triNdx], triW[triNdx], wx, dstW, triNy)); in sampleTextureCube() [all …]
|