Searched refs:vp1 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 357 struct x86_reg vp1 = x86_make_reg(file_XMM, 2); local in function:build_vertex_emit 385 /* Possibly load vp0, vp1 for viewport calcs: 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 459 sse_addps(&p->func, temp, vp1); 467 sse_addps(&p->func, temp, vp1); 475 sse_addps(&p->func, temp, vp1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 357 struct x86_reg vp1 = x86_make_reg(file_XMM, 2); local in function:build_vertex_emit 385 /* Possibly load vp0, vp1 for viewport calcs: 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 459 sse_addps(&p->func, temp, vp1); 467 sse_addps(&p->func, temp, vp1); 475 sse_addps(&p->func, temp, vp1);
|
Completed in 3 milliseconds