Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c519 vtx->chan_scale[0] = 255.0; in _tnl_init_vertices()
520 vtx->chan_scale[1] = 255.0; in _tnl_init_vertices()
521 vtx->chan_scale[2] = 255.0; in _tnl_init_vertices()
522 vtx->chan_scale[3] = 255.0; in _tnl_init_vertices()
525 vtx->chan_scale[0] = 65535.0; in _tnl_init_vertices()
526 vtx->chan_scale[1] = 65535.0; in _tnl_init_vertices()
527 vtx->chan_scale[2] = 65535.0; in _tnl_init_vertices()
528 vtx->chan_scale[3] = 65535.0; in _tnl_init_vertices()
531 vtx->chan_scale[0] = 1.0; in _tnl_init_vertices()
532 vtx->chan_scale[1] = 1.0; in _tnl_init_vertices()
[all …]
Dt_context.h378 GLfloat chan_scale[4]; member
Dt_vertex_sse.c394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()