Searched refs:st_upload_constants (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_constbuf.c | 70 st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) in st_upload_constants() function 212 st_upload_constants(st, &st->vp->Base, MESA_SHADER_VERTEX); in st_update_vs_constants() 221 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); in st_update_fs_constants() 230 st_upload_constants(st, st->gp ? &st->gp->Base : NULL, MESA_SHADER_GEOMETRY); in st_update_gs_constants() 238 st_upload_constants(st, st->tcp ? &st->tcp->Base : NULL, MESA_SHADER_TESS_CTRL); in st_update_tcs_constants() 246 st_upload_constants(st, st->tep ? &st->tep->Base : NULL, MESA_SHADER_TESS_EVAL); in st_update_tes_constants() 254 st_upload_constants(st, st->cp ? &st->cp->Base : NULL, MESA_SHADER_COMPUTE); in st_update_cs_constants()
|
D | st_atom_constbuf.h | 38 void st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage);
|
D | st_cb_bitmap.c | 198 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); in setup_render_state()
|
D | st_cb_drawpixels.c | 1393 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); in st_DrawPixels() 1783 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); in st_CopyPixels()
|