Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c1124 rmesa->curr_vp_hw = NULL; in r200SetupVertexProg()
1156 if (vp != rmesa->curr_vp_hw) { in r200SetupVertexProg()
1191 rmesa->curr_vp_hw = vp; in r200SetupVertexProg()
1203 rmesa->curr_vp_hw = NULL; in r200BindProgram()
1248 rmesa->curr_vp_hw = NULL; in r200ProgramStringNotify()
Dr200_tcl.c431 rmesa->curr_vp_hw->mesa_program.Base.OutputsWritten; in r200_run_tcl_render()
433 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0]; in r200_run_tcl_render()
Dr200_context.h590 struct r200_vertex_program *curr_vp_hw; member
Dr200_state.c1998 rmesa->curr_vp_hw = NULL; in r200Enable()