OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_colors
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_flatshade.c
67
static INLINE void
copy_colors
( struct draw_stage *stage,
function
162
copy_colors
(stage, tmp.v[1], tmp.v[0]);
175
copy_colors
(stage, tmp.v[0], tmp.v[1]);
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_emit.c
144
static void
copy_colors
( struct brw_sf_compile *c,
function
189
copy_colors
(c, c->vert[1], c->vert[0]);
190
copy_colors
(c, c->vert[2], c->vert[0]);
193
copy_colors
(c, c->vert[0], c->vert[1]);
194
copy_colors
(c, c->vert[2], c->vert[1]);
197
copy_colors
(c, c->vert[0], c->vert[2]);
198
copy_colors
(c, c->vert[1], c->vert[2]);
227
copy_colors
(c, c->vert[1], c->vert[0]);
230
copy_colors
(c, c->vert[0], c->vert[1]);
Completed in 290 milliseconds