Home
last modified time | relevance | path

Searched refs:cso_set_constant_buffer (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c116 cso_set_constant_buffer(st->cso_context, shader_type, 0, &cb); in st_upload_constants()
126 cso_set_constant_buffer(st->cso_context, shader_type, 0, NULL); in st_upload_constants()
222 cso_set_constant_buffer(st->cso_context, shader_type, 1 + i, &cb); in st_bind_ubos()
Dst_pbo.c267 cso_set_constant_buffer(cso, PIPE_SHADER_FRAGMENT, 0, &cb); in st_pbo_draw()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h210 void cso_set_constant_buffer(struct cso_context *cso,
Dcso_context.c1517 cso_set_constant_buffer(struct cso_context *cso, in cso_set_constant_buffer() function
1542 cso_set_constant_buffer(cso, shader_stage, index, &cb); in cso_set_constant_buffer_resource()
1544 cso_set_constant_buffer(cso, shader_stage, index, NULL); in cso_set_constant_buffer_resource()
1560 cso_set_constant_buffer(cso, shader_stage, 0, in cso_restore_constant_buffer_slot0()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c91 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf); in hud_draw_colored_prims()
527 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf); in hud_draw_results()
543 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf); in hud_draw_results()
561 cso_set_constant_buffer(cso, PIPE_SHADER_VERTEX, 0, &hud->constbuf); in hud_draw_results()