Home
last modified time | relevance | path

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

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