Searched refs:trans00 (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexTextureTests.cpp | 1295 const Vec2 trans00 = (transf * Vec3(0.0f, 0.0f, 1.0f)).xy(); in calculateLod() local 1300 const float dudx = (trans10.x() - trans00.x()) * (float)texWidth / dstSize.x(); in calculateLod() 1301 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y(); in calculateLod() 1302 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x(); in calculateLod() 1303 const float dvdy = (trans01.y() - trans00.y()) * (float)texHeight / dstSize.y(); in calculateLod() 1636 const Vec3 trans00 = transf * Vec3(0.0f, 0.0f, 1.0f); in calculateLod() local 1641 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x(); in calculateLod() 1642 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y(); in calculateLod() 1643 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x(); in calculateLod() 1644 const float dvdy = (trans01.y() - trans00 in calculateLod() [all...] |
H A D | es3fTextureUnitTests.cpp | 290 Vec3 trans00 = (transformation * Vec4(0.0f, 0.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()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 209 Vec2 trans00 = (transformation * Vec3(0.0f, 0.0f, 1.0f)).xy(); in calculateLodDerivateParts() local 213 return Vec4(trans10.x() - trans00.x(), in calculateLodDerivateParts() 214 trans01.x() - trans00.x(), in calculateLodDerivateParts() 215 trans10.y() - trans00.y(), in calculateLodDerivateParts() 216 trans01.y() - trans00.y()); in calculateLodDerivateParts()
|
Completed in 8 milliseconds