Home | History | Annotate | Download | only in program

Lines Matching defs:gp

446               ((*ptr)->Target == MESA_GEOMETRY_PROGRAM ? "GP" : "FP")),
471 (prog->Target == MESA_GEOMETRY_PROGRAM ? "GP" : "FP")),
556 const struct gl_geometry_program *gp = gl_geometry_program_const(prog);
558 gpc->VerticesOut = gp->VerticesOut;
559 gpc->InputType = gp->InputType;
560 gpc->OutputType = gp->OutputType;