Home
last modified time | relevance | path

Searched refs:pipe_set_constant_buffer (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c102 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/
Dfs-test.c151 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
168 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
Dgs-test.c184 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
201 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
Dvs-test.c113 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h463 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/
Dxorg_renderer.c433 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h347 pipe_set_constant_buffer(pipe, s, start + i, constbufs[i] ? constbufs[i]->resource : NULL); in xs_set_constant_buffers()
1718pipe_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/
Dxa_renderer.c388 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants()
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c182 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/
Dvl_compositor.c1018 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->csc_matrix); in vl_compositor_render()