Home
last modified time | relevance | path

Searched refs:MAT_SY (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h152 a[MAT_SY] = (float)vp->Height / 2; in get_viewport_scale()
155 a[MAT_SY] = - (float)vp->Height / 2; in get_viewport_scale()
/third_party/mesa3d/src/mesa/math/
Dm_matrix.h50 #define MAT_SY 5 macro
Dm_matrix.c1031 m->m[MAT_SY] = scale[1]; in _math_matrix_viewport()
/third_party/mesa3d/src/mesa/tnl/
Dt_vertex.c434 vtx->vp_scale[1] = a->vp[MAT_SY]; in update_input_ptrs()