Searched defs:trans10 (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp210 Vec2 trans10 = (transformation * Vec3(1.0f, 0.0f, 1.0f)).xy(); local
212 return Vec4(trans10.x() - trans00.x(),
214 trans10.y() - trans00.y(),
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp291 Vec3 trans10 = (transformation * Vec4(1.0f, 0.0f, 1.0f, 1.0f)).xyz(); local
293 return tcu::Vector<tcu::Vec2, 3>(Vec2(trans10.x() - trans00.x(), trans01.x() - trans00.x()),
294 Vec2(trans10.y() - trans00.y(), trans01.y() - trans00.y()),
295 Vec2(trans10.z() - trans00.z(), trans01.z() - trans00.z()));
H A Des3fVertexTextureTests.cpp1295 const Vec2 trans10 = (transf * Vec3(1.0f, 0.0f, 1.0f)).xy(); local
1298 const float dudx = (trans10.x() - trans00.x()) * (float)texWidth / dstSize.x();
1300 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x();
1636 const Vec3 trans10 = transf * Vec3(1.0f, 0.0f, 1.0f); local
1639 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x();
1641 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x();
1643 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x();

Completed in 66 milliseconds