Searched refs:MAT_SY (Results 1 – 10 of 10) sorted by relevance
149 a[MAT_SY] = (float)vp->Height / 2; in get_viewport_scale()152 a[MAT_SY] = - (float)vp->Height / 2; in get_viewport_scale()
63 vp->viewport.m11 = v[MAT_SY] * y_scale; in gen7_upload_sf_clip_viewport()
92 sfv->viewport.m11 = v[MAT_SY] * y_scale; in gen6_upload_sf_vp()
68 sfv->viewport.m11 = v[MAT_SY] * y_scale; in upload_sf_vp()
50 #define MAT_SY 5 macro
1118 m->m[MAT_SY] = (GLfloat) height / 2.0F; in _math_matrix_viewport()1119 m->m[MAT_TY] = m->m[MAT_SY] + y; in _math_matrix_viewport()
414 ctx->Current.RasterPos[1] = (ndc[1] * ctx->Viewport._WindowMap.m[MAT_SY] in _tnl_RasterPos()
417 vtx->vp_scale[1] = a->vp[MAT_SY]; in update_input_ptrs()
1367 float_ui32_type sy = { v[MAT_SY] * y_scale }; in radeonUpdateWindow()
1560 float_ui32_type sy = { v[MAT_SY] * y_scale }; in r200UpdateWindow()