Searched refs:pipe_set_constant_buffer (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 102 pipe_set_constant_buffer(p->pipe, PIPE_SHADER_VERTEX, 0, constbuf); in pp_jimenezmlaa_run() 103 pipe_set_constant_buffer(p->pipe, PIPE_SHADER_FRAGMENT, 0, constbuf); in pp_jimenezmlaa_run()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | fs-test.c | 151 pipe_set_constant_buffer(ctx, in init_fs_constbuf() 168 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
|
D | gs-test.c | 184 pipe_set_constant_buffer(ctx, in init_fs_constbuf() 201 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
|
D | vs-test.c | 113 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 463 pipe_set_constant_buffer(struct pipe_context *pipe, uint shader, uint index, in pipe_set_constant_buffer() function
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 433 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 347 pipe_set_constant_buffer(pipe, s, start + i, constbufs[i] ? constbufs[i]->resource : NULL); in xs_set_constant_buffers() 1718 …pipe_set_constant_buffer(pipe, s, i, constant_buffers[s][i].p ? constant_buffers[s][i].p->resource… in RestoreGalliumState() 1964 pipe_set_constant_buffer(pipe, s, i, NULL); in UnbindBuffer()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 388 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 182 pipe_set_constant_buffer(renderer->pipe, in renderer_set_mvp() 481 pipe_set_constant_buffer(renderer->pipe, in renderer_set_custom_fs()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 1018 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->csc_matrix); in vl_compositor_render()
|