Searched refs:st_upload_constants (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_constbuf.h | 38 void st_upload_constants(struct st_context *st, struct gl_program *prog);
|
| H A D | st_atom_constbuf.c | 56 st_upload_constants(struct st_context *st, struct gl_program *prog) function in typeref:typename:void 140 st_upload_constants(st, &st->vp->Base); 149 st_upload_constants(st, &st->fp->Base); 161 st_upload_constants(st, &gp->Base); 172 st_upload_constants(st, &tcp->Base); 183 st_upload_constants(st, &tep->Base); 194 st_upload_constants(st, &cp->Base);
|
| H A D | st_cb_drawpixels.c | 1347 st_upload_constants(st, &st->fp->Base); 1707 st_upload_constants(st, &st->fp->Base);
|
| H A D | st_cb_bitmap.c | 196 st_upload_constants(st, &st->fp->Base);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_constbuf.h | 38 void st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage);
|
| H A D | st_atom_constbuf.c | 70 st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) function in typeref:typename:void 212 st_upload_constants(st, &st->vp->Base, MESA_SHADER_VERTEX); 221 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); 230 st_upload_constants(st, st->gp ? &st->gp->Base : NULL, MESA_SHADER_GEOMETRY); 238 st_upload_constants(st, st->tcp ? &st->tcp->Base : NULL, MESA_SHADER_TESS_CTRL); 246 st_upload_constants(st, st->tep ? &st->tep->Base : NULL, MESA_SHADER_TESS_EVAL); 254 st_upload_constants(st, st->cp ? &st->cp->Base : NULL, MESA_SHADER_COMPUTE);
|
| H A D | st_cb_drawpixels.c | 1393 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); 1783 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT);
|
| H A D | st_cb_bitmap.c | 198 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT);
|
Completed in 13 milliseconds