Searched refs:newVP (Results 1 – 1 of 1) sorted by relevance
238 struct brw_program *newVP = brw_program(prog); in brwProgramStringNotify() local242 if (newVP == curVP) in brwProgramStringNotify()244 if (newVP->program.arb.IsPositionInvariant) { in brwProgramStringNotify()245 _mesa_insert_mvp_code(ctx, &newVP->program); in brwProgramStringNotify()247 newVP->id = get_new_program_id(brw->screen); in brwProgramStringNotify()