HomeSort by relevance Sort by last modified time
    Searched refs:vp_scale (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vertex.c 416 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;
t_context.h 376 GLfloat vp_scale[4]; member in struct:tnl_clipspace
t_vertex_sse.c 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));

Completed in 46 milliseconds