HomeSort by relevance Sort by last modified time
    Searched refs:chan_scale (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 504 vtx->chan_scale[0] = 255.0;
505 vtx->chan_scale[1] = 255.0;
506 vtx->chan_scale[2] = 255.0;
507 vtx->chan_scale[3] = 255.0;
510 vtx->chan_scale[0] = 65535.0;
511 vtx->chan_scale[1] = 65535.0;
512 vtx->chan_scale[2] = 65535.0;
513 vtx->chan_scale[3] = 65535.0;
516 vtx->chan_scale[0] = 1.0;
517 vtx->chan_scale[1] = 1.0
    [all...]
t_context.h 378 GLfloat chan_scale[4]; member in struct:tnl_clipspace
t_vertex_sse.c 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 504 vtx->chan_scale[0] = 255.0;
505 vtx->chan_scale[1] = 255.0;
506 vtx->chan_scale[2] = 255.0;
507 vtx->chan_scale[3] = 255.0;
510 vtx->chan_scale[0] = 65535.0;
511 vtx->chan_scale[1] = 65535.0;
512 vtx->chan_scale[2] = 65535.0;
513 vtx->chan_scale[3] = 65535.0;
516 vtx->chan_scale[0] = 1.0;
517 vtx->chan_scale[1] = 1.0
    [all...]
t_context.h 378 GLfloat chan_scale[4]; member in struct:tnl_clipspace
t_vertex_sse.c 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));

Completed in 313 milliseconds