Searched refs:vp_scale (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.c416 vtx->vp_scale[0] = a->vp[MAT_SX];
417 vtx->vp_scale[1] = a->vp[MAT_SY];
418 vtx->vp_scale[2] = a->vp[MAT_SZ];
419 vtx->vp_scale[3] = 1.0;
H A Dt_context.h376 GLfloat vp_scale[4]; member in struct:tnl_clipspace
H A Dt_vertex_sse.c388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));

Completed in 61 milliseconds