Home
last modified time | relevance | path

Searched refs:st_upload_constants (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c70 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()
Dst_atom_constbuf.h38 void st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage);
Dst_cb_bitmap.c198 st_upload_constants(st, &st->fp->Base, MESA_SHADER_FRAGMENT); in setup_render_state()
Dst_cb_drawpixels.c1393 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()