Searched refs:r600_pipe_shader (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.h | 219 struct r600_pipe_shader; 222 struct r600_pipe_shader *current; 235 struct r600_pipe_shader { struct 237 struct r600_pipe_shader *next_variant; argument 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);
|
D | r600_state_common.c | 717 struct r600_pipe_shader * shader = NULL; in r600_shader_select() 732 struct r600_pipe_shader *p = sel->current, *c = p->next_variant; in r600_shader_select() 746 shader = CALLOC(1, sizeof(struct r600_pipe_shader)); in r600_shader_select() 866 struct r600_pipe_shader *p = sel->current, *c; in r600_delete_shader_selector()
|
D | r600_shader.c | 60 static int r600_pipe_shader(struct pipe_context *ctx, struct r600_pipe_shader *shader) in r600_pipe_shader() function 106 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader); 108 int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader) in r600_pipe_shader_create() 153 return r600_pipe_shader(ctx, shader); in r600_pipe_shader_create() 156 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader) in r600_pipe_shader_destroy() 1163 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader) in r600_shader_from_tgsi()
|
D | r600_state.c | 2461 void r600_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader) in r600_pipe_shader_ps() 2580 void r600_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader) in r600_pipe_shader_vs()
|
D | evergreen_state.c | 2967 void evergreen_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader) in evergreen_pipe_shader_ps() 3116 void evergreen_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader) in evergreen_pipe_shader_vs()
|