Searched refs:newVP (Results 1 – 1 of 1) sorted by relevance
307 struct brw_program *newVP = brw_program(prog); in brwProgramStringNotify() local311 if (newVP == curVP) in brwProgramStringNotify()313 if (newVP->program.arb.IsPositionInvariant) { in brwProgramStringNotify()314 _mesa_insert_mvp_code(ctx, &newVP->program); in brwProgramStringNotify()316 newVP->id = get_new_program_id(brw->screen); in brwProgramStringNotify()