Searched refs:r600_set_constant_buffer (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.h | 639 void r600_set_constant_buffer(struct pipe_context *ctx, uint shader, uint index,
|
D | r600_state.c | 1165 r600_set_constant_buffer(ctx, PIPE_SHADER_VERTEX, 1, &cb); in r600_set_clip_state() 2079 rctx->context.set_constant_buffer = r600_set_constant_buffer; in r600_init_state_functions()
|
D | evergreen_state.c | 1166 r600_set_constant_buffer(ctx, PIPE_SHADER_VERTEX, 1, &cb); in evergreen_set_clip_state() 2219 rctx->context.set_constant_buffer = r600_set_constant_buffer; in evergreen_init_state_functions()
|
D | r600_state_common.c | 913 void r600_set_constant_buffer(struct pipe_context *ctx, uint shader, uint index, in r600_set_constant_buffer() function
|