Searched refs:last_exp_pos (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c2484 *last_exp_pos = NULL, *last_exp_param = NULL; local in function:generate_gs_copy_shader
2720 last_exp_pos = ctx.bc->cf_last;
2723 if (!last_exp_pos) {
2737 last_exp_pos = ctx.bc->cf_last;
2757 last_exp_pos->op = CF_OP_EXPORT_DONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c2572 *last_exp_pos = NULL, *last_exp_param = NULL; local in function:generate_gs_copy_shader
2808 last_exp_pos = ctx.bc->cf_last;
2811 if (!last_exp_pos) {
2825 last_exp_pos = ctx.bc->cf_last;
2845 last_exp_pos->op = CF_OP_EXPORT_DONE;

Completed in 24 milliseconds