Home
last modified time | relevance | path

Searched refs:newVP (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c307 struct brw_program *newVP = brw_program(prog); in brwProgramStringNotify() local
311 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()