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.c154 struct brw_vertex_program *newVP = brw_vertex_program(vprog); in brwProgramStringNotify() local
158 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()