Searched refs:st_upload_constants (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A 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 216 st_upload_constants(st, st->vp, MESA_SHADER_VERTEX); in st_update_vs_constants() 225 st_upload_constants(st, st->fp, MESA_SHADER_FRAGMENT); in st_update_fs_constants() 234 st_upload_constants(st, st->gp, MESA_SHADER_GEOMETRY); in st_update_gs_constants() 242 st_upload_constants(st, st->tcp, MESA_SHADER_TESS_CTRL); in st_update_tcs_constants() 250 st_upload_constants(st, st->tep, MESA_SHADER_TESS_EVAL); in st_update_tes_constants() 258 st_upload_constants(st, st->cp, MESA_SHADER_COMPUTE); in st_update_cs_constants()
|
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_cb_bitmap.c | 199 st_upload_constants(st, st->fp, MESA_SHADER_FRAGMENT); in setup_render_state()
|
H A D | st_cb_drawpixels.c | 1356 st_upload_constants(st, st->fp, MESA_SHADER_FRAGMENT); in st_DrawPixels() 1741 st_upload_constants(st, st->fp, MESA_SHADER_FRAGMENT); in st_CopyPixels()
|
Completed in 5 milliseconds