Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstate.c294 bool vp_changed = ctx->VertexProgram._Current != prevVP; in update_program() local
302 ctx->LastVertexStageDirty |= gp_changed | tep_changed | vp_changed; in update_program()