Home | History | Annotate | Download | only in r600

Lines Matching refs:r600_pipe_shader

219 struct r600_pipe_shader;
222 struct r600_pipe_shader *current;
235 struct r600_pipe_shader {
237 struct r600_pipe_shader *next_variant;
495 void evergreen_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
496 void evergreen_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader);
551 int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader);
556 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader);
563 void r600_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
564 void r600_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader);