Searched refs:newVP (Results 1 – 1 of 1) sorted by relevance
154 struct brw_vertex_program *newVP = brw_vertex_program(vprog); in brwProgramStringNotify() local158 if (newVP == curVP) in brwProgramStringNotify()160 if (newVP->program.IsPositionInvariant) { in brwProgramStringNotify()161 _mesa_insert_mvp_code(ctx, &newVP->program); in brwProgramStringNotify()163 newVP->id = brw->program_id++; in brwProgramStringNotify()