Searched refs:mesa_program (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c109 struct gl_program *mesa_vp = &vp->mesa_program;
399 struct gl_program *mesa_vp = &vp->mesa_program;
1129 ((vp->mesa_program.arb.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) |
1132 (vp->mesa_program.arb.NumNativeParameters << R200_PVS_CNTL_2_PARAM_COUNT_SHIFT);
1137 if (vp->mesa_program.arb.IsPositionInvariant) {
1146 GLuint count = vp->mesa_program.arb.NumNativeInstructions;
1193 return _mesa_init_gl_program(&vp->mesa_program, target, id, is_arb_asm);
H A Dr200_context.h61 struct gl_program mesa_program; /* Must be first */ member in struct:r200_vertex_program
H A Dr200_tcl.c430 rmesa->curr_vp_hw->mesa_program.info.outputs_written;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c109 struct gl_program *mesa_vp = &vp->mesa_program;
399 struct gl_program *mesa_vp = &vp->mesa_program;
1129 ((vp->mesa_program.arb.NumNativeInstructions - 1) << R200_PVS_CNTL_1_PROGRAM_END_SHIFT) |
1132 (vp->mesa_program.arb.NumNativeParameters << R200_PVS_CNTL_2_PARAM_COUNT_SHIFT);
1137 if (vp->mesa_program.arb.IsPositionInvariant) {
1146 GLuint count = vp->mesa_program.arb.NumNativeInstructions;
1193 return _mesa_init_gl_program(&vp->mesa_program, stage, id, is_arb_asm);
H A Dr200_context.h61 struct gl_program mesa_program; /* Must be first */ member in struct:r200_vertex_program
H A Dr200_tcl.c430 rmesa->curr_vp_hw->mesa_program.info.outputs_written;

Completed in 10 milliseconds