Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:st

88    struct st_context *st = st_context(ctx);
94 for (i = 0; i < st->vp->state.num_inputs; i++) {
95 printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
99 if (st->vp->variants)
100 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
101 if (st->vp->Base.Parameters)
102 _mesa_print_parameter_list(st->vp->Base.Parameters);
104 tgsi_dump(st->fp->tgsi.tokens, 0);
105 if (st->fp->Base.Parameters)
106 _mesa_print_parameter_list(st->fp->Base.Parameters);
120 struct st_context *st = data;
164 _mesa_gl_vdebug(st->ctx, id, source, type, severity, fmt, args);
168 st_update_debug_callback(struct st_context *st)
170 struct pipe_context *pipe = st->pipe;
175 if (_mesa_get_debug_state_int(st->ctx, GL_DEBUG_OUTPUT)) {
178 cb.async = !_mesa_get_debug_state_int(st->ctx, GL_DEBUG_OUTPUT_SYNCHRONOUS);
180 cb.data = st;