Searched refs:vtxESI (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_sse.c354 struct x86_reg vtxESI = x86_make_reg(file_REG32, reg_SI); local in function:build_vertex_emit
364 x86_push(&p->func, vtxESI);
380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1));
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace));
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0])));
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offse
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_sse.c354 struct x86_reg vtxESI = x86_make_reg(file_REG32, reg_SI); local in function:build_vertex_emit
364 x86_push(&p->func, vtxESI);
380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1));
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace));
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0])));
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offse
[all...]

Completed in 4 milliseconds