Home
last modified time | relevance | path

Searched defs:yz (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
Dmatrix_interpolation.inl39 T yz = (mat[2][1] + mat[1][2]) / (T)4.0; local
Ddual_quaternion.inl330 T const yz = r.y * x.real.z; local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dmatrixop.c89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; in Matrix4x4_Rotate() local
/external/freetype/src/base/
Dftoutln.c691 FT_Pos xz, yz; in FT_Vector_Transform() local
Dftcalc.c742 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c688 FT_Pos xz, yz; in FT_Vector_Transform() local
Dftcalc.c742 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
/external/deqp/framework/common/
DtcuVector.hpp132 …VecAccess<T, Size, 2> yz (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 2… in yz() function in tcu::Vector
/external/mesa3d/src/mesa/math/
Dm_matrix.c798 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp1593 Int4 yz = CmpNLE(absY, absZ); // abs(y) > abs(z) in cubeFace() local
/external/swiftshader/src/Reactor/
DReactor.hpp1424 SwizzleMask2<Vector4, 0xA9> yz; member