Searched refs:chan_scale (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex.c520 vtx->chan_scale[0] = 255.0;
521 vtx->chan_scale[1] = 255.0;
522 vtx->chan_scale[2] = 255.0;
523 vtx->chan_scale[3] = 255.0;
526 vtx->chan_scale[0] = 65535.0;
527 vtx->chan_scale[1] = 65535.0;
528 vtx->chan_scale[2] = 65535.0;
529 vtx->chan_scale[3] = 65535.0;
532 vtx->chan_scale[0] = 1.0;
533 vtx->chan_scale[
[all...]
H A Dt_context.h379 GLfloat chan_scale[4]; member in struct:tnl_clipspace
H A Dt_vertex_sse.c394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex.c521 vtx->chan_scale[0] = 255.0;
522 vtx->chan_scale[1] = 255.0;
523 vtx->chan_scale[2] = 255.0;
524 vtx->chan_scale[3] = 255.0;
527 vtx->chan_scale[0] = 65535.0;
528 vtx->chan_scale[1] = 65535.0;
529 vtx->chan_scale[2] = 65535.0;
530 vtx->chan_scale[3] = 65535.0;
533 vtx->chan_scale[0] = 1.0;
534 vtx->chan_scale[
[all...]
H A Dt_context.h379 GLfloat chan_scale[4]; member in struct:tnl_clipspace
H A Dt_vertex_sse.c394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));

Completed in 7 milliseconds