Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c391 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h588 pipe_set_constant_buffer(struct pipe_context *pipe, in pipe_set_constant_buffer() function
Du_tests.c440 pipe_set_constant_buffer(ctx, PIPE_SHADER_FRAGMENT, 0, constbuf); in util_test_constant_buffer()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_gfx.c744 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->shader_params); in vl_compositor_gfx_render()
Dvl_compositor_cs.c860 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_COMPUTE, 0, s->shader_params); in vl_compositor_cs_render()