Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp1296 const Vec2 trans01 = (transf * Vec3(0.0f, 1.0f, 1.0f)).xy(); in calculateLod() local
1301 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y(); in calculateLod()
1303 const float dvdy = (trans01.y() - trans00.y()) * (float)texHeight / dstSize.y(); in calculateLod()
1637 const Vec3 trans01 = transf * Vec3(0.0f, 1.0f, 1.0f); in calculateLod() local
1642 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y(); in calculateLod()
1644 const float dvdy = (trans01.y() - trans00.y()) * (float)srcHeight / dstSize.y(); in calculateLod()
1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y(); in calculateLod()
Des3fTextureUnitTests.cpp291 Vec3 trans01 = (transformation * Vec4(0.0f, 1.0f, 1.0f, 1.0f)).xyz(); in calculateLodDerivateParts() local
294 return tcu::Vector<tcu::Vec2, 3>(Vec2(trans10.x() - trans00.x(), trans01.x() - trans00.x()), in calculateLodDerivateParts()
295 Vec2(trans10.y() - trans00.y(), trans01.y() - trans00.y()), in calculateLodDerivateParts()
296 Vec2(trans10.z() - trans00.z(), trans01.z() - trans00.z())); in calculateLodDerivateParts()
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp210 Vec2 trans01 = (transformation * Vec3(0.0f, 1.0f, 1.0f)).xy(); in calculateLodDerivateParts() local
214 trans01.x() - trans00.x(), in calculateLodDerivateParts()
216 trans01.y() - trans00.y()); in calculateLodDerivateParts()