Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tests/graw/
Dgs-test.c175 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
184 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
Dvs-test.c107 pipe_set_constant_buffer(ctx, in init_fs_constbuf()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c804 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_COMPUTE, 0, s->shader_params); in vl_compositor_cs_render()
Dvl_compositor_gfx.c722 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->shader_params); in vl_compositor_gfx_render()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c389 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h584 pipe_set_constant_buffer(struct pipe_context *pipe, in pipe_set_constant_buffer() function
Du_tests.c438 pipe_set_constant_buffer(ctx, PIPE_SHADER_FRAGMENT, 0, constbuf); in util_test_constant_buffer()