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

  /external/mesa3d/src/mesa/tnl/
t_vertex.c 435 vtx->vp_xlate[0] = a->vp[MAT_TX];
436 vtx->vp_xlate[1] = a->vp[MAT_TY];
437 vtx->vp_xlate[2] = a->vp[MAT_TZ];
438 vtx->vp_xlate[3] = 0.0;
t_context.h 377 GLfloat vp_xlate[4]; member in struct:tnl_clipspace
t_vertex_sse.c 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0])));

Completed in 58 milliseconds