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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texblend.c420 emit_passthrough(struct i830_context *i830) function
457 emit_passthrough(i830);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texblend.c420 emit_passthrough(struct i830_context *i830) function
457 emit_passthrough(i830);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c719 static void emit_passthrough( struct tnl_program *p, function
1518 emit_passthrough(p, VERT_ATTRIB_TEX0+i, VERT_RESULT_TEX0+i);
1586 emit_passthrough(p, VERT_ATTRIB_COLOR0, VERT_RESULT_COL0);
1589 emit_passthrough(p, VERT_ATTRIB_COLOR1, VERT_RESULT_COL1);
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c719 static void emit_passthrough( struct tnl_program *p, function
1518 emit_passthrough(p, VERT_ATTRIB_TEX0+i, VERT_RESULT_TEX0+i);
1586 emit_passthrough(p, VERT_ATTRIB_COLOR0, VERT_RESULT_COL0);
1589 emit_passthrough(p, VERT_ATTRIB_COLOR1, VERT_RESULT_COL1);

Completed in 120 milliseconds