Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp339 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, f… in triDerivateY() function
350 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
361 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
362 float dvdy = triDerivateY(v, projection, wy, height, wx/width); in computeProjectedTriLod()
374 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
375 float dvdy = triDerivateY(v, projection, wy, height, wx/width); in computeProjectedTriLod()
376 float dwdy = triDerivateY(w, projection, wy, height, wx/width); in computeProjectedTriLod()
685 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx), in sampleTextureCube()
686 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triNx), in sampleTextureCube()
687 triDerivateY(triR[triNdx], triW[triNdx], wy, dstH, triNx)); in sampleTextureCube()
[all …]