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.c238 struct brw_program *newVP = brw_program(prog); in brwProgramStringNotify() local
242 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()