Searched refs:yz (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.c688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local in function:_math_matrix_rotate
819 yz = y * z;
834 M(1,2) = (one_c * yz) - xs;
838 M(2,1) = (one_c * yz) + xs;
/xsrc/external/mit/freetype/dist/src/base/
H A Dftcalc.c824 FT_Pos xz, yz; local in function:FT_Vector_Transform_Scaled
834 yz = ADD_LONG( FT_MulDiv( vector->x, matrix->yx, val ),
838 vector->y = yz;
H A Dftoutln.c686 FT_Pos xz, yz; local in function:FT_Vector_Transform
695 yz = FT_MulFix( vector->x, matrix->yx ) +
699 vector->y = yz;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c799 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local in function:_math_matrix_rotate
930 yz = y * z;
945 M(1,2) = (one_c * yz) - xs;
949 M(2,1) = (one_c * yz) + xs;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst2329 address.yz are ignored for buffers and 1d textures. address.z is ignored
2538 address.z, respectively. address.yz are ignored for
2564 address.z, respectively. address.yz are ignored for
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst2363 address.yz are ignored for buffers and 1d textures. address.z is ignored
2572 address.z, respectively. address.yz are ignored for
2598 address.z, respectively. address.yz are ignored for

Completed in 13 milliseconds