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.c1114 rmesa->curr_vp_hw = NULL; in r200SetupVertexProg()
1146 if (vp != rmesa->curr_vp_hw) { in r200SetupVertexProg()
1181 rmesa->curr_vp_hw = vp; in r200SetupVertexProg()
1193 rmesa->curr_vp_hw = NULL; in r200BindProgram()
1240 rmesa->curr_vp_hw = NULL; in r200ProgramStringNotify()
Dr200_tcl.c430 rmesa->curr_vp_hw->mesa_program.info.outputs_written; in r200_run_tcl_render()
432 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0]; in r200_run_tcl_render()
Dr200_context.h585 struct r200_vertex_program *curr_vp_hw; member
Dr200_state.c1943 rmesa->curr_vp_hw = NULL; in r200Enable()