Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c354 struct x86_reg vtxESI = x86_make_reg(file_REG32, reg_SI); in build_vertex_emit() local
364 x86_push(&p->func, vtxESI); in build_vertex_emit()
380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1)); in build_vertex_emit()
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); in build_vertex_emit()
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); in build_vertex_emit()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
415 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
[all …]