Searched refs:cso_set_constant_buffer (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_constbuf.c | 116 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()
|
D | st_pbo.c | 267 cso_set_constant_buffer(cso, PIPE_SHADER_FRAGMENT, 0, &cb); in st_pbo_draw()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 210 void cso_set_constant_buffer(struct cso_context *cso,
|
D | cso_context.c | 1517 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/ |
D | hud_context.c | 91 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()
|