Searched refs:emit_passthrough (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_texblend.c420 emit_passthrough(struct i830_context *i830) function in typeref:typename:void
453 emit_passthrough(i830);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_texblend.c420 emit_passthrough(struct i830_context *i830) function in typeref:typename:void
453 emit_passthrough(i830);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c701 static void emit_passthrough( struct tnl_program *p, function in typeref:typename:void
1502 emit_passthrough(p, VERT_ATTRIB_TEX0+i, VARYING_SLOT_TEX0+i);
1570 emit_passthrough(p, VERT_ATTRIB_COLOR0, VARYING_SLOT_COL0);
1573 emit_passthrough(p, VERT_ATTRIB_COLOR1, VARYING_SLOT_COL1);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c698 static void emit_passthrough( struct tnl_program *p, function in typeref:typename:void
1577 emit_passthrough(p, VERT_ATTRIB_TEX0+i, VARYING_SLOT_TEX0+i);
1645 emit_passthrough(p, VERT_ATTRIB_COLOR0, VARYING_SLOT_COL0);
1648 emit_passthrough(p, VERT_ATTRIB_COLOR1, VARYING_SLOT_COL1);

Completed in 9 milliseconds